Version Bump For Master 84/93384/1 master
authorVenkatrangan Govindarajan <gvrangan@gmail.com>
Mon, 26 Oct 2020 10:09:08 +0000 (15:39 +0530)
committerVenkatrangan Govindarajan <gvrangan@gmail.com>
Mon, 26 Oct 2020 10:09:48 +0000 (15:39 +0530)
Signed-off-by: Venkatrangan Govindarajan <gvrangan@gmail.com>
Change-Id: I85b8130f0cae3aff6ee47da7ecc36916c690a5fe

16 files changed:
common/artifacts/pom.xml
common/features/odl-odlguice-inject/pom.xml
common/features/odlguice-features/pom.xml
common/features/pom.xml
common/karaf/pom.xml
common/parent/pom.xml
common/pom.xml
inject/inject-guice-extensions/closeable/pom.xml
inject/inject-guice-extensions/injection/pom.xml
inject/inject-guice-extensions/jsr250/pom.xml
inject/inject-guice-extensions/pom.xml
inject/inject-guice-testutils/pom.xml
inject/inject-guice/pom.xml
inject/inject/pom.xml
inject/pom.xml
pom.xml

index 8e7c6e2fb6201e7b8339b33e3cd5315582814402..50c299f99484c46ee2d151437136e126acf80d53 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>7.0.3</version>
+      <version>8.0.0</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>odlguice-artifacts</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
@@ -61,7 +61,7 @@
               <version>${project.version}</version>
               <scope>test</scope>
             </dependency>
-            
+
             <!-- Karaf features -->
             <dependency>
                 <groupId>${project.groupId}</groupId>
index 0bfb7483b7ff4f51c8fc9547207d3b3f671b4c9d..edf2a9ea58caeea199843c08a9b4f69c797c03a0 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.3</version>
+        <version>8.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>odl-odlguice-inject</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: odlguice :: @Inject</name>
index 532b61d399bd95b907c7a2a1088d576c2c2eab11..7166274ba541354441a02619a483319b1d9b0cbc 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>7.0.3</version>
+        <version>8.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>odlguice-features</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
index 5513639908b25cb109d5e82564b062cee8c70162..e6cb7b7c4f0ad078aae53c961f2417ab3c55b897 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>7.0.3</version>
+        <version>8.0.0</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>features</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
index 7c489408ae6fc33fbdae291ffe1e35d8584c8c67..b0c44a0c97e4f9b8e308f80f433e4d55193b4229 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>7.0.3</version>
+    <version>8.0.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.odlguice</groupId>
   <artifactId>odlguice-karaf</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: odlguice :: ${project.artifactId}</name>
index f3437994211deb66c189be3a0d6eb02412f4a052..0847781e85492414ed8750d43a152aab2cc6db9c 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>7.0.2</version>
+    <version>8.0.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.odlguice</groupId>
   <artifactId>parent</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
         build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: odlguice :: ${project.artifactId}</name>
index e0fefe7ae340ff6c64a276d5d596bb13a1f30b76..180fd915fcc2550ec163e008210bc4e9b7b75b2c 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>7.0.3</version>
+      <version>8.0.0</version>
       <relativePath/>
     </parent>
 
@@ -30,7 +30,7 @@
         <module>features</module>
         <module>parent</module>
     </modules>
-    
+
     <profiles>
         <profile>
             <id>karaf</id>
index 794eecc91124bcb8f11d5af24253b46400049982..b1153e3901129ee6da63636ac4bc77f27e8631c2 100755 (executable)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opendaylight.odlguice</groupId>
         <artifactId>parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../../../common/parent</relativePath>
     </parent>
 
index 66926f0f86c5b70d1c58074064644d3df166c881..21219637c8579a7439bb00255872f40dfc11c852 100755 (executable)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opendaylight.odlguice</groupId>
         <artifactId>parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../../../common/parent</relativePath>
     </parent>
 
index 8e11ca48f56b5ded723fc74a8b5ec97edd987d6d..cd3372528cd12dd1e8ce009ff3dbb05482742831 100755 (executable)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.odlguice</groupId>
         <artifactId>parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
         <relativePath>../../../common/parent</relativePath>
     </parent>
 
index ce6af507e6680e2bf1e48580f5469334b7ac73d5..5ff70b1befd7d36f1eb5ceba33b9c610697500c7 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>../../common/parent</relativePath>
   </parent>
 
index 1bb51f8349e97dc553cbba7dd42eac32cb2e4006..bda79d6a253fa26b299881434654a1b706300f9a 100644 (file)
   <parent>
       <groupId>org.opendaylight.odlguice</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
-  
+
   <artifactId>inject.guice.testutils</artifactId>
   <packaging>jar</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
@@ -59,6 +59,6 @@
       <artifactId>inject.guice.extensions.closeable</artifactId>
       <version>${project.version}</version>
     </dependency>
-    
+
   </dependencies>
 </project>
index 46a6c91ea72bc25a4cea995b3304b85e13852a23..3015eb5e8205658375b702b21deb7f0eb7253446 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
       <groupId>org.opendaylight.odlguice</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
 
index fe26d5e9a1c2a16af6443afb669fd0b600d3f387..15d202358f839aad72b27bbf146cdb4353009db1 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
       <groupId>org.opendaylight.odlguice</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
 
index d2c8ad6e017c47a8ecc28bfd72412207db7915c1..fe63938713bdfcc84b57f3def172dd00cf153842 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>7.0.3</version>
+    <version>8.0.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.odlguice</groupId>
   <artifactId>inject-aggregator</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
diff --git a/pom.xml b/pom.xml
index 85cdea35dae3afc50dc47fd5ba885ee683ebd004..cc47e5b1af37232d24454d30e868fa444fb09c61 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- vi: set et smarttab sw=2 tabstop=2: -->
-<!-- Copyright © 2016 Red Hat, Inc. and others. All rights reserved. This 
-    program and the accompanying materials are made available under the terms 
-    of the Eclipse Public License v1.0 which accompanies this distribution, and 
+<!-- Copyright © 2016 Red Hat, Inc. and others. All rights reserved. This
+    program and the accompanying materials are made available under the terms
+    of the Eclipse Public License v1.0 which accompanies this distribution, and
     is available at http://www.eclipse.org/legal/epl-v10.html -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -18,7 +18,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>odlguice</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>odlguice</name>
 
@@ -33,4 +33,4 @@
         <module>common</module>
         <module>inject</module>
     </modules>
-</project>
\ No newline at end of file
+</project>