Release odlguice 1.0.0
authorjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 25 Sep 2020 12:10:00 +0000 (12:10 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 25 Sep 2020 12:10:00 +0000 (12:10 +0000)
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..8170ed6645cdbb650e1cfec8b0db9cd3d2003956 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>odlguice-artifacts</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</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 0bfb7483b7ff4f51c8fc9547207d3b3f671b4c9d..bba5885097784d3e6235241cde9561facb4ef7b6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>odl-odlguice-inject</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: odlguice :: @Inject</name>
index 532b61d399bd95b907c7a2a1088d576c2c2eab11..58698538dd17ebb59df300a15d0339e56ec3d4df 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>odlguice-features</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</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..65e5a2be1295217042cc612785add19382240c92 100644 (file)
@@ -16,7 +16,7 @@
     </parent>
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>features</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</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..e61ebe51b83d9244430fa0c999e8a86b5ae55a27 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.odlguice</groupId>
   <artifactId>odlguice-karaf</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</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..b72ac33e936b1e1bfc5b1bfe38c95f0a916636ea 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.odlguice</groupId>
   <artifactId>parent</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</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..5690a2c6f48deb5d0c58e9f4f68ddd80d270d197 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>odlguice-common</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</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 794eecc91124bcb8f11d5af24253b46400049982..f31f5879ee6c81e9347d04562c295e3e2ff2362c 100755 (executable)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opendaylight.odlguice</groupId>
         <artifactId>parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../../../common/parent</relativePath>
     </parent>
 
index 66926f0f86c5b70d1c58074064644d3df166c881..275f5dd640be4e5c6b594e85ba7a0b198c6a3e7d 100755 (executable)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opendaylight.odlguice</groupId>
         <artifactId>parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../../../common/parent</relativePath>
     </parent>
 
index 8e11ca48f56b5ded723fc74a8b5ec97edd987d6d..8a7895dc5bcb32b4046c330882f1f9168d4f391a 100755 (executable)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.odlguice</groupId>
         <artifactId>parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../../../common/parent</relativePath>
     </parent>
 
index ce6af507e6680e2bf1e48580f5469334b7ac73d5..7d9992ca2f9631d6ce24249b2521eda7d088f9ee 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.odlguice</groupId>
     <artifactId>parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../../common/parent</relativePath>
   </parent>
 
index 1bb51f8349e97dc553cbba7dd42eac32cb2e4006..25638394da77867a948f29cfd208248947f888fb 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
       <groupId>org.opendaylight.odlguice</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
   
index 46a6c91ea72bc25a4cea995b3304b85e13852a23..9a47ab72fff3e4ae975fe290e7caff51e4a300e7 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
       <groupId>org.opendaylight.odlguice</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
 
index fe26d5e9a1c2a16af6443afb669fd0b600d3f387..345b569e9a98b1fcf505823c7cd10690d57fe16a 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
       <groupId>org.opendaylight.odlguice</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
 
index d2c8ad6e017c47a8ecc28bfd72412207db7915c1..456093740e9cc1a607b9ccb69040b930bdd80572 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.odlguice</groupId>
   <artifactId>inject-aggregator</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</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..272e9746ea9705ba6e630b5009408bf1abee7fea 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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.0</version>
     <packaging>pom</packaging>
     <name>odlguice</name>