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/20 07:03:13 UTC

[servicemix-bundles] branch master updated: [SM-4342] Create OSGi bundle for reflections 0.9.12

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 c482571  [SM-4342] Create OSGi bundle for reflections 0.9.12
c482571 is described below

commit c4825712d30fa58b5775c98bf3ebeb75017b2910
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Mar 20 08:02:46 2020 +0100

    [SM-4342] Create OSGi bundle for reflections 0.9.12
---
 pom.xml                                                     |  1 +
 {reflections-0.9.11 => reflections-0.9.12}/pom.xml          | 13 +++++++++----
 .../src/main/java/org/reflections/Vfs.java                  |  0
 .../src/main/resources/OSGI-INF/bundle.info                 |  0
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 153369c..802c0e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,7 @@
         <module>spring-security-web-5.3.0.RELEASE</module>
         <module>derby-10.15.2.0</module>
         <module>derbynet-10.15.2.0</module>
+        <module>reflections-0.9.12</module>
     </modules>
 
 </project>
diff --git a/reflections-0.9.11/pom.xml b/reflections-0.9.12/pom.xml
similarity index 96%
rename from reflections-0.9.11/pom.xml
rename to reflections-0.9.12/pom.xml
index 6e7bc4f..baca41a 100644
--- a/reflections-0.9.11/pom.xml
+++ b/reflections-0.9.12/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>13</version>
+        <version>14</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.reflections</artifactId>
-    <version>0.9.11_3-SNAPSHOT</version>
+    <version>0.9.12_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <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>org.reflections</pkgGroupId>
         <pkgArtifactId>reflections</pkgArtifactId>
-        <pkgVersion>0.9.11</pkgVersion>
+        <pkgVersion>0.9.12</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.reflections
         </servicemix.osgi.export.pkg>
@@ -120,6 +119,12 @@
         </dependency>
 
         <dependency>
+          <groupId>com.google.guava</groupId>
+          <artifactId>guava</artifactId>
+          <version>20.0</version>
+        </dependency>
+
+        <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
diff --git a/reflections-0.9.11/src/main/java/org/reflections/Vfs.java b/reflections-0.9.12/src/main/java/org/reflections/Vfs.java
similarity index 100%
rename from reflections-0.9.11/src/main/java/org/reflections/Vfs.java
rename to reflections-0.9.12/src/main/java/org/reflections/Vfs.java
diff --git a/reflections-0.9.11/src/main/resources/OSGI-INF/bundle.info b/reflections-0.9.12/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from reflections-0.9.11/src/main/resources/OSGI-INF/bundle.info
rename to reflections-0.9.12/src/main/resources/OSGI-INF/bundle.info