We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba47ce commit 2093464Copy full SHA for 2093464
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.woehlke.jakartaee</groupId>
5
<artifactId>petclinic-jakartaee</artifactId>
6
<packaging>war</packaging>
7
- <version>10.0.0.9-SNAPSHOT</version>
+ <version>10.0.0.9</version>
8
9
<name>Petclinic Jakarta EE 10</name>
10
<description>
@@ -32,7 +32,7 @@
32
<connection>scm:git:git@github.com:Jakarta-EE-Petclinic/petclinic-jakartaee.git</connection>
33
<developerConnection>scm:git:git@github.com:Jakarta-EE-Petclinic/petclinic-jakartaee.git</developerConnection>
34
<url>https://github.com/Jakarta-EE-Petclinic/petclinic-jakartaee/tree/${project.scm.tag}</url>
35
- <tag>HEAD</tag>
+ <tag>v10.0.0.9</tag>
36
</scm>
37
38
<issueManagement>
0 commit comments