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 2021/02/24 17:48:16 UTC

[servicemix-bundles] branch master updated: [SM-4675] Create OSGi bundle for junit 4.13.2

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 adcc742  [SM-4675] Create OSGi bundle for junit 4.13.2
adcc742 is described below

commit adcc7429597bf717add96f7631633e796e9e80cf
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Feb 24 18:47:44 2021 +0100

    [SM-4675] Create OSGi bundle for junit 4.13.2
---
 {junit-4.13.1 => junit-4.13.2}/pom.xml                               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/junit-4.13.1/pom.xml b/junit-4.13.2/pom.xml
similarity index 97%
rename from junit-4.13.1/pom.xml
rename to junit-4.13.2/pom.xml
index 7eb85db..1cd62a2 100644
--- a/junit-4.13.1/pom.xml
+++ b/junit-4.13.2/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.junit</artifactId>
     <packaging>bundle</packaging>
-    <version>4.13.1_2-SNAPSHOT</version>
+    <version>4.13.2_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
@@ -39,13 +39,12 @@
         <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>
   </scm>
 
     <properties>
         <pkgGroupId>junit</pkgGroupId>
         <pkgArtifactId>junit</pkgArtifactId>
-        <pkgVersion>4.13.1</pkgVersion>
+        <pkgVersion>4.13.2</pkgVersion>
         <servicemix.osgi.export>
             org.hamcrest*;version="1.3";-split-package:=merge-first,
             org.junit*;version=${pkgVersion};-split-package:=merge-first,
diff --git a/junit-4.13.1/src/main/resources/OSGI-INF/bundle.info b/junit-4.13.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from junit-4.13.1/src/main/resources/OSGI-INF/bundle.info
rename to junit-4.13.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 6fd8be7..27ae084 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
         <module>lucene-queries-8.8.1</module>
         <module>lucene-queryparser-8.8.1</module>
         <module>lucene-sandbox-8.8.1</module>
+        <module>junit-4.13.2</module>
     </modules>
 
 </project>