Repository: servicemix-bundles Updated Branches: refs/heads/master 0e4b2f1bb -> 99aeb0800
[maven-release-plugin] prepare release org.apache.servicemix.bundles.olingo-odata2-core-2.0.9_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/99aeb080 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/99aeb080 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/99aeb080 Branch: refs/heads/master Commit: 99aeb0800e880c63a587e53dcb67c59f37778a6d Parents: 0e4b2f1 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Jul 28 11:26:47 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Jul 28 11:26:47 2017 +0200 ---------------------------------------------------------------------- olingo-odata2-core-2.0.9/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/99aeb080/olingo-odata2-core-2.0.9/pom.xml ---------------------------------------------------------------------- diff --git a/olingo-odata2-core-2.0.9/pom.xml b/olingo-odata2-core-2.0.9/pom.xml index 3da0f11..e48fdd4 100644 --- a/olingo-odata2-core-2.0.9/pom.xml +++ b/olingo-odata2-core-2.0.9/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.olingo-odata2-core</artifactId> - <version>2.0.9_1-SNAPSHOT</version> + <version>2.0.9_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.olingo-odata2-core-2.0.9_1</tag> + </scm> <properties> <pkgGroupId>org.apache.olingo</pkgGroupId>
