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 320c8a1 [SM-3929] Create OSGi bundle for chunk-templates 3.5.0
320c8a1 is described below
commit 320c8a1dc98e29d1f4ddf7f9b9ea886a4102dc90
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jan 16 21:28:54 2019 +0100
[SM-3929] Create OSGi bundle for chunk-templates 3.5.0
---
{chunk-templates-3.4.0 => chunk-templates-3.5.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/chunk-templates-3.4.0/pom.xml b/chunk-templates-3.5.0/pom.xml
similarity index 97%
rename from chunk-templates-3.4.0/pom.xml
rename to chunk-templates-3.5.0/pom.xml
index 1f89a38..85060e9 100644
--- a/chunk-templates-3.4.0/pom.xml
+++ b/chunk-templates-3.5.0/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.chunk-templates</artifactId>
- <version>3.4.0_2-SNAPSHOT</version>
+ <version>3.5.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>com.x5dev</pkgGroupId>
<pkgArtifactId>chunk-templates</pkgArtifactId>
- <pkgVersion>3.4.0</pkgVersion>
+ <pkgVersion>3.5.0</pkgVersion>
<servicemix.osgi.export.pkg>
com.x5.template;version=${pkgVersion};-split-package:=merge-first,
com.x5.template.filters;version=${pkgVersion};-split-package:=merge-first,
diff --git a/chunk-templates-3.4.0/src/main/resources/OSGI-INF/bundle.info
b/chunk-templates-3.5.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from chunk-templates-3.4.0/src/main/resources/OSGI-INF/bundle.info
rename to chunk-templates-3.5.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 5b1c514..a5dd0aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,6 +83,7 @@
<module>fastinfoset-1.2.16</module>
<module>xstream-1.4.11.1</module>
<module>gae-1.9.71</module>
+ <module>chunk-templates-3.5.0</module>
</modules>
</project>