You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/07/12 21:16:29 UTC

svn commit: r555726 - /myfaces/current12/pom.xml

Author: matzew
Date: Thu Jul 12 12:16:28 2007
New Revision: 555726

URL: http://svn.apache.org/viewvc?view=rev&rev=555726
Log:
no release of a demo...

Modified:
    myfaces/current12/pom.xml

Modified: myfaces/current12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current12/pom.xml?view=diff&rev=555726&r1=555725&r2=555726
==============================================================================
--- myfaces/current12/pom.xml (original)
+++ myfaces/current12/pom.xml Thu Jul 12 12:16:28 2007
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>org.apache.myfaces</groupId>
-  <artifactId>myfaces-base</artifactId>
-  <packaging>pom</packaging>
-  <version>1.2.0-SNAPSHOT</version>
-  <name>Build Project</name>
-  <url>http://myfaces.apache.org</url>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/current12</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/current12</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/current12</url>
-  </scm>
-
-  <modules>
-    <module>shared</module>
-    <module>core</module>
-    <module>test-webapp</module>
-  </modules>
-
-  <build>
-  	<defaultGoal>install</defaultGoal>
-  </build>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<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>org.apache.myfaces</groupId>
+  <artifactId>myfaces-base</artifactId>
+  <packaging>pom</packaging>
+  <version>1.2.0-SNAPSHOT</version>
+  <name>Build Project</name>
+  <url>http://myfaces.apache.org</url>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/current12</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/current12</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/current12</url>
+  </scm>
+
+  <modules>
+    <module>shared</module>
+    <module>core</module>
+    <!--module>test-webapp</module-->
+  </modules>
+
+  <build>
+  	<defaultGoal>install</defaultGoal>
+  </build>
+
 </project>