Added scm and maven-release-plugin to pom.xml
[openflowjava.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 78e84ce02876339a93b78ab01f5bea5834de1323..2bb9114d6322fefbbbc3851f6be1a0b18236d962 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <module>openflow-protocol-it</module>
         <module>simple-client</module>
     </modules>
+    <scm>
+        <connection>scm:git:ssh://git.opendaylight.org:29418/openflowjava.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowjava.git</developerConnection>
+        <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
+    </scm>
 
     <properties>
         <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
@@ -33,6 +38,7 @@
         <maven.bundle.version>2.4.0</maven.bundle.version>
         <guava.version>14.0.1</guava.version> 
         <netty.version>4.0.10.Final</netty.version>
+        <releaseplugin.version>2.3.2</releaseplugin.version>
     </properties>
 
     <pluginRepositories>
                     <artifactId>maven-jar-plugin</artifactId>
                     <version>2.4</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <version>${releaseplugin.version}</version>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>