You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/12/31 21:12:20 UTC

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

Author: schof
Date: Sat Dec 31 12:12:19 2005
New Revision: 360443

URL: http://svn.apache.org/viewcvs?rev=360443&view=rev
Log:
added SNAPSHOT suffix

Modified:
    myfaces/build/trunk/pom.xml

Modified: myfaces/build/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/pom.xml?rev=360443&r1=360442&r2=360443&view=diff
==============================================================================
--- myfaces/build/trunk/pom.xml (original)
+++ myfaces/build/trunk/pom.xml Sat Dec 31 12:12:19 2005
@@ -1,41 +1,41 @@
-<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>
-  <groupId>myfaces.apache.org</groupId>
-  <artifactId>myfaces</artifactId>
-  <packaging>pom</packaging>
-  <version>1.1.2</version>
-  <name>MyFaces</name>
-  <url>http://myfaces.apache.org</url>
+<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>
+  <groupId>myfaces.apache.org</groupId>
+  <artifactId>myfaces</artifactId>
+  <packaging>pom</packaging>
+  <version>1.1.2-SNAPSHOT</version>
+  <name>MyFaces</name>
+  <url>http://myfaces.apache.org</url>
 
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/MYFACES</url>
   </issueManagement>
-
-  <modules>
-    <module>../api</module>
-    <module>../commons</module>
-    <module>../impl</module>
-    <module>../tomahawk</module>
-    <module>../sandbox</module>
-    <module>../examples</module>
-  </modules>
-
-	<build>
-	  <plugins>  
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<version>2.0-beta-1</version>
-				<configuration>
-					<descriptor>src/main/assembly/dep.xml</descriptor>
-					<finalName>myfaces-1.1.2</finalName>
-					<outputDirectory>target</outputDirectory>
-					<workDirectory>target/assembly/work</workDirectory>
-				</configuration>			
-		  </plugin>  
-		</plugins>  
+
+  <modules>
+    <module>../api</module>
+    <module>../commons</module>
+    <module>../impl</module>
+    <module>../tomahawk</module>
+    <module>../sandbox</module>
+    <module>../examples</module>
+  </modules>
+
+	<build>
+	  <plugins>  
+			<plugin>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<version>2.0-beta-1</version>
+				<configuration>
+					<descriptor>src/main/assembly/dep.xml</descriptor>
+					<finalName>myfaces-1.1.2</finalName>
+					<outputDirectory>target</outputDirectory>
+					<workDirectory>target/assembly/work</workDirectory>
+				</configuration>			
+		  </plugin>  
+		</plugins>  
 	</build>  
 	
    <mailingLists>
@@ -60,8 +60,8 @@
       <post>do not post</post>
       <archive>http://mail-archives.apache.org/mod_mbox/myfaces-commits</archive>
     </mailingList>
-  </mailingLists>
-
+  </mailingLists>
+
   <developers>
     <developer>
       <id>koinov</id>
@@ -137,16 +137,16 @@
         <role>PMC</role>
       </roles>
       <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <id>schof</id>
-      <name>Sean Schofield</name>
-      <email>schof@apache.org</email>
-      <organization></organization>
-      <roles>
-        <role>PMC</role>
-      </roles>
-      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>schof</id>
+      <name>Sean Schofield</name>
+      <email>schof@apache.org</email>
+      <organization></organization>
+      <roles>
+        <role>PMC</role>
+      </roles>
+      <timezone>-5</timezone>
     </developer>
     <developer>
       <id>svieujot</id>
@@ -250,7 +250,7 @@
       <email>skitching@apache.org</email>
       <organization></organization>
       <timezone></timezone>
-    </developer>
+    </developer>
   </developers>
   
   <contributors>
@@ -302,7 +302,7 @@
         <role>NewspaperDataTable</role>
       </roles>
     </contributor>
-  </contributors>
+  </contributors>
 
   <licenses>
     <license>
@@ -311,56 +311,56 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-
-  <reporting>
-	  <plugins>
-	    <plugin>
-	    	<inherited>false</inherited>
-	      <groupId>org.apache.maven.plugins</groupId>
-	      <artifactId>maven-project-info-reports-plugin</artifactId>
-	      <reportSets>
-					<reportSet>
-					  <reports>
-	                       <report>project-team</report>					  
+
+  <reporting>
+	  <plugins>
+	    <plugin>
+	    	<inherited>false</inherited>
+	      <groupId>org.apache.maven.plugins</groupId>
+	      <artifactId>maven-project-info-reports-plugin</artifactId>
+	      <reportSets>
+					<reportSet>
+					  <reports>
+	                       <report>project-team</report>					  
 						   <report>dependencies</report>
 						   <report>mailing-list</report>
                            <report>issue-tracking</report>
                            <report>license</report>
-                           <report>scm</report>
-					  </reports>
-					</reportSet>
-	      </reportSets>
-	    </plugin>
-      <plugin>
-		<groupId>org.apache.maven.plugins</groupId>
-		<artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-      </plugin>      
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.0-beta-1</version>
-        <configuration>
-          <tags>TODO, FIXME, XXX, @deprecated</tags>
-        </configuration>
-      </plugin>
-<!--
-      <plugin>
-        <groupId>net.sourceforge.maven-taglib</groupId>
-        <artifactId>maven-taglib-plugin</artifactId>
-        <configuration>
-          <taglib.src.dir>${basedir}/target/classes/META-INF/</taglib.src.dir>
-          <tldDocDir>${basedir}/target/site/tlddoc</tldDocDir>
-        </configuration>
-      </plugin>      
+                           <report>scm</report>
+					  </reports>
+					</reportSet>
+	      </reportSets>
+	    </plugin>
+      <plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>      
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.0-beta-1</version>
+        <configuration>
+          <tags>TODO, FIXME, XXX, @deprecated</tags>
+        </configuration>
+      </plugin>
+<!--
+      <plugin>
+        <groupId>net.sourceforge.maven-taglib</groupId>
+        <artifactId>maven-taglib-plugin</artifactId>
+        <configuration>
+          <taglib.src.dir>${basedir}/target/classes/META-INF/</taglib.src.dir>
+          <tldDocDir>${basedir}/target/site/tlddoc</tldDocDir>
+        </configuration>
+      </plugin>      
 -->      
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>surefire-report-maven-plugin</artifactId>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>surefire-report-maven-plugin</artifactId>
       </plugin>
       
       <plugin>
@@ -382,8 +382,8 @@
         </reportSet>
       </reportSets>
     </plugin>
-            	    
-	  </plugins>
+            	    
+	  </plugins>
   </reporting>
   
   <scm>
@@ -395,6 +395,6 @@
   <organization>
      <name>Apache Software Foundation</name>
      <url>http://www.apache.org/</url>
-   </organization>  	
-
+   </organization>  	
+
 </project>