aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmett Cox <emmett.cox@ericsson.com>2018-11-22 15:26:59 +0000
committerEmmett Cox <emmett.cox@ericsson.com>2018-11-22 15:37:54 +0000
commit83451c45ebefdd59b9052d47b03ba8bc0d5f2669 (patch)
tree7bb142c7599320549d5690ed0f01d54945eccd07
parentbd4e22f5861fb2ebe82c8bd553c86503971591a6 (diff)
Pom Update for master branch development
Change-Id: Iaf16dea2c5c3d02bf48c82b429fc61e782dd43de Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-881
-rw-r--r--datarouter-docker-compose/pom.xml2
-rwxr-xr-xdatarouter-node/pom.xml2
-rwxr-xr-xdatarouter-prov/pom.xml2
-rwxr-xr-xdatarouter-subscriber/pom.xml2
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties4
6 files changed, 7 insertions, 7 deletions
diff --git a/datarouter-docker-compose/pom.xml b/datarouter-docker-compose/pom.xml
index 95c6b10a..05faa5ae 100644
--- a/datarouter-docker-compose/pom.xml
+++ b/datarouter-docker-compose/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.dmaap.datarouter</groupId>
<artifactId>parent</artifactId>
- <version>1.0.6-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>datarouter-docker-compose</artifactId>
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml
index 0bf5f014..7df19895 100755
--- a/datarouter-node/pom.xml
+++ b/datarouter-node/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.dmaap.datarouter</groupId>
<artifactId>parent</artifactId>
- <version>1.0.6-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>datarouter-node</artifactId>
diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml
index d384c0da..95c2de8f 100755
--- a/datarouter-prov/pom.xml
+++ b/datarouter-prov/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.dmaap.datarouter</groupId>
<artifactId>parent</artifactId>
- <version>1.0.6-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>datarouter-prov</artifactId>
diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml
index e97a04db..b5c149c3 100755
--- a/datarouter-subscriber/pom.xml
+++ b/datarouter-subscriber/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.dmaap.datarouter</groupId>
<artifactId>parent</artifactId>
- <version>1.0.6-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>datarouter-subscriber</artifactId>
diff --git a/pom.xml b/pom.xml
index 97f78aa9..fcf16de3 100755
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.dmaap.datarouter</groupId>
<artifactId>parent</artifactId>
<name>dmaap-datarouter</name>
- <version>1.0.6-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/att/DMAAP_DATAROUTER</url>
<parent>
diff --git a/version.properties b/version.properties
index 176b5470..af11c22b 100644
--- a/version.properties
+++ b/version.properties
@@ -26,8 +26,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
-patch=6
+minor=1
+patch=0
base_version=${major}.${minor}.${patch}