Repository: servicemix-bundles Updated Branches: refs/heads/master 0ac559593 -> 27e00ae46
Fix abdera-parser pom for the release Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/27e00ae4 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/27e00ae4 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/27e00ae4 Branch: refs/heads/master Commit: 27e00ae46fc49da1cf385c1679515f66bb0d50a9 Parents: 0ac5595 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jan 18 11:07:19 2017 -0800 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jan 18 11:07:19 2017 -0800 ---------------------------------------------------------------------- abdera-parser-1.1.3/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/27e00ae4/abdera-parser-1.1.3/pom.xml ---------------------------------------------------------------------- diff --git a/abdera-parser-1.1.3/pom.xml b/abdera-parser-1.1.3/pom.xml index 851ba8e..7330661 100644 --- a/abdera-parser-1.1.3/pom.xml +++ b/abdera-parser-1.1.3/pom.xml @@ -35,6 +35,13 @@ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> + <scm> + <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> + <tag>HEAD</tag> + </scm> + <properties> <pkgGroupId>org.apache.abdera</pkgGroupId> <pkgArtifactId>abdera-parser</pkgArtifactId>
