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/05/22 07:06:28 UTC

[servicemix-bundles] branch master updated: [SM-4389] Create OSGi bundle for asterisk-java 3.3.0

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 fe702bc  [SM-4389] Create OSGi bundle for asterisk-java 3.3.0
fe702bc is described below

commit fe702bcec75c3f0087043306602bef643cef1dfd
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri May 22 09:06:04 2020 +0200

    [SM-4389] Create OSGi bundle for asterisk-java 3.3.0
---
 {asterisk-java-3.1.0 => asterisk-java-3.3.0}/pom.xml                 | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/asterisk-java-3.1.0/pom.xml b/asterisk-java-3.3.0/pom.xml
similarity index 97%
rename from asterisk-java-3.1.0/pom.xml
rename to asterisk-java-3.3.0/pom.xml
index adf7624..cbe7b8e 100644
--- a/asterisk-java-3.1.0/pom.xml
+++ b/asterisk-java-3.3.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.asterisk-java</artifactId>
-    <version>3.1.0_2-SNAPSHOT</version>
+    <version>3.3.0_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.asteriskjava</pkgGroupId>
         <pkgArtifactId>asterisk-java</pkgArtifactId>
-        <pkgVersion>3.1.0</pkgVersion>
+        <pkgVersion>3.3.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.asteriskjava
         </servicemix.osgi.export.pkg>
diff --git a/asterisk-java-3.1.0/src/main/resources/OSGI-INF/bundle.info b/asterisk-java-3.3.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from asterisk-java-3.1.0/src/main/resources/OSGI-INF/bundle.info
rename to asterisk-java-3.3.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 6fb10a0..9e82c40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,6 +95,7 @@
         <module>spring-web-5.0.17.RELEASE</module>
         <module>spring-webmvc-5.0.17.RELEASE</module>
         <module>spring-websocket-5.0.17.RELEASE</module>
+        <module>asterisk-java-3.3.0</module>
     </modules>
 
 </project>