Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v9.1.0.97
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Sep 1, 2022
1 parent 60c50bb commit 1715cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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|
Expand Down

0 comments on commit 1715cb4

Please sign in to comment.