You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by bl...@apache.org on 2009/08/14 02:54:43 UTC

svn commit: r804067 - in /incubator/wink/trunk: ./ wink-client-apache-httpclient/ wink-client/ wink-common/ wink-component-test-support/ wink-examples/ wink-examples/apps/ wink-examples/apps/Bookmarks/ wink-examples/apps/HelloWorld/ wink-examples/apps/...

Author: bluk
Date: Fri Aug 14 00:54:41 2009
New Revision: 804067

URL: http://svn.apache.org/viewvc?rev=804067&view=rev
Log:
Add Apache to all pom name elements

See sebb's message regarding NOTICE files
in JARs.

http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/%3c25aac9fc0908131204u1ffbd0f1p8815e3bd3d8a1fd9@mail.gmail.com%3e

Modified:
    incubator/wink/trunk/pom.xml
    incubator/wink/trunk/wink-client-apache-httpclient/pom.xml
    incubator/wink/trunk/wink-client/pom.xml
    incubator/wink/trunk/wink-common/pom.xml
    incubator/wink/trunk/wink-component-test-support/pom.xml
    incubator/wink/trunk/wink-examples/apps/Bookmarks/pom.xml
    incubator/wink/trunk/wink-examples/apps/HelloWorld/pom.xml
    incubator/wink/trunk/wink-examples/apps/QADefect/pom.xml
    incubator/wink/trunk/wink-examples/apps/SimpleDefects/pom.xml
    incubator/wink/trunk/wink-examples/apps/pom.xml
    incubator/wink/trunk/wink-examples/client/GoogleDocs-client/pom.xml
    incubator/wink/trunk/wink-examples/client/QADefects-client/pom.xml
    incubator/wink/trunk/wink-examples/client/pom.xml
    incubator/wink/trunk/wink-examples/core/CustomContext/pom.xml
    incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/pom.xml
    incubator/wink/trunk/wink-examples/core/Jaxb/pom.xml
    incubator/wink/trunk/wink-examples/core/Preconditions/pom.xml
    incubator/wink/trunk/wink-examples/core/pom.xml
    incubator/wink/trunk/wink-examples/ext/Asset/pom.xml
    incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml
    incubator/wink/trunk/wink-examples/ext/History/pom.xml
    incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml
    incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml
    incubator/wink/trunk/wink-examples/ext/Scope/pom.xml
    incubator/wink/trunk/wink-examples/ext/Spring/pom.xml
    incubator/wink/trunk/wink-examples/ext/WebDAV/pom.xml
    incubator/wink/trunk/wink-examples/ext/pom.xml
    incubator/wink/trunk/wink-examples/pom.xml
    incubator/wink/trunk/wink-itests/pom.xml
    incubator/wink/trunk/wink-itests/wink-itest-support/pom.xml
    incubator/wink/trunk/wink-itests/wink-itest/pom.xml
    incubator/wink/trunk/wink-itests/wink-itest/wink-itest-context/pom.xml
    incubator/wink/trunk/wink-itests/wink-itest/wink-itest-extra-providers/pom.xml
    incubator/wink/trunk/wink-itests/wink-itest/wink-itest-inheritance/pom.xml
    incubator/wink/trunk/wink-itests/wink-itest/wink-itest-params/pom.xml
    incubator/wink/trunk/wink-itests/wink-itest/wink-itest-providers/pom.xml
    incubator/wink/trunk/wink-itests/wink-itest/wink-itest-targeting/pom.xml
    incubator/wink/trunk/wink-itests/wink-itest/wink-itest-validation/pom.xml
    incubator/wink/trunk/wink-scripts/pom.xml
    incubator/wink/trunk/wink-scripts/wink-dist/pom.xml
    incubator/wink/trunk/wink-server/pom.xml
    incubator/wink/trunk/wink-spring-support/pom.xml
    incubator/wink/trunk/wink-webdav/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <artifactId>wink</artifactId>
     <version>0.2-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>Wink</name>
+    <name>Apache Wink</name>
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>

Modified: incubator/wink/trunk/wink-client-apache-httpclient/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-client-apache-httpclient/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-client-apache-httpclient/pom.xml (original)
+++ incubator/wink/trunk/wink-client-apache-httpclient/pom.xml Fri Aug 14 00:54:41 2009
@@ -21,7 +21,7 @@
 <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>
     <artifactId>wink-client-apache-httpclient</artifactId>
-    <name>Wink Client :: Apache Http Client</name>
+    <name>Apache Wink Client :: Apache Http Client</name>
     <parent>
         <groupId>org.apache.wink</groupId>
         <artifactId>wink</artifactId>

Modified: incubator/wink/trunk/wink-client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-client/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-client/pom.xml (original)
+++ incubator/wink/trunk/wink-client/pom.xml Fri Aug 14 00:54:41 2009
@@ -21,7 +21,7 @@
 <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>
     <artifactId>wink-client</artifactId>
-    <name>Wink Client</name>
+    <name>Apache Wink Client</name>
     <properties>
         <javadoc.aggregate>false</javadoc.aggregate>
     </properties>

Modified: incubator/wink/trunk/wink-common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-common/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-common/pom.xml (original)
+++ incubator/wink/trunk/wink-common/pom.xml Fri Aug 14 00:54:41 2009
@@ -21,7 +21,7 @@
 <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>
     <artifactId>wink-common</artifactId>
-    <name>Wink Common</name>
+    <name>Apache Wink Common</name>
     <properties>
         <javadoc.aggregate>false</javadoc.aggregate>
     </properties>

Modified: incubator/wink/trunk/wink-component-test-support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-component-test-support/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-component-test-support/pom.xml (original)
+++ incubator/wink/trunk/wink-component-test-support/pom.xml Fri Aug 14 00:54:41 2009
@@ -21,7 +21,7 @@
 <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>
     <artifactId>wink-component-test-support</artifactId>
-    <name>Wink Component Test Support</name>
+    <name>Apache Wink Component Test Support</name>
     <parent>
         <groupId>org.apache.wink</groupId>
         <artifactId>wink</artifactId>

Modified: incubator/wink/trunk/wink-examples/apps/Bookmarks/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/Bookmarks/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/Bookmarks/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/Bookmarks/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>Bookmarks</artifactId>
 	<packaging>war</packaging>
-	<name>Wink Examples Apps :: Bookmarks</name>
+	<name>Apache Wink Examples Apps :: Bookmarks</name>
 	<parent>
 		<groupId>org.apache.wink.example</groupId>
 		<artifactId>apps</artifactId>

Modified: incubator/wink/trunk/wink-examples/apps/HelloWorld/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/HelloWorld/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/HelloWorld/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/HelloWorld/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>HelloWorld</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Apps :: HelloWorld</name>
+    <name>Apache Wink Examples Apps :: HelloWorld</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>apps</artifactId>

Modified: incubator/wink/trunk/wink-examples/apps/QADefect/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/QADefect/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/QADefect/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/QADefect/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>QADefect</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Apps :: QADefect</name>
+    <name>Apache Wink Examples Apps :: QADefect</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>apps</artifactId>

Modified: incubator/wink/trunk/wink-examples/apps/SimpleDefects/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/SimpleDefects/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/SimpleDefects/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/SimpleDefects/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>SimpleDefects</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Apps :: SimpleDefects</name>
+    <name>Apache Wink Examples Apps :: SimpleDefects</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>apps</artifactId>

Modified: incubator/wink/trunk/wink-examples/apps/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/pom.xml Fri Aug 14 00:54:41 2009
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>apps</artifactId>
     <packaging>pom</packaging>
-    <name>Wink Examples Apps</name>
+    <name>Apache Wink Examples Apps</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>wink-examples</artifactId>

Modified: incubator/wink/trunk/wink-examples/client/GoogleDocs-client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/client/GoogleDocs-client/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/client/GoogleDocs-client/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/client/GoogleDocs-client/pom.xml Fri Aug 14 00:54:41 2009
@@ -21,7 +21,7 @@
 <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>
     <artifactId>GoogleDocs-client</artifactId>
-    <name>Wink Examples Clients :: GoogleDocs</name>
+    <name>Apache Wink Examples Clients :: GoogleDocs</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>client</artifactId>

Modified: incubator/wink/trunk/wink-examples/client/QADefects-client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/client/QADefects-client/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/client/QADefects-client/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/client/QADefects-client/pom.xml Fri Aug 14 00:54:41 2009
@@ -21,7 +21,7 @@
 <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>
     <artifactId>QADefects-client</artifactId>
-    <name>Wink Examples Clients :: QADefects</name>
+    <name>Apache Wink Examples Clients :: QADefects</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>client</artifactId>

Modified: incubator/wink/trunk/wink-examples/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/client/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/client/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/client/pom.xml Fri Aug 14 00:54:41 2009
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>client</artifactId>
     <packaging>pom</packaging>
-    <name>Wink Examples Clients</name>
+    <name>Apache Wink Examples Clients</name>
     <properties>
     </properties>
     <parent>

Modified: incubator/wink/trunk/wink-examples/core/CustomContext/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/CustomContext/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/CustomContext/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/core/CustomContext/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>CustomContext</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Core :: CustomContext</name>
+    <name>Apache Wink Examples Core :: CustomContext</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>core</artifactId>

Modified: incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>CustomExceptionMapper</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Core :: CustomExceptionManager</name>
+    <name>Apache Wink Examples Core :: CustomExceptionManager</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>core</artifactId>

Modified: incubator/wink/trunk/wink-examples/core/Jaxb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/Jaxb/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/Jaxb/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/core/Jaxb/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>Jaxb</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Core :: JAXB</name>
+    <name>Apache Wink Examples Core :: JAXB</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>core</artifactId>

Modified: incubator/wink/trunk/wink-examples/core/Preconditions/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/Preconditions/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/Preconditions/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/core/Preconditions/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>Preconditions</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Core :: Preconditions</name>
+    <name>Apache Wink Examples Core :: Preconditions</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>core</artifactId>

Modified: incubator/wink/trunk/wink-examples/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/core/pom.xml Fri Aug 14 00:54:41 2009
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>core</artifactId>
     <packaging>pom</packaging>
-    <name>Wink Examples Core</name>
+    <name>Apache Wink Examples Core</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>wink-examples</artifactId>

Modified: incubator/wink/trunk/wink-examples/ext/Asset/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Asset/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Asset/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Asset/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>Asset</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Ext :: Asset</name>
+    <name>Apache Wink Examples Ext :: Asset</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>ext</artifactId>

Modified: incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>DynamicResource</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Ext :: DynamicResource</name>
+    <name>Apache Wink Examples Ext :: DynamicResource</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>ext</artifactId>

Modified: incubator/wink/trunk/wink-examples/ext/History/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/History/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/History/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/History/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>History</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Ext :: History</name>
+    <name>Apache Wink Examples Ext :: History</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>ext</artifactId>

Modified: incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>LinkBuilders</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Ext :: LinkBuilders</name>
+    <name>Apache Wink Examples Ext :: LinkBuilders</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>ext</artifactId>

Modified: incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>RuntimeRegistration</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Ext :: RuntimeRegistration</name>
+    <name>Apache Wink Examples Ext :: RuntimeRegistration</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>ext</artifactId>

Modified: incubator/wink/trunk/wink-examples/ext/Scope/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Scope/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Scope/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Scope/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>Scope</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Ext :: Scope</name>
+    <name>Apache Wink Examples Ext :: Scope</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>ext</artifactId>

Modified: incubator/wink/trunk/wink-examples/ext/Spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Spring/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Spring/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Spring/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>Spring</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Ext :: Spring</name>
+    <name>Apache Wink Examples Ext :: Spring</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>ext</artifactId>

Modified: incubator/wink/trunk/wink-examples/ext/WebDAV/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/WebDAV/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/WebDAV/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/WebDAV/pom.xml Fri Aug 14 00:54:41 2009
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>WebDAV</artifactId>
     <packaging>war</packaging>
-    <name>Wink Examples Ext :: WebDAV</name>
+    <name>Apache Wink Examples Ext :: WebDAV</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>ext</artifactId>

Modified: incubator/wink/trunk/wink-examples/ext/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/pom.xml Fri Aug 14 00:54:41 2009
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ext</artifactId>
     <packaging>pom</packaging>
-    <name>Wink Examples Ext</name>
+    <name>Apache Wink Examples Ext</name>
     <parent>
         <groupId>org.apache.wink.example</groupId>
         <artifactId>wink-examples</artifactId>

Modified: incubator/wink/trunk/wink-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/pom.xml Fri Aug 14 00:54:41 2009
@@ -23,7 +23,7 @@
     <groupId>org.apache.wink.example</groupId>
     <artifactId>wink-examples</artifactId>
     <packaging>pom</packaging>
-    <name>Wink Examples</name>
+    <name>Apache Wink Examples</name>
     <properties>
     </properties>
     <parent>

Modified: incubator/wink/trunk/wink-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/pom.xml Fri Aug 14 00:54:41 2009
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wink-itests</artifactId>
     <packaging>pom</packaging>
-    <name>Wink Integration Tests</name>
+    <name>Apache Wink Integration Tests</name>
     <modules>
         <module>wink-itest-support</module>
         <module>wink-itest</module>

Modified: incubator/wink/trunk/wink-itests/wink-itest-support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/wink-itest-support/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/wink-itest-support/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/wink-itest-support/pom.xml Fri Aug 14 00:54:41 2009
@@ -27,7 +27,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wink-itest-support</artifactId>
-    <name>Wink Integration Test Support</name>
+    <name>Apache Wink Integration Test Support</name>
     <dependencies>
         <dependency>
             <groupId>junit</groupId>

Modified: incubator/wink/trunk/wink-itests/wink-itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/wink-itest/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/wink-itest/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/wink-itest/pom.xml Fri Aug 14 00:54:41 2009
@@ -26,7 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wink-itest</artifactId>
     <packaging>pom</packaging>
-    <name>Wink Integration Test</name>
+    <name>Apache Wink Integration Test</name>
     <description>This is the base module for wink integration tests.</description>
     <modules>
         <module>wink-itest-context</module>

Modified: incubator/wink/trunk/wink-itests/wink-itest/wink-itest-context/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/wink-itest/wink-itest-context/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/wink-itest/wink-itest-context/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/wink-itest/wink-itest-context/pom.xml Fri Aug 14 00:54:41 2009
@@ -27,5 +27,5 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wink-itest-context</artifactId>
     <packaging>war</packaging>
-    <name>Wink Integration Context Tests</name>
+    <name>Apache Wink Integration Context Tests</name>
 </project>

Modified: incubator/wink/trunk/wink-itests/wink-itest/wink-itest-extra-providers/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/wink-itest/wink-itest-extra-providers/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/wink-itest/wink-itest-extra-providers/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/wink-itest/wink-itest-extra-providers/pom.xml Fri Aug 14 00:54:41 2009
@@ -26,5 +26,5 @@
   <groupId>org.apache.wink</groupId>
   <artifactId>wink-itest-extra-providers</artifactId>
   <packaging>war</packaging>
-  <name>Wink Integration Extra Providers Tests</name>
+  <name>Apache Wink Integration Extra Providers Tests</name>
 </project>

Modified: incubator/wink/trunk/wink-itests/wink-itest/wink-itest-inheritance/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/wink-itest/wink-itest-inheritance/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/wink-itest/wink-itest-inheritance/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/wink-itest/wink-itest-inheritance/pom.xml Fri Aug 14 00:54:41 2009
@@ -26,5 +26,5 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>wink-itest-inheritance</artifactId>
   <packaging>war</packaging>
-  <name>Wink Integration Inheritance Tests</name>
+  <name>Apache Wink Integration Inheritance Tests</name>
 </project>

Modified: incubator/wink/trunk/wink-itests/wink-itest/wink-itest-params/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/wink-itest/wink-itest-params/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/wink-itest/wink-itest-params/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/wink-itest/wink-itest-params/pom.xml Fri Aug 14 00:54:41 2009
@@ -26,5 +26,5 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>wink-itest-params</artifactId>
   <packaging>war</packaging>
-  <name>Wink Integration Parameters Tests</name>
+  <name>Apache Wink Integration Parameters Tests</name>
 </project>

Modified: incubator/wink/trunk/wink-itests/wink-itest/wink-itest-providers/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/wink-itest/wink-itest-providers/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/wink-itest/wink-itest-providers/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/wink-itest/wink-itest-providers/pom.xml Fri Aug 14 00:54:41 2009
@@ -27,5 +27,5 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wink-itest-providers</artifactId>
     <packaging>war</packaging>
-    <name>Wink Integration Providers Tests</name>
+    <name>Apache Wink Integration Providers Tests</name>
 </project>

Modified: incubator/wink/trunk/wink-itests/wink-itest/wink-itest-targeting/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/wink-itest/wink-itest-targeting/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/wink-itest/wink-itest-targeting/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/wink-itest/wink-itest-targeting/pom.xml Fri Aug 14 00:54:41 2009
@@ -26,5 +26,5 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wink-itest-targeting</artifactId>
     <packaging>war</packaging>
-    <name>Wink Integration Targeting Tests</name>
+    <name>Apache Wink Integration Targeting Tests</name>
 </project>

Modified: incubator/wink/trunk/wink-itests/wink-itest/wink-itest-validation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/wink-itest/wink-itest-validation/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/wink-itest/wink-itest-validation/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/wink-itest/wink-itest-validation/pom.xml Fri Aug 14 00:54:41 2009
@@ -26,5 +26,5 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wink-itest-validation</artifactId>
     <packaging>war</packaging>
-    <name>Wink Integration Validation Tests</name>
+    <name>Apache Wink Integration Validation Tests</name>
 </project>

Modified: incubator/wink/trunk/wink-scripts/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/pom.xml (original)
+++ incubator/wink/trunk/wink-scripts/pom.xml Fri Aug 14 00:54:41 2009
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wink-scripts</artifactId>
     <packaging>pom</packaging>
-    <name>Wink Scripts</name>
+    <name>Apache Wink Scripts</name>
     <parent>
         <groupId>org.apache.wink</groupId>
         <artifactId>wink</artifactId>

Modified: incubator/wink/trunk/wink-scripts/wink-dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-dist/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-dist/pom.xml (original)
+++ incubator/wink/trunk/wink-scripts/wink-dist/pom.xml Fri Aug 14 00:54:41 2009
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>apache-wink</artifactId>
     <packaging>pom</packaging>
-    <name>Wink Scripts :: Dist</name>
+    <name>Apache Wink Scripts :: Dist</name>
     <properties>
         <target.zip>target/apache-wink-${project.version}.zip</target.zip>
         <target.jar>target/dist/apache-wink-${project.version}/dist/apache-wink-${project.version}.jar</target.jar>

Modified: incubator/wink/trunk/wink-server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/pom.xml (original)
+++ incubator/wink/trunk/wink-server/pom.xml Fri Aug 14 00:54:41 2009
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.wink</groupId>
     <artifactId>wink-server</artifactId>
-    <name>Wink Server</name>
+    <name>Apache Wink Server</name>
     <properties>
         <javadoc.aggregate>false</javadoc.aggregate>
     </properties>

Modified: incubator/wink/trunk/wink-spring-support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-spring-support/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-spring-support/pom.xml (original)
+++ incubator/wink/trunk/wink-spring-support/pom.xml Fri Aug 14 00:54:41 2009
@@ -21,7 +21,7 @@
 <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>
     <artifactId>wink-spring-support</artifactId>
-    <name>Wink Spring</name>
+    <name>Apache Wink Spring</name>
     <properties>
         <javadoc.aggregate>false</javadoc.aggregate>
     </properties>

Modified: incubator/wink/trunk/wink-webdav/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-webdav/pom.xml?rev=804067&r1=804066&r2=804067&view=diff
==============================================================================
--- incubator/wink/trunk/wink-webdav/pom.xml (original)
+++ incubator/wink/trunk/wink-webdav/pom.xml Fri Aug 14 00:54:41 2009
@@ -21,7 +21,7 @@
 <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>
     <artifactId>wink-webdav</artifactId>
-    <name>Wink WebDav</name>
+    <name>Apache Wink WebDav</name>
     <properties>
         <javadoc.aggregate>false</javadoc.aggregate>
     </properties>