diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> @@ -269,5 +269,3 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. </plugins> </build> </project> - - diff --git a/version.properties b/version.properties index 7d6815b..9e0d73d 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=3 +minor=4 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} |