diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-29 11:51:01 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-29 14:33:28 -0500 |
commit | 0846221e605b1174b772a2513d6347ceba810b79 (patch) | |
tree | e332771bf3e347165a45c18d2618a38f394a839d | |
parent | 7486d061634af5960c3c611e13a288a36a072308 (diff) |
Create version 1.0.0 of oparent
Version 1.0.0 of oparent is missing from staging
Change-Id: I255b2b4a0087f68fb310d9ea46c663987c5c50be
Issue-ID: INT-356
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | .DS_Store | bin | 0 -> 6148 bytes | |||
-rw-r--r-- | checkstyle/pom.xml | 2 | ||||
-rw-r--r-- | license/pom.xml | 2 | ||||
-rw-r--r-- | oparent-odlparent/pom.xml | 5 | ||||
-rw-r--r-- | oparent/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 6 |
7 files changed, 11 insertions, 10 deletions
diff --git a/.DS_Store b/.DS_Store Binary files differnew file mode 100644 index 0000000..84d192a --- /dev/null +++ b/.DS_Store diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 6ce4933..8dd9c61 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>checkstyle</artifactId> diff --git a/license/pom.xml b/license/pom.xml index 7433fbe..50b2c5f 100644 --- a/license/pom.xml +++ b/license/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>onap-license</artifactId> diff --git a/oparent-odlparent/pom.xml b/oparent-odlparent/pom.xml index c5ddbfe..5642593 100644 --- a/oparent-odlparent/pom.xml +++ b/oparent-odlparent/pom.xml @@ -20,10 +20,11 @@ <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent</artifactId> <version>1.8.1-Carbon</version> + <relativePath/> </parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent-odlparent</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <name>oparent/odlparent-carbon</name> <packaging>pom</packaging> <properties> @@ -338,7 +339,7 @@ <dependency> <groupId>org.onap.oparent</groupId> <artifactId>checkstyle</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> <executions> diff --git a/oparent/pom.xml b/oparent/pom.xml index a3e8eda..39c0c06 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>oparent</artifactId> @@ -306,7 +306,7 @@ <dependency> <groupId>org.onap.oparent</groupId> <artifactId>checkstyle</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> <executions> @@ -20,7 +20,7 @@ <name>oparent</name> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <modules> <!-- oparent tools --> diff --git a/version.properties b/version.properties index e6e7ca9..49e2720 100644 --- a/version.properties +++ b/version.properties @@ -3,9 +3,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_version=0 -minor_version=1 -patch_version=2 +major_version=1 +minor_version=0 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |