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 641da90  [SM-4563] Create OSGi bundle for junit 4.13.1
641da90 is described below

commit 641da90a50e58bca44920f4d00acdc64de748ad6
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Nov 1 21:24:09 2020 +0100

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

diff --git a/junit-4.13/pom.xml b/junit-4.13.1/pom.xml
similarity index 97%
rename from junit-4.13/pom.xml
rename to junit-4.13.1/pom.xml
index 888fa23..7887bd3 100644
--- a/junit-4.13/pom.xml
+++ b/junit-4.13.1/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_2-SNAPSHOT</version>
+    <version>4.13.1_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</pkgVersion>
+        <pkgVersion>4.13.1</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/src/main/resources/OSGI-INF/bundle.info 
b/junit-4.13.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from junit-4.13/src/main/resources/OSGI-INF/bundle.info
rename to junit-4.13.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 5505025..7194e95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,7 @@
       <module>spring-xml-3.0.10.RELEASE</module>
       <module>libphonenumber-8.12.12</module>
       <module>htmlunit-2.44.0</module>
+      <module>junit-4.13.1</module>
     </modules>
 
 </project>

Reply via email to