You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2017/08/31 10:16:22 UTC

servicemix-bundles git commit: [SM-3472] Fix version in java_nats 0.7.1

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master c7c94970e -> 88f33a154


[SM-3472] Fix version in java_nats 0.7.1


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/88f33a15
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/88f33a15
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/88f33a15

Branch: refs/heads/master
Commit: 88f33a154bd1d1811ad4aeab2f05ff70908ba556
Parents: c7c9497
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Aug 31 12:15:55 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Aug 31 12:15:55 2017 +0200

----------------------------------------------------------------------
 java_nats-0.7.1/pom.xml | 7 +++----
 pom.xml                 | 1 +
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/88f33a15/java_nats-0.7.1/pom.xml
----------------------------------------------------------------------
diff --git a/java_nats-0.7.1/pom.xml b/java_nats-0.7.1/pom.xml
index 1bf5e40..f203222 100644
--- a/java_nats-0.7.1/pom.xml
+++ b/java_nats-0.7.1/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>12</version>
+        <version>13</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -39,13 +39,12 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
+    </scm>
 
     <properties>
         <pkgGroupId>com.github.tyagihas</pkgGroupId>
         <pkgArtifactId>java_nats</pkgArtifactId>
-        <pkgVersion>0.5.2</pkgVersion>
+        <pkgVersion>0.7.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.nats
         </servicemix.osgi.export.pkg>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/88f33a15/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ff6a2ed..cd188c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
         <module>brave-zipkin-3.7.0</module>
         <module>quickfix-1.6.4</module>
         <module>snmp4j-2.5.7</module>
+        <module>java_nats-0.7.1</module>
     </modules>
 
 </project>