diff options
-rwxr-xr-x | deliveries/pom.xml | 2 | ||||
-rwxr-xr-x | epsdk-app-onap/pom.xml | 2 | ||||
-rw-r--r-- | epsdk-app-onap/version.properties | 4 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 4 | ||||
-rwxr-xr-x | vid-app-common/pom.xml | 2 | ||||
-rwxr-xr-x | vid-app-common/version.properties | 4 | ||||
-rw-r--r-- | vid-webpack-master/pom.xml | 2 |
8 files changed, 12 insertions, 12 deletions
diff --git a/deliveries/pom.xml b/deliveries/pom.xml index ef4d27385..ee5c43e45 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.vid</groupId> <artifactId>vid-parent</artifactId> - <version>5.0.3-SNAPSHOT</version> + <version>6.0.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index f9b55f0e6..8f63a6d0c 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>5.0.3-SNAPSHOT</version> + <version>6.0.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 70310a855..19ee1fbf4 100644 --- a/epsdk-app-onap/version.properties +++ b/epsdk-app-onap/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=5 +major=6 minor=0 -patch=3 +patch=0 base_version=${major}.${minor}.${patch} @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vid</groupId> <artifactId>vid-parent</artifactId> - <version>5.0.3-SNAPSHOT</version> + <version>6.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>vid</name> @@ -86,7 +86,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <build.version>5.0.3-SNAPSHOT</build.version> + <build.version>6.0.0-SNAPSHOT</build.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>content/repositories/releases/</releaseNexusPath> diff --git a/version.properties b/version.properties index 70310a855..19ee1fbf4 100644 --- a/version.properties +++ b/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=5 +major=6 minor=0 -patch=3 +patch=0 base_version=${major}.${minor}.${patch} diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 7f2b27c9f..78d9af771 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>5.0.3-SNAPSHOT</version> + <version>6.0.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 70310a855..19ee1fbf4 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=5 +major=6 minor=0 -patch=3 +patch=0 base_version=${major}.${minor}.${patch} diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml index 9e7dd0da6..59aa42d68 100644 --- a/vid-webpack-master/pom.xml +++ b/vid-webpack-master/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> <groupId>org.onap.vid</groupId> <artifactId>vid-webpack-master</artifactId> - <version>5.0.3-SNAPSHOT</version> + <version>6.0.0-SNAPSHOT</version> <packaging>war</packaging> <name>VID UI</name> <description>VID UI</description> |