You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by gd...@apache.org on 2008/04/22 23:00:01 UTC

svn commit: r650653 - in /webservices/commons/trunk/modules: XmlSchema/pom.xml axiom/pom.xml java5/pom.xml neethi/pom.xml tcpmon/project.xml util/pom.xml

Author: gdaniels
Date: Tue Apr 22 13:59:57 2008
New Revision: 650653

URL: http://svn.apache.org/viewvc?rev=650653&view=rev
Log:
Adding missing "The" (thanks to Dan Kulp)

Modified:
    webservices/commons/trunk/modules/XmlSchema/pom.xml
    webservices/commons/trunk/modules/axiom/pom.xml
    webservices/commons/trunk/modules/java5/pom.xml
    webservices/commons/trunk/modules/neethi/pom.xml
    webservices/commons/trunk/modules/tcpmon/project.xml
    webservices/commons/trunk/modules/util/pom.xml

Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/pom.xml?rev=650653&r1=650652&r2=650653&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/pom.xml Tue Apr 22 13:59:57 2008
@@ -197,7 +197,7 @@
         <url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema</url>
     </scm>
     <organization>
-        <name>Apache Software Foundation</name>
+        <name>The Apache Software Foundation</name>
         <url>http://www.apache.org/</url>
     </organization>
     <build>

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=650653&r1=650652&r2=650653&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Tue Apr 22 13:59:57 2008
@@ -226,7 +226,7 @@
 		<url>http://svn.apache.org/viewcvs.cgi/webservices/commons/trunk/modules/axiom</url>
 	</scm>
 	<organization>
-		<name>Apache Software Foundation</name>
+		<name>The Apache Software Foundation</name>
 		<url>http://www.apache.org/</url>
 	</organization>
 	<profiles>

Modified: webservices/commons/trunk/modules/java5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/java5/pom.xml?rev=650653&r1=650652&r2=650653&view=diff
==============================================================================
--- webservices/commons/trunk/modules/java5/pom.xml (original)
+++ webservices/commons/trunk/modules/java5/pom.xml Tue Apr 22 13:59:57 2008
@@ -57,7 +57,7 @@
         <url>http://svn.apache.org/viewcvs.cgi/webservices/commons/trunk/modules/java5/</url>
     </scm>
     <organization>
-        <name>Apache Software Foundation</name>
+        <name>The Apache Software Foundation</name>
         <url>http://www.apache.org/</url>
     </organization>
     <build>

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=650653&r1=650652&r2=650653&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Tue Apr 22 13:59:57 2008
@@ -96,7 +96,7 @@
 		<url>http://svn.apache.org/viewcvs.cgi/webservices/commons/trunk/modules/neethi</url>
 	</scm>
 	<organization>
-		<name>Apache Software Foundation</name>
+		<name>The Apache Software Foundation</name>
 		<url>http://www.apache.org/</url>
 	</organization>
 	<build>

Modified: webservices/commons/trunk/modules/tcpmon/project.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/tcpmon/project.xml?rev=650653&r1=650652&r2=650653&view=diff
==============================================================================
--- webservices/commons/trunk/modules/tcpmon/project.xml (original)
+++ webservices/commons/trunk/modules/tcpmon/project.xml Tue Apr 22 13:59:57 2008
@@ -27,7 +27,7 @@
 	<currentVersion>${tcpmon.version}</currentVersion>
 	<!-- details about the organization that 'owns' the project -->
 	<organization>
-		<name>Apache Software Foundation</name>
+		<name>The Apache Software Foundation</name>
 		<url>http://www.apache.org/</url>
 		<logo>http://www.apache.org/images/asf-logo.gif</logo>
 	</organization>

Modified: webservices/commons/trunk/modules/util/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/util/pom.xml?rev=650653&r1=650652&r2=650653&view=diff
==============================================================================
--- webservices/commons/trunk/modules/util/pom.xml (original)
+++ webservices/commons/trunk/modules/util/pom.xml Tue Apr 22 13:59:57 2008
@@ -55,7 +55,7 @@
         <url>http://svn.apache.org/viewcvs.cgi/webservices/commons/trunk/util</url>
     </scm>
     <organization>
-        <name>Apache Software Foundation</name>
+        <name>The Apache Software Foundation</name>
         <url>http://www.apache.org/</url>
     </organization>
     <build>
@@ -86,10 +86,10 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <source>${maven.compile.source}</source>
-                    <aggregate>true</aggregate>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <source>${maven.compile.source}</source>
+                    <aggregate>true</aggregate>
                 </configuration>
             </plugin>
         </plugins>
@@ -125,72 +125,72 @@
                 </dependency>
             </dependencies>
         </profile>
-        <profile>
-            <id>ws-commons-util-release</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <configuration>
-                            <passphrase>${gpg.passphrase}</passphrase>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <id>sign-artifacts</id>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-source-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>create-source-jar</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>create-javadoc-jar</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                                <configuration>
-                                    <source>${maven.compile.source}</source>
-                                    <aggregate>true</aggregate>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-assembly-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>create-assemblies</id>
-                                <goals>
-                                    <goal>attached</goal>
-                                </goals>
-                                <phase>packaging</phase>
-                                <configuration>
-                                    <descriptors>
-                                        <descriptor>src/main/assembly/bin.xml</descriptor>
-                                        <descriptor>src/main/assembly/src.xml</descriptor>
-                                    </descriptors>
-                                    <tarLongFileMode>gnu</tarLongFileMode>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
+        <profile>
+            <id>ws-commons-util-release</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <configuration>
+                            <passphrase>${gpg.passphrase}</passphrase>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <id>sign-artifacts</id>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <artifactId>maven-source-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>create-source-jar</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>create-javadoc-jar</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                                <configuration>
+                                    <source>${maven.compile.source}</source>
+                                    <aggregate>true</aggregate>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>create-assemblies</id>
+                                <goals>
+                                    <goal>attached</goal>
+                                </goals>
+                                <phase>packaging</phase>
+                                <configuration>
+                                    <descriptors>
+                                        <descriptor>src/main/assembly/bin.xml</descriptor>
+                                        <descriptor>src/main/assembly/src.xml</descriptor>
+                                    </descriptors>
+                                    <tarLongFileMode>gnu</tarLongFileMode>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
 </project>