We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d042fb6 commit bfc0df6Copy full SHA for bfc0df6
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.javaee7.sample</groupId>
5
<artifactId>javaee7-simple-sample</artifactId>
6
- <version>1.10-SNAPSHOT</version>
+ <version>1.10</version>
7
<packaging>war</packaging>
8
<name>javaee7-simple-sample</name>
9
<properties>
@@ -21,7 +21,7 @@
21
<connection>scm:git:https://github.com/javaee-samples/javaee7-simple-sample.git</connection>
22
<url>https://github.com/javaee-samples/javaee7-simple-sample.git</url>
23
<developerConnection>scm:git:https://github.com/javaee-samples/javaee7-simple-sample.git</developerConnection>
24
- <tag>v1.5</tag>
+ <tag>v1.10</tag>
25
</scm>
26
<developers>
27
<developer>
0 commit comments