Repository: servicemix-bundles Updated Branches: refs/heads/master 24d2a8039 -> fc97e8ad9
[maven-release-plugin] prepare release org.apache.servicemix.bundles.chunk-templates-3.3.1_1 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/fc97e8ad Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/fc97e8ad Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/fc97e8ad Branch: refs/heads/master Commit: fc97e8ad90cfa60deda154a776c7da95f9dfebce Parents: 24d2a80 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Oct 21 07:53:28 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Oct 21 07:53:28 2017 +0200 ---------------------------------------------------------------------- chunk-templates-3.3.1/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/fc97e8ad/chunk-templates-3.3.1/pom.xml ---------------------------------------------------------------------- diff --git a/chunk-templates-3.3.1/pom.xml b/chunk-templates-3.3.1/pom.xml index 831ae07..528d57c 100644 --- a/chunk-templates-3.3.1/pom.xml +++ b/chunk-templates-3.3.1/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.chunk-templates</artifactId> - <version>3.3.1_1-SNAPSHOT</version> + <version>3.3.1_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,7 +39,8 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - </scm> + <tag>org.apache.servicemix.bundles.chunk-templates-3.3.1_1</tag> + </scm> <properties> <pkgGroupId>com.x5dev</pkgGroupId>
