Create version 1.0.0 of oparent 71/25171/3
authorDan Timoney <dtimoney@att.com>
Wed, 29 Nov 2017 16:51:01 +0000 (11:51 -0500)
committerDan Timoney <dtimoney@att.com>
Wed, 29 Nov 2017 19:33:28 +0000 (14:33 -0500)
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>
.DS_Store [new file with mode: 0644]
checkstyle/pom.xml
license/pom.xml
oparent-odlparent/pom.xml
oparent/pom.xml
pom.xml
version.properties

diff --git a/.DS_Store b/.DS_Store
new file mode 100644 (file)
index 0000000..84d192a
Binary files /dev/null and b/.DS_Store differ
index 6ce4933..8dd9c61 100644 (file)
@@ -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>
index 7433fbe..50b2c5f 100644 (file)
@@ -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>
index c5ddbfe..5642593 100644 (file)
         <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>
             <dependency>
               <groupId>org.onap.oparent</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>1.0.1-SNAPSHOT</version>
+              <version>1.0.0-SNAPSHOT</version>
             </dependency>
           </dependencies>
           <executions>
index a3e8eda..39c0c06 100644 (file)
@@ -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>
             <dependency>
               <groupId>org.onap.oparent</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>0.1.2-SNAPSHOT</version>
+              <version>1.0.0-SNAPSHOT</version>
             </dependency>
           </dependencies>
           <executions>
diff --git a/pom.xml b/pom.xml
index 2d143f1..e1cfbf3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->
index e6e7ca9..49e2720 100644 (file)
@@ -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}