Prepare for mvn release:prepare release:perform operation
[controller.git] / opendaylight / sal / yang-prototype / sal / pom.xml
index a2690826eeaeaad499d7b1f88661322fd8d0abb2..45743160fb57b81830279a54926a8fd21f3889de 100644 (file)
@@ -5,6 +5,11 @@
        <artifactId>sal-parent</artifactId>
        <version>1.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:MD-SAL</url>
+    </scm>
 
        <modules>
                <module>sal-common</module>
@@ -22,6 +27,7 @@
                <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
                <yang.version>0.5.7-SNAPSHOT</yang.version>
                <maven.bundle.version>2.4.0</maven.bundle.version>
+        <releaseplugin.version>2.3.2</releaseplugin.version>
        </properties>
 
     <pluginRepositories>
                </dependency>
        </dependencies>
        <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-release-plugin</artifactId>
+              <version>${releaseplugin.version}</version>
+            </plugin>
+          </plugins>
+        </pluginManagement>
                <plugins>
                        <plugin>
                                <groupId>org.apache.felix</groupId>