You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2020/05/21 07:47:41 UTC

[servicemix-bundles] branch master updated: [SM-4387] Create OSGi bundle for htmlunit 2.37.0

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 ee07782  [SM-4387] Create OSGi bundle for htmlunit 2.37.0
ee07782 is described below

commit ee077828e2be3ae894dacbc1f7c84047e4e424f1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 21 09:46:16 2020 +0200

    [SM-4387] Create OSGi bundle for htmlunit 2.37.0
---
 {htmlunit-2.36.0 => htmlunit-2.37.0}/pom.xml                          | 4 ++--
 .../src/main/resources/OSGI-INF/bundle.info                           | 0
 pom.xml                                                               | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/htmlunit-2.36.0/pom.xml b/htmlunit-2.37.0/pom.xml
similarity index 98%
rename from htmlunit-2.36.0/pom.xml
rename to htmlunit-2.37.0/pom.xml
index da870fc..b9e432f 100644
--- a/htmlunit-2.36.0/pom.xml
+++ b/htmlunit-2.37.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.htmlunit</artifactId>
-    <version>2.36.0_2-SNAPSHOT</version>
+    <version>2.37.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -45,7 +45,7 @@
     <properties>
         <pkgGroupId>net.sourceforge.htmlunit</pkgGroupId>
         <pkgArtifactId>htmlunit</pkgArtifactId>
-        <pkgVersion>2.36.0</pkgVersion>
+        <pkgVersion>2.37.0</pkgVersion>
         <servicemix.osgi.export.pkg>
           com.gargoylesoftware.htmlunit
         </servicemix.osgi.export.pkg>
diff --git a/htmlunit-2.36.0/src/main/resources/OSGI-INF/bundle.info b/htmlunit-2.37.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from htmlunit-2.36.0/src/main/resources/OSGI-INF/bundle.info
rename to htmlunit-2.37.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index d1cdf2f..4cd027a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
 
     <modules>
         <module>fastjson-1.2.68</module>
+        <module>htmlunit-2.37.0</module>
     </modules>
 
 </project>