Repository: servicemix-bundles Updated Branches: refs/heads/master 719d31208 -> 2b85e108e
Prepare bundles 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/2b85e108 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/2b85e108 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/2b85e108 Branch: refs/heads/master Commit: 2b85e108ef2be870a80ce551a34a59d3829fae36 Parents: 719d312 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Jun 4 14:28:56 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Jun 4 14:28:56 2015 +0200 ---------------------------------------------------------------------- swagger-core-1.3.5/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/2b85e108/swagger-core-1.3.5/pom.xml ---------------------------------------------------------------------- diff --git a/swagger-core-1.3.5/pom.xml b/swagger-core-1.3.5/pom.xml index 07991db..84fb42b 100644 --- a/swagger-core-1.3.5/pom.xml +++ b/swagger-core-1.3.5/pom.xml @@ -35,6 +35,12 @@ <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> + </scm> + <properties> <pkgGroupId>com.wordnik</pkgGroupId> <pkgArtifactId>swagger-core_2.10</pkgArtifactId>
