-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release v9.1.0.97
- Loading branch information
1 parent
60c50bb
commit 1715cb4
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<groupId>org.woehlke.jakartaee</groupId> | ||
<artifactId>petclinic-jakartaee</artifactId> | ||
<packaging>war</packaging> | ||
<version>9.1.0.97-SNAPSHOT</version> | ||
<version>9.1.0.97</version> | ||
|
||
<name>Petclinic Jakarta EE 9.1</name> | ||
<description>A JSF and Jakarta EE Version of Spring Petclinic and Update from Java EE 7 Petclinic.</description> | ||
|
@@ -27,7 +27,7 @@ | |
<connection>scm:git:[email protected]:Jakarta-EE-Petclinic/jakartaee-petclinic.git</connection> | ||
<developerConnection>scm:git:[email protected]:Jakarta-EE-Petclinic/jakartaee-petclinic.git</developerConnection> | ||
<url>https://github.com/Jakarta-EE-Petclinic/jakartaee-petclinic/tree/${project.scm.tag}</url> | ||
<tag>HEAD</tag> | ||
<tag>v9.1.0.97</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
|
@@ -2516,7 +2516,7 @@ | |
<cargo.servlet.port>${cargo.servlet.port}</cargo.servlet.port> | ||
<cargo.glassfish.admin.port>${cargo.glassfish.admin.port}</cargo.glassfish.admin.port> | ||
<cargo.remote.username>admin</cargo.remote.username> | ||
<cargo.remote.password/> | ||
<cargo.remote.password /> | ||
<cargo.datasource.datasource.postgresql> | ||
cargo.datasource.driver=org.postgresql.Driver| | ||
cargo.datasource.url=jdbc:postgresql://localhost:5432/petclinic_jakartaee_glassfish| | ||
|