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 2019/03/27 20:21:52 UTC

[servicemix-bundles] branch master updated: [maven-release-plugin] prepare release org.apache.servicemix.bundles.xmlbeans-3.0.2_1

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 671211c  [maven-release-plugin] prepare release org.apache.servicemix.bundles.xmlbeans-3.0.2_1
671211c is described below

commit 671211c196bfe559072784b91179f786841c1aed
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Mar 27 21:21:44 2019 +0100

    [maven-release-plugin] prepare release org.apache.servicemix.bundles.xmlbeans-3.0.2_1
---
 xmlbeans-3.0.2/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xmlbeans-3.0.2/pom.xml b/xmlbeans-3.0.2/pom.xml
index 80ea029..6dfd57c 100644
--- a/xmlbeans-3.0.2/pom.xml
+++ b/xmlbeans-3.0.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xmlbeans</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,6 +39,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>org.apache.servicemix.bundles.xmlbeans-3.0.2_1</tag>
   </scm>
 
     <properties>
@@ -137,8 +138,7 @@
                         <phase>process-resources</phase>
                         <configuration>
                             <target>
-                                <unzip src="${project.build.directory}/xml-commons-resolver-1.1/resolver.jar"
-                                       dest="${project.build.directory}/xml-commons-resolver-1.1/resolver" />
+                                <unzip src="${project.build.directory}/xml-commons-resolver-1.1/resolver.jar" dest="${project.build.directory}/xml-commons-resolver-1.1/resolver" />
                             </target>
                         </configuration>
                         <goals>