We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164821d commit e81ee24Copy full SHA for e81ee24
pom.xml
@@ -8,7 +8,7 @@
8
<relativePath />
9
</parent>
10
<artifactId>org.openwms.services</artifactId>
11
- <version>2.2.0</version>
+ <version>2.2.1-SNAPSHOT</version>
12
<name>OpenWMS.org CORE: Service Registry</name>
13
<description>A service discovery microservice based on Netflix Eureka</description>
14
<url>https://github.com/spring-labs/${project.artifactId}</url>
@@ -29,7 +29,7 @@
29
30
<connection>scm:git:https://github.com/spring-labs/${project.artifactId}.git</connection>
31
<developerConnection>scm:git:https://github.com/spring-labs/${project.artifactId}.git</developerConnection>
32
- <tag>2.2.0</tag>
+ <tag>HEAD</tag>
33
</scm>
34
35
<developers>
0 commit comments