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 2020/03/30 09:24:36 UTC

[servicemix-bundles] branch master updated: [maven-release-plugin] prepare release org.apache.servicemix.bundles.opensaml-3.4.5_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 4f90c4d  [maven-release-plugin] prepare release org.apache.servicemix.bundles.opensaml-3.4.5_1
4f90c4d is described below

commit 4f90c4db5f445a9a857d03bdb11f64bb629f476e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 30 11:24:29 2020 +0200

    [maven-release-plugin] prepare release org.apache.servicemix.bundles.opensaml-3.4.5_1
---
 opensaml-3.4.5/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/opensaml-3.4.5/pom.xml b/opensaml-3.4.5/pom.xml
index 245dfb3..b13ecdd 100644
--- a/opensaml-3.4.5/pom.xml
+++ b/opensaml-3.4.5/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.opensaml</artifactId>
-    <version>3.4.5_1-SNAPSHOT</version>
+    <version>3.4.5_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.opensaml-3.4.5_1</tag>
   </scm>
 
     <properties>
@@ -167,7 +168,7 @@
                                 </filter>
                             </filters>
                             <transformers>
-                              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
                             </transformers>
                             <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <createDependencyReducedPom>true</createDependencyReducedPom>