diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -21,13 +21,13 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent-python</artifactId> - <version>1.2.1</version> + <version>1.2.3</version> </parent> <groupId>org.onap.optf.osdf</groupId> <artifactId>optf-osdf</artifactId> <name>optf-osdf</name> - <version>1.2.4-SNAPSHOT</version> + <version>1.3.0</version> <description>Optimization Service Design Framework</description> <properties> diff --git a/version.properties b/version.properties index 023840b..36696ce 100644 --- a/version.properties +++ b/version.properties @@ -18,8 +18,8 @@ # major=1 -minor=2 -patch=4 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} |