diff options
author | Michael Reece <michaere@amdocs.com> | 2018-10-17 16:32:33 +0100 |
---|---|---|
committer | Michael Reece <michaere@amdocs.com> | 2018-10-17 16:32:33 +0100 |
commit | bd58bbc5aee8eb495adbc3275dc876462cb984c6 (patch) | |
tree | 2a7bcd71c48d48f0f256d2db162479c35dcbed40 /champ-lib | |
parent | 926c104ba5e7325140933c0b574b73c4771ae877 (diff) |
Update champ version to 1.3.1-SNAPSHOT
Update the patch_version in the version.properties file
Issue-ID: AAI-1741
Change-Id: I974c6a429346cce82426378687688e00b2ec027e
Signed-off-by: Michael Reece <michaere@amdocs.com>
Diffstat (limited to 'champ-lib')
-rw-r--r-- | champ-lib/champ-core/pom.xml | 2 | ||||
-rw-r--r-- | champ-lib/champ-janus/pom.xml | 2 | ||||
-rw-r--r-- | champ-lib/champ-titan/pom.xml | 2 | ||||
-rw-r--r-- | champ-lib/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index d8a2e34..4682def 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.3.0-SNAPSHOT</version> + <version>1.3.1-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 f17de33..f34e94e 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.3.0-SNAPSHOT</version> + <version>1.3.1-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 8235159..ba7d712 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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> </parent> <groupId>org.onap.aai.champ.champ-lib</groupId> diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 56e1f17..624b155 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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> </parent> <groupId>org.onap.aai.champ</groupId> |