Repository: servicemix-bundles Updated Branches: refs/heads/master 36054a11d -> 5e3ad68f4
[maven-release-plugin] prepare release org.apache.servicemix.bundles.quickfix-1.6.4_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/5e3ad68f Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/5e3ad68f Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/5e3ad68f Branch: refs/heads/master Commit: 5e3ad68f4ea09688364f8dd2bee8d5fed653769c Parents: 36054a1 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Sep 4 21:19:32 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Sep 4 21:19:32 2017 +0200 ---------------------------------------------------------------------- quickfix-1.6.4/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/5e3ad68f/quickfix-1.6.4/pom.xml ---------------------------------------------------------------------- diff --git a/quickfix-1.6.4/pom.xml b/quickfix-1.6.4/pom.xml index 2d54c3e..8768ca1 100644 --- a/quickfix-1.6.4/pom.xml +++ b/quickfix-1.6.4/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.quickfix</artifactId> - <version>1.6.4_1-SNAPSHOT</version> + <version>1.6.4_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.quickfix-1.6.4_1</tag> + </scm> <properties> <pkgGroupId>org.quickfixj</pkgGroupId>
