diff --git a/atomfeed-client-spring/pom.xml b/atomfeed-client-spring/pom.xml index d57670c..605d9d4 100644 --- a/atomfeed-client-spring/pom.xml +++ b/atomfeed-client-spring/pom.xml @@ -5,13 +5,12 @@ atomfeed org.ict4h - 1.9.4 + 1.9.5-SNAPSHOT ../pom.xml org.ict4h atomfeed-client-spring - 1.9.4 jar diff --git a/atomfeed-client/pom.xml b/atomfeed-client/pom.xml index 85e5a9b..5752344 100644 --- a/atomfeed-client/pom.xml +++ b/atomfeed-client/pom.xml @@ -3,13 +3,12 @@ atomfeed org.ict4h - 1.9.4 + 1.9.5-SNAPSHOT 4.0.0 org.ict4h atomfeed-client - 1.9.4 @@ -39,14 +38,14 @@ provided - org.ict4h + ${project.groupId} atomfeed-commons - 1.9.4 + ${project.version} - org.ict4h + ${project.groupId} atomfeed-commons - 1.9.4 + ${project.version} tests test diff --git a/atomfeed-commons/pom.xml b/atomfeed-commons/pom.xml index daa4d46..3d52762 100644 --- a/atomfeed-commons/pom.xml +++ b/atomfeed-commons/pom.xml @@ -3,13 +3,12 @@ atomfeed org.ict4h - 1.9.4 + 1.9.5-SNAPSHOT 4.0.0 org.ict4h atomfeed-commons - 1.9.4 2.17.1 diff --git a/atomfeed-server/pom.xml b/atomfeed-server/pom.xml index b4f4939..9a656f9 100644 --- a/atomfeed-server/pom.xml +++ b/atomfeed-server/pom.xml @@ -5,12 +5,11 @@ atomfeed org.ict4h - 1.9.4 + 1.9.5-SNAPSHOT org.ict4h atomfeed-server - 1.9.4 jar @@ -115,14 +114,14 @@ - org.ict4h + ${project.groupId} atomfeed-commons - 1.9.4 + ${project.version} - org.ict4h + ${project.groupId} atomfeed-commons - 1.9.4 + ${project.version} tests test diff --git a/atomfeed-spring-server/pom.xml b/atomfeed-spring-server/pom.xml index f4f6ad9..a20233d 100644 --- a/atomfeed-spring-server/pom.xml +++ b/atomfeed-spring-server/pom.xml @@ -5,14 +5,12 @@ atomfeed org.ict4h - 1.9.4 + 1.9.5-SNAPSHOT ../pom.xml - org.ict4h atomfeed-spring-server - 1.9.4 jar diff --git a/pom.xml b/pom.xml index f5cb0e5..c6bf2c3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.ict4h atomfeed - 1.9.4 + 1.9.5-SNAPSHOT pom atomfeed Atomfeed core libraries @@ -51,7 +51,16 @@ atomfeed-client-spring - + + + nexus-sonatype + https://oss.sonatype.org/content/repositories/snapshots + + + nexus-sonatype + https://oss.sonatype.org/service/local/staging/deploy/maven2 + +