Merge "BUG-592: Fix InstanceIdentifier instantiation"
[controller.git] / opendaylight / sal / yang-prototype / concepts-lang / pom.xml
index e6ed882aaaba1d51138f8b6b08bc1ba9c58e37d6..07bf3ea4986a4acfaaa680345af9c180ea6d0d25 100644 (file)
@@ -6,11 +6,30 @@
         <groupId>org.opendaylight.controller</groupId>
         <version>0.5-SNAPSHOT</version>
     </parent>
+    <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>
+    
+       <properties>
+        <releaseplugin.version>2.3.2</releaseplugin.version>
+       </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>concepts-lang</artifactId>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
-
+       <build>
+      <pluginManagement>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <version>${releaseplugin.version}</version>
+          </plugin>
+        </plugins>
+      </pluginManagement>
+    </build>
 </project>