Prepare for mvn release:prepare release:perform operation
[controller.git] / opendaylight / commons / parent / pom.xml
index a3fb6b45499d435f7e4ef62644f7049960ca9b1c..3a2a3da4d67ebfe90ba1f641401b0c2ef02fa865 100644 (file)
@@ -9,10 +9,26 @@
   <artifactId>commons.parent</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <scm>
+    <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>
     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
+    <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
+    <releaseplugin.version>2.3.2</releaseplugin.version>
   </properties>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>${releaseplugin.version}</version>
+      </plugin>
+    </plugins>
+  </build>
   <distributionManagement>
     <!-- OpenDayLight Released artifact -->
     <repository>