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/05/04 05:58:42 UTC

servicemix-bundles git commit: [maven-release-plugin] prepare release org.apache.servicemix.bundles.jsr305-3.0.2_1

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 07787064a -> 87c318a25


[maven-release-plugin] prepare release org.apache.servicemix.bundles.jsr305-3.0.2_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/87c318a2
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/87c318a2
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/87c318a2

Branch: refs/heads/master
Commit: 87c318a250ec3763c11ac248ac70f7a45b0eeee9
Parents: 0778706
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu May 4 07:58:28 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu May 4 07:58:28 2017 +0200

----------------------------------------------------------------------
 jsr305-3.0.2/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/87c318a2/jsr305-3.0.2/pom.xml
----------------------------------------------------------------------
diff --git a/jsr305-3.0.2/pom.xml b/jsr305-3.0.2/pom.xml
index a450d6c..3b09aa9 100644
--- a/jsr305-3.0.2/pom.xml
+++ b/jsr305-3.0.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.jsr305</artifactId>
-    <version>3.0.2_1-SNAPSHOT</version>
+    <version>3.0.2_1</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,7 +39,8 @@
         <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>
-    </scm>
+      <tag>org.apache.servicemix.bundles.jsr305-3.0.2_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>com.google.code.findbugs</pkgGroupId>