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

svn commit: r596956 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Tue Nov 20 22:29:24 2007
New Revision: 596956

URL: http://svn.apache.org/viewvc?rev=596956&view=rev
Log:
now use myfaces pom

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=596956&r1=596955&r2=596956&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Nov 20 22:29:24 2007
@@ -1,5 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
 <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>
+  <parent>
+    <groupId>org.apache.myfaces</groupId>
+    <artifactId>myfaces</artifactId>
+    <version>3</version>
+  </parent>
   <groupId>org.apache.myfaces.tobago</groupId>
   <artifactId>tobago</artifactId>
   <packaging>pom</packaging>
@@ -391,6 +413,7 @@
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
         <version>1.1.1</version>
+        <!--<version>1.2</version>-->
       </dependency>
       <dependency>
         <groupId>log4j</groupId>
@@ -964,6 +987,22 @@
     </profile>
   </profiles>
 
+  <repositories>
+	  <repository>
+      <!-- apache snapshot repository should be disabled -->
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+	    <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+	    <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+        <updatePolicy>never</updatePolicy>
+      </snapshots>
+    </repository>
+  </repositories>
+
   <properties>
     <myfaces.version>1.1.5</myfaces.version>
     <myfaces12.version>1.2.0</myfaces12.version>
@@ -977,4 +1016,4 @@
     <commons-digester.version>1.7</commons-digester.version>
     <commons-collection.version>3.1</commons-collection.version>
   </properties>
-</project>
\ No newline at end of file
+</project>