Repository: servicemix-bundles Updated Branches: refs/heads/master 4b9d3b8cd -> d76f190d3
Add scm section in hystrix bundle Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/d76f190d Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/d76f190d Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/d76f190d Branch: refs/heads/master Commit: d76f190d3460a7602798256813f43126118fa89d Parents: 4b9d3b8 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Mar 25 10:27:44 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Mar 25 10:27:44 2016 +0100 ---------------------------------------------------------------------- hystrix-1.4.23/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d76f190d/hystrix-1.4.23/pom.xml ---------------------------------------------------------------------- diff --git a/hystrix-1.4.23/pom.xml b/hystrix-1.4.23/pom.xml index 1f27c7f..5d60552 100644 --- a/hystrix-1.4.23/pom.xml +++ b/hystrix-1.4.23/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>com.netflix.hystrix</pkgGroupId> <pkgArtifactId>hystrix-core</pkgArtifactId>
