aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-03-09 16:08:46 -0800
committerGary Wu <gary.i.wu@huawei.com>2018-03-09 16:08:55 -0800
commit3803ae85e44981ff451fe1e02ec1152f42b26996 (patch)
tree974353451a09bbfef1c30d21057b4ce2b23dadac
parentb7c6e957f6a22188daf7026138c3ea0faf940b48 (diff)
Bump oparent version
Issue-ID: INT-440 Change-Id: Ifafff74f10336ac820576a3311c33e92f88d4307 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--checkstyle/pom.xml2
-rw-r--r--license/pom.xml2
-rw-r--r--oparent-python/pom.xml2
-rw-r--r--oparent/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
6 files changed, 7 insertions, 7 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml
index e160947..62c46ec 100644
--- a/checkstyle/pom.xml
+++ b/checkstyle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>version</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>checkstyle</artifactId>
diff --git a/license/pom.xml b/license/pom.xml
index 25d345b..e3e7ee9 100644
--- a/license/pom.xml
+++ b/license/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>version</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>onap-license</artifactId>
diff --git a/oparent-python/pom.xml b/oparent-python/pom.xml
index 055466e..9d271e1 100644
--- a/oparent-python/pom.xml
+++ b/oparent-python/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<relativePath>../oparent</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/oparent/pom.xml b/oparent/pom.xml
index 1a1c784..8958413 100644
--- a/oparent/pom.xml
+++ b/oparent/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>version</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>oparent</artifactId>
@@ -459,7 +459,7 @@
<dependency>
<groupId>org.onap.oparent</groupId>
<artifactId>checkstyle</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>
diff --git a/pom.xml b/pom.xml
index 75f96fb..d1454e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<name>oparent</name>
<groupId>org.onap.oparent</groupId>
<artifactId>version</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<!-- oparent tools -->
diff --git a/version.properties b/version.properties
index c48027c..68001c8 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=1
-patch_version=0
+patch_version=1
base_version=${major_version}.${minor_version}.${patch_version}