[maven-release-plugin] prepare release releasepom-0.1.0
[controller.git] / opendaylight / clustering / services / pom.xml
index a5e09fa59effd24a90dd5e8e15f70d33e3b7e5f1..04a8a43bc68a1c3ae30bb4488577b67a16838ec5 100644 (file)
@@ -4,32 +4,38 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>commons.opendaylight</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </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:Main</url>
+    <tag>releasepom-0.1.0</tag>
+  </scm>
 
-  <groupId>org.opendaylight.controller</groupId>
   <artifactId>clustering.services</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.4.0</version>
   <packaging>bundle</packaging>
 
   <build>
     <plugins>
       <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <version>2.3.6</version>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Export-Package>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>${bundle.plugin.version}</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
               org.opendaylight.controller.clustering.services
             </Export-Package>
             <Import-Package>
               javax.transaction
             </Import-Package>
-         </instructions>
-       </configuration>
+          </instructions>
+          <manifestLocation>${project.basedir}/META-INF</manifestLocation>
+        </configuration>
       </plugin>
     </plugins>
   </build>