diff options
-rw-r--r-- | event-client-api/pom.xml | 2 | ||||
-rw-r--r-- | event-client-dmaap/pom.xml | 2 | ||||
-rw-r--r-- | event-client-kafka/pom.xml | 2 | ||||
-rw-r--r-- | event-client-rabbitmq/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 18 | ||||
-rw-r--r-- | version.properties | 2 |
6 files changed, 11 insertions, 17 deletions
diff --git a/event-client-api/pom.xml b/event-client-api/pom.xml index 81f03cb..c7825d9 100644 --- a/event-client-api/pom.xml +++ b/event-client-api/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <artifactId>event-client-api</artifactId> diff --git a/event-client-dmaap/pom.xml b/event-client-dmaap/pom.xml index f416a8d..1c87cfa 100644 --- a/event-client-dmaap/pom.xml +++ b/event-client-dmaap/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <artifactId>event-client-dmaap</artifactId> diff --git a/event-client-kafka/pom.xml b/event-client-kafka/pom.xml index e4f42de..93fe97a 100644 --- a/event-client-kafka/pom.xml +++ b/event-client-kafka/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <artifactId>event-client-kafka</artifactId> diff --git a/event-client-rabbitmq/pom.xml b/event-client-rabbitmq/pom.xml index 8d52b99..4f21cd8 100644 --- a/event-client-rabbitmq/pom.xml +++ b/event-client-rabbitmq/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <artifactId>event-client-rabbitmq</artifactId> @@ -29,12 +29,12 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.1</version> + <version>2.0.0</version> </parent> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <name>aai-event-client</name> <packaging>pom</packaging> @@ -118,16 +118,10 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <nexusUrl>${onap.nexus.url}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>sonar-maven-plugin</artifactId> diff --git a/version.properties b/version.properties index 99af342..f78f30b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |