You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by dr...@apache.org on 2013/02/09 23:20:56 UTC

svn commit: r1444456 - /river/jtsk/branches/2.2/poms/

Author: dreedy
Date: Sat Feb  9 22:20:55 2013
New Revision: 1444456

URL: http://svn.apache.org/r1444456
Log:
Added organization and project url to poms

Modified:
    river/jtsk/branches/2.2/poms/fiddler-dl.pom
    river/jtsk/branches/2.2/poms/fiddler.pom
    river/jtsk/branches/2.2/poms/jsk-dl.pom
    river/jtsk/branches/2.2/poms/jsk-lib.pom
    river/jtsk/branches/2.2/poms/jsk-platform.pom
    river/jtsk/branches/2.2/poms/jsk-resources.pom
    river/jtsk/branches/2.2/poms/mahalo-dl.pom
    river/jtsk/branches/2.2/poms/mahalo.pom
    river/jtsk/branches/2.2/poms/mercury-dl.pom
    river/jtsk/branches/2.2/poms/mercury.pom
    river/jtsk/branches/2.2/poms/norm-dl.pom
    river/jtsk/branches/2.2/poms/norm.pom
    river/jtsk/branches/2.2/poms/outrigger-dl.pom
    river/jtsk/branches/2.2/poms/outrigger.pom
    river/jtsk/branches/2.2/poms/reggie-dl.pom
    river/jtsk/branches/2.2/poms/reggie.pom
    river/jtsk/branches/2.2/poms/serviceui.pom
    river/jtsk/branches/2.2/poms/start.pom

Modified: river/jtsk/branches/2.2/poms/fiddler-dl.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/fiddler-dl.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/fiddler-dl.pom (original)
+++ river/jtsk/branches/2.2/poms/fiddler-dl.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>fiddler-dl</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
 	<description>Fiddler service client download jar</description>
 	
 	<licenses>
@@ -29,6 +30,11 @@
 	        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
 	    </license>
 	</licenses>
+	
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
 
     <dependencies>
         <dependency>

Modified: river/jtsk/branches/2.2/poms/fiddler.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/fiddler.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/fiddler.pom (original)
+++ river/jtsk/branches/2.2/poms/fiddler.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>fiddler</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description> Fiddler implementation of the lookup discovery service</description>
 	
 	<licenses>
@@ -29,6 +30,11 @@
 	        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
 	    </license>
 	</licenses>
+	
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
 
     <dependencies>
         <dependency>

Modified: river/jtsk/branches/2.2/poms/jsk-dl.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/jsk-dl.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/jsk-dl.pom (original)
+++ river/jtsk/branches/2.2/poms/jsk-dl.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>net.jini</groupId>
     <artifactId>jsk-dl</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description>This artifact is the client download (codebase) jar for jsk-lib.</description>
 
 	<licenses>
@@ -30,4 +31,9 @@
 	    </license>
 	</licenses>
 	
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+	
 </project>

Modified: river/jtsk/branches/2.2/poms/jsk-lib.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/jsk-lib.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/jsk-lib.pom (original)
+++ river/jtsk/branches/2.2/poms/jsk-lib.pom Sat Feb  9 22:20:55 2013
@@ -20,8 +20,9 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>net.jini</groupId>
     <artifactId>jsk-lib</artifactId>
-    <description>This artifact contains the River utility APIs that are not tied to a specific service implementation.</description>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
+    <description>This artifact contains the River utility APIs that are not tied to a specific service implementation.</description>
 
 	<licenses>
 	    <license>
@@ -30,6 +31,11 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/jsk-platform.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/jsk-platform.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/jsk-platform.pom (original)
+++ river/jtsk/branches/2.2/poms/jsk-platform.pom Sat Feb  9 22:20:55 2013
@@ -21,7 +21,10 @@
     <groupId>net.jini</groupId>
     <artifactId>jsk-platform</artifactId>
     <version>2.2.1</version>
-    <description>Configures specific service providers to be used, such as PreferredClassProvider, trust and integrity verifiers, and DiscoveryFormatProvider</description>
+    <url>http://river.apache.org</url>
+    <description>Configures specific service providers to be used, such as 
+    PreferredClassProvider, trust and integrity verifiers, and DiscoveryFormatProvider
+    </description>
 
 	<licenses>
 	    <license>
@@ -30,6 +33,11 @@
 	    </license>
 	</licenses>
 	
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+	
 	<dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/jsk-resources.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/jsk-resources.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/jsk-resources.pom (original)
+++ river/jtsk/branches/2.2/poms/jsk-resources.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>net.jini</groupId>
     <artifactId>jsk-resources</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description></description>
 
 	<licenses>
@@ -30,4 +31,9 @@
 	    </license>
 	</licenses>
   
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
 </project>

Modified: river/jtsk/branches/2.2/poms/mahalo-dl.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/mahalo-dl.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/mahalo-dl.pom (original)
+++ river/jtsk/branches/2.2/poms/mahalo-dl.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>mahalo-dl</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
 	<description>Mahalo Transaction Manager service client download jar</description>
 	
 	<licenses>
@@ -30,6 +31,11 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/mahalo.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/mahalo.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/mahalo.pom (original)
+++ river/jtsk/branches/2.2/poms/mahalo.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>mahalo</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description>Mahalo Transaction Manager service implementation</description>
 	
 	<licenses>
@@ -30,6 +31,11 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/mercury-dl.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/mercury-dl.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/mercury-dl.pom (original)
+++ river/jtsk/branches/2.2/poms/mercury-dl.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>mercury-dl</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description>Event mailbox service client download jar</description>
 	
 	<licenses>
@@ -30,6 +31,11 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/mercury.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/mercury.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/mercury.pom (original)
+++ river/jtsk/branches/2.2/poms/mercury.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>mercury</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description>Event mailbox service implementation</description>
 	
 	<licenses>
@@ -30,6 +31,11 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/norm-dl.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/norm-dl.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/norm-dl.pom (original)
+++ river/jtsk/branches/2.2/poms/norm-dl.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>norm-dl</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description>Norm service client download jar</description>
 	
 	<licenses>
@@ -30,6 +31,11 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/norm.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/norm.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/norm.pom (original)
+++ river/jtsk/branches/2.2/poms/norm.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>norm</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description>Norm implementation of the lease renewal service</description>
 	
 	<licenses>
@@ -30,6 +31,11 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/outrigger-dl.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/outrigger-dl.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/outrigger-dl.pom (original)
+++ river/jtsk/branches/2.2/poms/outrigger-dl.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>outrigger-dl</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description>Outrigger JavaSpace service client download jar</description>
 	
 	<licenses>
@@ -30,6 +31,11 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/outrigger.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/outrigger.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/outrigger.pom (original)
+++ river/jtsk/branches/2.2/poms/outrigger.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>outrigger</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description>Outrigger JavaSpace service implementation</description>
 	
 	<licenses>
@@ -30,6 +31,11 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/reggie-dl.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/reggie-dl.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/reggie-dl.pom (original)
+++ river/jtsk/branches/2.2/poms/reggie-dl.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>reggie-dl</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description>River Lookup and Registry service client download jar</description>
 	
 	<licenses>
@@ -30,6 +31,11 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/reggie.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/reggie.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/reggie.pom (original)
+++ river/jtsk/branches/2.2/poms/reggie.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>org.apache.river</groupId>
     <artifactId>reggie</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description>River Lookup and Registry service implementation</description>
 	
 	<licenses>
@@ -30,6 +31,11 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
     <dependencies>
         <dependency>
             <groupId>net.jini</groupId>

Modified: river/jtsk/branches/2.2/poms/serviceui.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/serviceui.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/serviceui.pom (original)
+++ river/jtsk/branches/2.2/poms/serviceui.pom Sat Feb  9 22:20:55 2013
@@ -21,6 +21,7 @@
     <groupId>net.jini.lookup</groupId>
     <artifactId>serviceui</artifactId>
     <version>2.2.1</version>
+    <url>http://river.apache.org</url>
     <description>Service UI attributes and factories</description>
 
 	<licenses>
@@ -30,4 +31,9 @@
 	    </license>
 	</licenses>
 
+	<organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
 </project>

Modified: river/jtsk/branches/2.2/poms/start.pom
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/start.pom?rev=1444456&r1=1444455&r2=1444456&view=diff
==============================================================================
--- river/jtsk/branches/2.2/poms/start.pom (original)
+++ river/jtsk/branches/2.2/poms/start.pom Sat Feb  9 22:20:55 2013
@@ -20,7 +20,11 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.river</groupId>
     <artifactId>start</artifactId>
-    <description>This executable JAR file is the primary entry point for the Service Starter. It acts as both the class path for the container virtual machine (VM) for the Java platform that executes non-activatable services, and as the setup VM for activatable services.</description>
+    <url>http://river.apache.org</url>
+    <description>This executable JAR file is the primary entry point for the Service Starter. 
+    It acts as both the class path for the container virtual machine (VM) for the Java platform 
+    that executes non-activatable services, and as the setup VM for activatable services.
+    </description>
     <version>2.2.1</version>
 
   	<licenses>