updating the docker artifact version information to sync with the release version...
authorDavid K. Bainbridge <dbainbri@ciena.com>
Fri, 31 Jan 2014 22:28:50 +0000 (14:28 -0800)
committerDavid K. Bainbridge <dbainbri@ciena.com>
Fri, 31 Jan 2014 22:28:50 +0000 (14:28 -0800)
Signed-off-by: David K. Bainbridge <dbainbri@ciena.com>
packaging/docker/base/pom.xml
packaging/docker/pom.xml
packaging/docker/release/base/Dockerfile
packaging/docker/release/serviceprovider/Dockerfile
packaging/docker/release/virtualization/Dockerfile
packaging/docker/serviceprovider/pom.xml
packaging/docker/virtualization/pom.xml

index 0734eb2127e12a2e5d0e45582b6b0224f5b6994c..ce5061ab4a63d4d66e5405373efc80ea21a0e275 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>docker</artifactId>
-    <version>0.1.1-SNAPSHOT</version>
+    <version>0.1.2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>docker-base</artifactId>
@@ -32,7 +32,7 @@
                 <artifactItem>
                   <groupId>org.opendaylight.integration</groupId>
                   <artifactId>distributions-base</artifactId>
-                  <version>0.1.1-SNAPSHOT</version>
+                  <version>${project.version}</version>
                   <type>zip</type>
                   <classifier>osgipackage</classifier>
                   <overWrite>true</overWrite>
index 31f7ae677c2cd1402262567488f549d0f1daf960..c804504e4963acf6bbc7d1ce11b4b4bc5b955e3f 100644 (file)
@@ -7,7 +7,7 @@
   </prerequisites>
   <groupId>org.opendaylight.integration</groupId>
   <artifactId>docker</artifactId>
-  <version>0.1.1-SNAPSHOT</version>
+  <version>0.1.2-SNAPSHOT</version>
   <name>OpenDaylight Docker Project</name>
   <packaging>pom</packaging>
   <modules>
index 4d7111a573c6d958c45e428f921efcb08c6b383d..aa3bc202adb6fca52ff550e7ec53ad8c58096dd0 100644 (file)
@@ -18,7 +18,7 @@ RUN apt-get clean
 
 # Download and Install OpenDaylight
 RUN mkdir -p /opt/
-RUN wget -q -O /opt/distribution.zip "https://nexus.opendaylight.org/service/local/artifact/maven/content?r=opendaylight.release&g=org.opendaylight.integration&a=distributions-base&v=0.1.0&c=osgipackage&p=zip"
+RUN wget -q -O /opt/distribution.zip "https://nexus.opendaylight.org/service/local/artifact/maven/content?r=opendaylight.release&g=org.opendaylight.integration&a=distributions-base&v=0.1.1&c=osgipackage&p=zip"
 RUN unzip /opt/*.zip -d /opt
 RUN rm -rf /opt/*.zip
 # Ports 
index 4f45b0963c1d69b98f10aaab95256ca1bc83afc9..186be141dd80ff7bb4c135ea7ee1c5145f8ac163 100644 (file)
@@ -18,7 +18,7 @@ RUN apt-get clean
 
 # Download and Install OpenDaylight
 RUN mkdir -p /opt/
-RUN wget -q -O /opt/distribution.zip "https://nexus.opendaylight.org/service/local/artifact/maven/content?r=opendaylight.release&g=org.opendaylight.integration&a=distributions-serviceprovider&v=0.1.0&c=osgipackage&p=zip"
+RUN wget -q -O /opt/distribution.zip "https://nexus.opendaylight.org/service/local/artifact/maven/content?r=opendaylight.release&g=org.opendaylight.integration&a=distributions-serviceprovider&v=0.1.1&c=osgipackage&p=zip"
 RUN unzip /opt/*.zip -d /opt
 RUN rm -rf /opt/*.zip
 # Ports 
index 44ba6edce242bd46cfaad53238709125414b3cf3..955599a5482a50c00ddbc8b29c49b80101a117d2 100644 (file)
@@ -18,7 +18,7 @@ RUN apt-get clean
 
 # Download and Install OpenDaylight
 RUN mkdir -p /opt/
-RUN wget -q -O /opt/distribution.zip "https://nexus.opendaylight.org/service/local/artifact/maven/content?r=opendaylight.release&g=org.opendaylight.integration&a=distributions-virtualization&v=0.1.0&c=osgipackage&p=zip"
+RUN wget -q -O /opt/distribution.zip "https://nexus.opendaylight.org/service/local/artifact/maven/content?r=opendaylight.release&g=org.opendaylight.integration&a=distributions-virtualization&v=0.1.1&c=osgipackage&p=zip"
 RUN unzip /opt/*.zip -d /opt
 RUN rm -rf /opt/*.zip
 # Ports 
index e774bd27c2dd008baf5812530a6bc77ac4ac97c3..ca449e1ba91ca5ffdbd87b2a19f5d7fa25426def 100644 (file)
@@ -7,7 +7,7 @@
   </prerequisites>
   <groupId>org.opendaylight.integration</groupId>
   <artifactId>docker-serviceprovider</artifactId>
-  <version>0.1.1-SNAPSHOT</version>
+  <version>0.1.2-SNAPSHOT</version>
   <name>OpenDaylight Docker Service Provider Edition Project</name>
   <packaging>pom</packaging>
    <build>
@@ -28,7 +28,7 @@
                 <artifactItem>
                   <groupId>org.opendaylight.integration</groupId>
                   <artifactId>distributions-serviceprovider</artifactId>
-                  <version>0.1.1-SNAPSHOT</version>
+                  <version>${project.version}</version>
                   <type>zip</type>
                   <classifier>osgipackage</classifier>
                   <overWrite>true</overWrite>
index 91543be8cc02ca39006f91f0733684a56c92580c..3d1a6fd1895ed745163b719e875c47588bd5de17 100644 (file)
@@ -7,7 +7,7 @@
   </prerequisites>
   <groupId>org.opendaylight.integration</groupId>
   <artifactId>docker-virtualization</artifactId>
-  <version>0.1.1-SNAPSHOT</version>
+  <version>0.1.2-SNAPSHOT</version>
   <name>OpenDaylight Docker Virtualization Edition Project</name>
   <packaging>pom</packaging>
    <build>
@@ -28,7 +28,7 @@
                 <artifactItem>
                   <groupId>org.opendaylight.integration</groupId>
                   <artifactId>distributions-virtualization</artifactId>
-                  <version>0.1.1-SNAPSHOT</version>
+                  <version>${project.version}</version>
                   <type>zip</type>
                   <classifier>osgipackage</classifier>
                   <overWrite>true</overWrite>