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 2022/06/01 06:46:43 UTC

[servicemix-bundles] branch master updated: [maven-release-plugin] prepare release bundles-pom-15

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 bb79bbbfb [maven-release-plugin] prepare release bundles-pom-15
bb79bbbfb is described below

commit bb79bbbfbaab821880bb8a55c034942902a88b76
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jun 1 08:46:36 2022 +0200

    [maven-release-plugin] prepare release bundles-pom-15
---
 bundles-pom/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/bundles-pom/pom.xml b/bundles-pom/pom.xml
index bf2a75fb8..031bd3989 100644
--- a/bundles-pom/pom.xml
+++ b/bundles-pom/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>bundles-pom</artifactId>
     <packaging>pom</packaging>
-    <version>15-SNAPSHOT</version>
+    <version>15</version>
     <name>Apache ServiceMix :: Bundles</name>
 
     <properties>
@@ -60,7 +60,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>HEAD</tag>
+      <tag>bundles-pom-15</tag>
   </scm>
 
     <build>
@@ -130,10 +130,10 @@
                                         <manifestEntries>
                                             <Bundle-SymbolicName>${project.artifactId}.source</Bundle-SymbolicName>
                                             <Eclipse-SourceBundle>${project.artifactId};version="${servicemix.osgi.source.version}"</Eclipse-SourceBundle>
-                                            <Export-Package></Export-Package>
-                                            <Import-Package></Import-Package>
-                                            <Provide-Capability></Provide-Capability>
-                                            <Require-Capability></Require-Capability>
+                                            <Export-Package />
+                                            <Import-Package />
+                                            <Provide-Capability />
+                                            <Require-Capability />
                                         </manifestEntries>
                                     </transformer>
                                 </transformers>