Skip to content

Commit 93aa0cb

Browse files
committed
RELEASE HOTFIX 0.0.4.1
1 parent 55eb8bc commit 93aa0cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<description>REST interface for openVALIDATION.</description>
2727
<url>https://www.openvalidation.io</url>
2828
<packaging>jar</packaging>
29-
<version>0.0.4</version>
29+
<version>0.0.4.1</version>
3030
<licenses>
3131
<license>
3232
<name>Apache License 2.0</name>
@@ -82,7 +82,7 @@
8282
<repositories>
8383
<!-- Added to get the Atmosphere 1.1.0-SNAPSHOT, can be removed when 1.1.0 is released -->
8484
<repository>
85-
<id>oss.sonatype.org-snapshot</id>
85+
<id>oss.sonatype.org</id>
8686
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
8787
<releases>
8888
<enabled>false</enabled>
@@ -91,7 +91,7 @@
9191
<enabled>true</enabled>
9292
</snapshots>
9393
</repository>
94-
</repositories>
94+
</repositories>
9595

9696
<build>
9797
<plugins>
@@ -170,12 +170,12 @@
170170
<dependency>
171171
<groupId>io.openvalidation</groupId>
172172
<artifactId>openvalidation-core</artifactId>
173-
<version>0.0.4</version>
173+
<version>0.0.4.1-SNAPSHOT</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>io.openvalidation</groupId>
177177
<artifactId>openvalidation-common</artifactId>
178-
<version>0.0.4</version>
178+
<version>0.0.4.1-SNAPSHOT</version>
179179
</dependency>
180180
<dependency>
181181
<groupId>io.springfox</groupId>

0 commit comments

Comments
 (0)