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/03/07 17:35:12 UTC

[servicemix-bundles] branch master updated: [SM-5037] Create OSGi bundle for aspectj 1.9.8

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 37888bb  [SM-5037] Create OSGi bundle for aspectj 1.9.8
37888bb is described below

commit 37888bba9ddf063b5617c9534a2c629cf72fbf66
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 7 18:34:38 2022 +0100

    [SM-5037] Create OSGi bundle for aspectj 1.9.8
---
 {aspectj-1.9.7 => aspectj-1.9.8}/pom.xml                         | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 pom.xml                                                          | 1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/aspectj-1.9.7/pom.xml b/aspectj-1.9.8/pom.xml
similarity index 96%
rename from aspectj-1.9.7/pom.xml
rename to aspectj-1.9.8/pom.xml
index b9473da..c62bd0f 100644
--- a/aspectj-1.9.7/pom.xml
+++ b/aspectj-1.9.8/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.7_2-SNAPSHOT</version>
+    <version>1.9.8_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.7</pkgVersion>
+        <pkgVersion>1.9.8</pkgVersion>
         <servicemix.osgi.export>
-            org.aspectj*;version=1.9.6;-split-package:=merge-first,
-            aj*;version=1.9.6
+            org.aspectj*;version=1.9.8;-split-package:=merge-first,
+            aj*;version=1.9.8
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             javax.xml*,
diff --git a/aspectj-1.9.7/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.9.8/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aspectj-1.9.7/src/main/resources/OSGI-INF/bundle.info
rename to aspectj-1.9.8/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index cf1dbb8..d896305 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
 	<module>spring-integration-core-5.5.9</module>
 	<module>grpc-1.44.1</module>
 	<module>jdom-2.0.6.1</module>
+	<module>aspectj-1.9.8</module>
     </modules>
 
 </project>