You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/04/20 16:11:39 UTC

svn commit: r1470164 - in /webservices/tcpmon/trunk: modules/tcpmon-core/pom.xml modules/tcpmon-eclipse-plugin/pom.xml modules/tcpmon-idea-plugin/pom.xml modules/tcpmon-ui/pom.xml pom.xml

Author: veithen
Date: Sat Apr 20 14:11:39 2013
New Revision: 1470164

URL: http://svn.apache.org/r1470164
Log:
Fixed some Maven warnings.

Modified:
    webservices/tcpmon/trunk/modules/tcpmon-core/pom.xml
    webservices/tcpmon/trunk/modules/tcpmon-eclipse-plugin/pom.xml
    webservices/tcpmon/trunk/modules/tcpmon-idea-plugin/pom.xml
    webservices/tcpmon/trunk/modules/tcpmon-ui/pom.xml
    webservices/tcpmon/trunk/pom.xml

Modified: webservices/tcpmon/trunk/modules/tcpmon-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/tcpmon/trunk/modules/tcpmon-core/pom.xml?rev=1470164&r1=1470163&r2=1470164&view=diff
==============================================================================
--- webservices/tcpmon/trunk/modules/tcpmon-core/pom.xml (original)
+++ webservices/tcpmon/trunk/modules/tcpmon-core/pom.xml Sat Apr 20 14:11:39 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.ws.commons.tcpmon</groupId>
         <artifactId>tcpmon</artifactId>
-        <version>SNAPSHOT</version>
+        <version>2.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>tcpmon-core</artifactId>

Modified: webservices/tcpmon/trunk/modules/tcpmon-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/tcpmon/trunk/modules/tcpmon-eclipse-plugin/pom.xml?rev=1470164&r1=1470163&r2=1470164&view=diff
==============================================================================
--- webservices/tcpmon/trunk/modules/tcpmon-eclipse-plugin/pom.xml (original)
+++ webservices/tcpmon/trunk/modules/tcpmon-eclipse-plugin/pom.xml Sat Apr 20 14:11:39 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.ws.commons.tcpmon</groupId>
         <artifactId>tcpmon</artifactId>
-        <version>SNAPSHOT</version>
+        <version>2.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>tcpmon-eclipse-plugin</artifactId>
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.apache.ws.commons.tcpmon</groupId>
             <artifactId>tcpmon-core</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.eclipse.ui</groupId>
@@ -62,11 +62,12 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
                         <Bundle-Version>1.1.0000</Bundle-Version>
-                        <Bundle-SymbolicName>${groupId}.${artifactId};singleton:=true</Bundle-SymbolicName>
+                        <Bundle-SymbolicName>${project.groupId}.${project.artifactId};singleton:=true</Bundle-SymbolicName>
                         <Export-Package>
                             org.apache.ws.commons.tcpmon,
                             org.apache.ws.commons.tcpmon.core,

Modified: webservices/tcpmon/trunk/modules/tcpmon-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/tcpmon/trunk/modules/tcpmon-idea-plugin/pom.xml?rev=1470164&r1=1470163&r2=1470164&view=diff
==============================================================================
--- webservices/tcpmon/trunk/modules/tcpmon-idea-plugin/pom.xml (original)
+++ webservices/tcpmon/trunk/modules/tcpmon-idea-plugin/pom.xml Sat Apr 20 14:11:39 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.ws.commons.tcpmon</groupId>
         <artifactId>tcpmon</artifactId>
-        <version>SNAPSHOT</version>
+        <version>2.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>tcpmon-idea-plugin</artifactId>
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.apache.ws.commons.tcpmon</groupId>
             <artifactId>tcpmon-ui</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>com.intellij</groupId>

Modified: webservices/tcpmon/trunk/modules/tcpmon-ui/pom.xml
URL: http://svn.apache.org/viewvc/webservices/tcpmon/trunk/modules/tcpmon-ui/pom.xml?rev=1470164&r1=1470163&r2=1470164&view=diff
==============================================================================
--- webservices/tcpmon/trunk/modules/tcpmon-ui/pom.xml (original)
+++ webservices/tcpmon/trunk/modules/tcpmon-ui/pom.xml Sat Apr 20 14:11:39 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.ws.commons.tcpmon</groupId>
         <artifactId>tcpmon</artifactId>
-        <version>SNAPSHOT</version>
+        <version>2.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>tcpmon-ui</artifactId>
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.apache.ws.commons.tcpmon</groupId>
             <artifactId>tcpmon-core</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
     <build>

Modified: webservices/tcpmon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/tcpmon/trunk/pom.xml?rev=1470164&r1=1470163&r2=1470164&view=diff
==============================================================================
--- webservices/tcpmon/trunk/pom.xml (original)
+++ webservices/tcpmon/trunk/pom.xml Sat Apr 20 14:11:39 2013
@@ -19,10 +19,15 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>13</version>
+    </parent>
     <groupId>org.apache.ws.commons.tcpmon</groupId>
     <artifactId>tcpmon</artifactId>
     <name>Apache TCPMon</name>
-    <version>SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <description>TCPMon is a utility that allows the messages to be viewed and resent. It is very much useful
     as a debug tool. It has originally being part of Axis1 and now stands as an independent project.</description>