Added scm and maven-release-plugin to pom.xml 30/4630/1 openflowjava-bulk-release-prepare-only-5 jenkins-openflowjava-bulk-release-prepare-only-3 jenkins-openflowjava-bulk-release-prepare-only-4
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Thu, 16 Jan 2014 10:34:42 +0000 (11:34 +0100)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Thu, 23 Jan 2014 09:56:35 +0000 (10:56 +0100)
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
openflow-protocol-api/pom.xml
openflow-protocol-impl/pom.xml
openflow-protocol-it/pom.xml
openflow-protocol-spi/pom.xml
pom.xml
simple-client/pom.xml

index 48e480fc1eef9cb44e490a0a05aca17ff32f42d6..7f90300baf451ee6544f98134e5118e682956bd7 100644 (file)
@@ -9,6 +9,9 @@
     <artifactId>openflow-protocol-api</artifactId>\r
     <packaging>bundle</packaging>\r
     <name>Openflow Protocol Library - API</name>\r
+    <scm>\r
+        <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>\r
+    </scm>\r
 \r
     <properties>\r
         <yangtools.version>0.6.0-SNAPSHOT</yangtools.version>\r
index bd9a6a081d7e6470a0079c4dbf8c26d725fe914b..b3b52f174ac97cdce8549005f05f97573f42e222 100644 (file)
@@ -9,6 +9,9 @@
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - IMPL</name>
+    <scm>
+        <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
+    </scm>
     
     <build>
         <plugins>
index f477725670e12705c9a39fc84a4d0fb0bcc9318f..be3aa3d8c911ca0f2ce917668579ecae6d387e7b 100644 (file)
@@ -9,6 +9,9 @@
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Integration Test</name>
+    <scm>
+        <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
+    </scm>
     
     <dependencies>
         <dependency>
index e6cf8e4ec951f1f2b59579eb8c20d5e4a6da8c96..47c22504823b68cdbe76b94d00105b1b3b547f7d 100644 (file)
@@ -10,6 +10,9 @@
     <packaging>bundle</packaging>
     
     <name>Openflow Protocol Library - SPI</name>
+    <scm>
+        <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
+    </scm>
     
     <dependencies>
        <dependency>
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>
index a8d4284d0cb1badfa5e7225f3c54ecb2d33a3b45..a28f69331c179e051a4a2b01c281c72e235858a3 100644 (file)
@@ -9,6 +9,9 @@
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Simple Client</name>
+    <scm>
+        <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
+    </scm>
     
     <build>
         <plugins>