You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/01/02 11:04:17 UTC

svn commit: r365326 - /myfaces/build/trunk/pom.xml

Author: werpu
Date: Mon Jan  2 02:04:07 2006
New Revision: 365326

URL: http://svn.apache.org/viewcvs?rev=365326&view=rev
Log:
fixed the company

Modified:
    myfaces/build/trunk/pom.xml

Modified: myfaces/build/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/pom.xml?rev=365326&r1=365325&r2=365326&view=diff
==============================================================================
--- myfaces/build/trunk/pom.xml (original)
+++ myfaces/build/trunk/pom.xml Mon Jan  2 02:04:07 2006
@@ -24,7 +24,7 @@
   </modules>
 
 	<build>
-	  <plugins>  
+	  <plugins>
 			<plugin>
 				<artifactId>maven-assembly-plugin</artifactId>
 				<version>2.0-beta-1</version>
@@ -33,11 +33,11 @@
 					<finalName>myfaces-1.1.2</finalName>
 					<outputDirectory>target</outputDirectory>
 					<workDirectory>target/assembly/work</workDirectory>
-				</configuration>			
-		  </plugin>  
-		</plugins>  
-	</build>  
-	
+				</configuration>
+		  </plugin>
+		</plugins>
+	</build>
+
    <mailingLists>
     <mailingList>
       <name>Myfaces User List</name>
@@ -220,7 +220,7 @@
       <id>werpu</id>
       <name>Werner Punz</name>
       <email>werpu@apache.org</email>
-      <organization>PSI Information Management GmbH, Germany</organization>
+      <organization>Media Data GmbH, Austria</organization>
       <roles>
         <role>Mister "Ajax"</role>
       </roles>
@@ -252,7 +252,7 @@
       <timezone></timezone>
     </developer>
   </developers>
-  
+
   <contributors>
     <contributor>
       <name>Matt Blum</name>
@@ -321,7 +321,7 @@
 	      <reportSets>
 					<reportSet>
 					  <reports>
-	                       <report>project-team</report>	
+	                       <report>project-team</report>
 						   <report>mailing-list</report>
                            <report>issue-tracking</report>
                            <report>license</report>
@@ -332,7 +332,7 @@
 	    </plugin>
 	  </plugins>
   </reporting>
-  
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/myfaces/current</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/myfaces/current</developerConnection>
@@ -342,6 +342,6 @@
   <organization>
      <name>Apache Software Foundation</name>
      <url>http://www.apache.org/</url>
-   </organization>  	
+   </organization>
 
 </project>