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 2019/12/29 06:20:15 UTC

[servicemix-bundles] branch master updated: [SM-4255] Create OSGi bundle for aspectj 1.9.5

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 57acb8f  [SM-4255] Create OSGi bundle for aspectj 1.9.5
57acb8f is described below

commit 57acb8f8888ad2e1b5345f5e715554258a2ceb26
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Dec 29 07:19:44 2019 +0100

    [SM-4255] Create OSGi bundle for aspectj 1.9.5
---
 {aspectj-1.9.4 => aspectj-1.9.5}/pom.xml                           | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/aspectj-1.9.4/pom.xml b/aspectj-1.9.5/pom.xml
similarity index 97%
rename from aspectj-1.9.4/pom.xml
rename to aspectj-1.9.5/pom.xml
index 5efae9c..28163c2 100644
--- a/aspectj-1.9.4/pom.xml
+++ b/aspectj-1.9.5/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.aspectj</artifactId>
     <packaging>bundle</packaging>
-    <version>1.9.4_2-SNAPSHOT</version>
+    <version>1.9.5_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description>
 
@@ -39,16 +39,15 @@
         <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.aspectj</pkgGroupId>
         <pkgArtifactId>aspectj</pkgArtifactId>
-        <pkgVersion>1.9.4</pkgVersion>
+        <pkgVersion>1.9.5</pkgVersion>
         <servicemix.osgi.export>
             org.aspectj*;version=1.9.4;-split-package:=merge-first,
-            aj*;version=1.9.4
+            aj*;version=1.9.5
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             javax.xml*,
diff --git a/aspectj-1.9.4/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.9.5/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aspectj-1.9.4/src/main/resources/OSGI-INF/bundle.info
rename to aspectj-1.9.5/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 13577b5..2312b22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
        <module>lucene-queries-8.3.1</module>
        <module>lucene-queryparser-8.3.1</module>
        <module>lucene-sandbox-8.3.1</module>
+       <module>aspectj-1.9.5</module>
     </modules>
 
 </project>