Repository: servicemix-bundles Updated Branches: refs/heads/master 36701b96c -> ea6774436
[maven-release-plugin] prepare release org.apache.servicemix.bundles.janino-3.0.7_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/ea677443 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/ea677443 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/ea677443 Branch: refs/heads/master Commit: ea6774436d5adf60290444ca51d2b987dda47c3e Parents: 36701b9 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jul 5 21:03:29 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jul 5 21:03:29 2017 +0200 ---------------------------------------------------------------------- janino-3.0.7/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/ea677443/janino-3.0.7/pom.xml ---------------------------------------------------------------------- diff --git a/janino-3.0.7/pom.xml b/janino-3.0.7/pom.xml index e374d04..4280f11 100644 --- a/janino-3.0.7/pom.xml +++ b/janino-3.0.7/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.janino</artifactId> - <version>3.0.7_1-SNAPSHOT</version> + <version>3.0.7_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.janino-3.0.7_1</tag> + </scm> <properties> <pkgGroupId>org.codehaus.janino</pkgGroupId>
