We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c20441 commit b2aa645Copy full SHA for b2aa645
pom.xml
@@ -3,13 +3,13 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.example</groupId>
5
<artifactId>rest-camel</artifactId>
6
- <version>0.0.25-SNAPSHOT</version>
+ <version>0.0.25</version>
7
8
<scm>
9
<connection>scm:git:https://github.com/mcarlett/rest-camel.git</connection>
10
<developerConnection>scm:git:https://github.com/mcarlett/rest-camel.git</developerConnection>
11
<url>https://github.com/mcarlett/rest-camel.git</url>
12
- <tag>HEAD</tag>
+ <tag>v0.0.25</tag>
13
</scm>
14
15
<properties>
0 commit comments