Merge "Address @XmlSeeAlso limitation. Provide the ability to inject the JAXB types...
[controller.git] / third-party / openflowj / pom.xml
index f927bf4db8cf79a664b6642c07ffe984cbe4dc6c..23f9897fd01005fafdc5971d4e5ac29cd1676978 100644 (file)
@@ -35,8 +35,9 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:git://gitosis.stanford.edu:openflowj.git</connection>
-    <url>https://openflow.stanford.edu/fisheye/browse/OpenFlowJ</url>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
   </scm>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <profile>
       <id>release-sign-artifacts</id>
       <activation>
-        <property>
-          <name>performRelease</name>
-          <value>true</value>
-        </property>
+        <!-- don't activate it -->
+        <!-- <property> -->
+        <!--   <name>performRelease</name> -->
+        <!--   <value>true</value> -->
+        <!-- </property> -->
       </activation>
       <build>
         <plugins>