diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-10-24 15:55:15 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-10-24 15:55:15 +0300 |
commit | 422fd82d89d6a7e004f545cb8dd3a5d94f7acb29 (patch) | |
tree | 655aad53e73f8f2afa9009aae67bc24e65e28b32 | |
parent | 257b1c097a15a6f13f8fad8e218af4a7a8e690e3 (diff) |
Bump VID version
Change-Id: I7ca9305c45194cbdf1df4bebf7a18d531a159e55
Issue-ID: VID-333
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
-rwxr-xr-x | deliveries/pom.xml | 2 | ||||
-rwxr-xr-x | epsdk-app-onap/pom.xml | 2 | ||||
-rw-r--r-- | epsdk-app-onap/version.properties | 2 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 | ||||
-rwxr-xr-x | vid-app-common/pom.xml | 2 | ||||
-rwxr-xr-x | vid-app-common/version.properties | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/deliveries/pom.xml b/deliveries/pom.xml index 2dad0d4f..7b7e6ab3 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -62,7 +62,7 @@ <descriptor>assembly/assembly-for-plugin.xml</descriptor>
</assembly>
<tags>
- <tag>3.0-STAGING-latest</tag>
+ <tag>3.1-STAGING-latest</tag>
<tag>latest</tag>
</tags>
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 025b63a0..4c655c7a 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -8,7 +8,7 @@ the Portal team. -->
<groupId>org.onap.vid</groupId>
<artifactId>epsdk-app-onap</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>ECOMP SDK Webapp for OpenSource</name>
<description>ECOMP SDK Web Application for public release</description>
diff --git a/epsdk-app-onap/version.properties b/epsdk-app-onap/version.properties index 02144f0f..0470dc6a 100644 --- a/epsdk-app-onap/version.properties +++ b/epsdk-app-onap/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=3
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}
@@ -80,7 +80,7 @@ <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <build.version>3.0.0-SNAPSHOT</build.version>
+ <build.version>3.1.0-SNAPSHOT</build.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
@@ -268,5 +268,5 @@ <version>4.5.3</version>
</dependency>
</dependencies>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
</project>
diff --git a/version.properties b/version.properties index 02144f0f..0470dc6a 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=3
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 5082129c..c9c32ac9 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. -->
<groupId>org.onap.vid</groupId>
<artifactId>vid-app-common</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>VID Common</name>
<description>VID Common code for opensource version</description>
diff --git a/vid-app-common/version.properties b/vid-app-common/version.properties index 02144f0f..0470dc6a 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=3
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}
|