diff options
author | Kasperkiewicz Pawel <pawel.kasperkiewicz@nokia.com> | 2018-10-22 14:21:40 +0200 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2018-10-22 09:03:37 -0400 |
commit | b43296204e9a6355c65f2d2a79abf24ad17dda4f (patch) | |
tree | d6c2c993264fcfa2c54daee394af8ce99d72c4b8 | |
parent | 39300ffd1dde766624036b361e444e5ef30371ce (diff) |
Change of the prh version
Issue-ID: DCAEGEN2-882
Change-Id: If7249188b2191346ab6b7afe1455623454ae6fd0
Signed-off-by: Kasperkiewicz Pawel <pawel.kasperkiewicz@nokia.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | prh-aai-client/pom.xml | 2 | ||||
-rw-r--r-- | prh-app-server/pom.xml | 2 | ||||
-rw-r--r-- | prh-commons/pom.xml | 2 | ||||
-rw-r--r-- | prh-dmaap-client/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
6 files changed, 7 insertions, 7 deletions
@@ -32,7 +32,7 @@ <groupId>org.onap.dcaegen2.services</groupId> <artifactId>prh</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <name>dcaegen2-services-prh</name> <description>PNF Registration Handler</description> diff --git a/prh-aai-client/pom.xml b/prh-aai-client/pom.xml index f08fed32..733ce0e6 100644 --- a/prh-aai-client/pom.xml +++ b/prh-aai-client/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>prh</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.prh</groupId> diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index 6584b5f9..237dff1c 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>prh</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.prh</groupId> diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index 27b2efed..91fd9082 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>prh</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.prh</groupId> diff --git a/prh-dmaap-client/pom.xml b/prh-dmaap-client/pom.xml index 384f652d..751a4f00 100644 --- a/prh-dmaap-client/pom.xml +++ b/prh-dmaap-client/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>prh</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.prh</groupId> diff --git a/version.properties b/version.properties index 11ad59d0..07578e54 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1
-minor=1
-patch=1
+minor=2
+patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|