summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-01 23:28:00 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-01 23:28:01 +0800
commit76cafb66f1897b971736a9c9bdf2e8f0fd5a9579 (patch)
tree70edd00b1a29da774c1a518ccd21e7dd19913b24
parent155cbcf3ecc4157466dee09fe384787d65d58269 (diff)
Upgrade usecase-ui project version2.0.0
Change-Id: I98612f31fc1be38c0c35ea27fb4983cba30ba925 Issue-ID: USECASEUI-259 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r--distribution/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--usecaseui-portal/.settings/org.eclipse.m2e.core.prefs4
-rw-r--r--usecaseui-portal/pom.xml2
-rw-r--r--version.properties4
5 files changed, 6 insertions, 10 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 0c0bdf01..1e0b371e 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.usecase-ui</groupId>
<artifactId>usecase-ui</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
<linux64outputdir>target/assembly/${linux64id}</linux64outputdir>
<win64outputdir>target/assembly/${win64id}</win64outputdir>
<version.output>target/version</version.output>
- <usecaseui.version>1.3.0</usecaseui.version>
+ <usecaseui.version>2.0.0</usecaseui.version>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
</properties>
diff --git a/pom.xml b/pom.xml
index 606464c2..5cf3a7bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.usecase-ui</groupId>
<artifactId>usecase-ui</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<packaging>pom</packaging>
<name>usecase-ui</name>
diff --git a/usecaseui-portal/.settings/org.eclipse.m2e.core.prefs b/usecaseui-portal/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f1..00000000
--- a/usecaseui-portal/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff --git a/usecaseui-portal/pom.xml b/usecaseui-portal/pom.xml
index 11ed216f..7f280620 100644
--- a/usecaseui-portal/pom.xml
+++ b/usecaseui-portal/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.usecase-ui</groupId>
<artifactId>usecase-ui</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/version.properties b/version.properties
index a254b216..a3ac0d9c 100644
--- a/version.properties
+++ b/version.properties
@@ -2,8 +2,8 @@
# 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=1
-minor=3
+major=2
+minor=0
patch=0
base_version=${major}.${minor}.${patch}