aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--champ-lib/champ-core/pom.xml2
-rw-r--r--champ-lib/champ-janus/pom.xml2
-rw-r--r--champ-lib/champ-titan/pom.xml2
-rw-r--r--champ-lib/pom.xml2
-rw-r--r--champ-service-deps-janus/pom.xml2
-rw-r--r--champ-service-deps-titan/pom.xml2
-rw-r--r--champ-service/pom.xml2
-rwxr-xr-xpom.xml4
-rw-r--r--version.properties2
9 files changed, 10 insertions, 10 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml
index f352c81..78bec61 100644
--- a/champ-lib/champ-core/pom.xml
+++ b/champ-lib/champ-core/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.champ</groupId>
<artifactId>champ-lib</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.champ.champ-lib</groupId>
diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml
index d9966cf..6b72c0b 100644
--- a/champ-lib/champ-janus/pom.xml
+++ b/champ-lib/champ-janus/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.champ</groupId>
<artifactId>champ-lib</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.champ.champ-lib</groupId>
diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml
index 40e1281..9c367a1 100644
--- a/champ-lib/champ-titan/pom.xml
+++ b/champ-lib/champ-titan/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.champ</groupId>
<artifactId>champ-lib</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.champ.champ-lib</groupId>
diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml
index 41085ff..e970843 100644
--- a/champ-lib/pom.xml
+++ b/champ-lib/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai</groupId>
<artifactId>champ</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.champ</groupId>
diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml
index cd104f4..84d248d 100644
--- a/champ-service-deps-janus/pom.xml
+++ b/champ-service-deps-janus/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai</groupId>
<artifactId>champ</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.champ</groupId>
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml
index d43f95c..c7a1529 100644
--- a/champ-service-deps-titan/pom.xml
+++ b/champ-service-deps-titan/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai</groupId>
<artifactId>champ</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.champ</groupId>
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index 5311692..f27ee5a 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai</groupId>
<artifactId>champ</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.champ</groupId>
diff --git a/pom.xml b/pom.xml
index ed2637e..4803df4 100755
--- a/pom.xml
+++ b/pom.xml
@@ -32,11 +32,11 @@ limitations under the License.
<artifactId>champ</artifactId>
<name>aai-champ</name>
<packaging>pom</packaging>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<properties>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
- <event.client.version>1.4.0</event.client.version>
+ <event.client.version>1.5.0</event.client.version>
<!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in
coverage caused by new changes. Note that this figure cannot be lower than the ONAP requirement of 0.55 -->
<jacoco.line.coverage.limit>0.57</jacoco.line.coverage.limit>
diff --git a/version.properties b/version.properties
index 66827fd..b11eaff 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=4
+minor_version=5
patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}