You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/01/20 13:48:18 UTC

svn commit: r901169 - /james/mpt/trunk/pom.xml

Author: norman
Date: Wed Jan 20 12:48:17 2010
New Revision: 901169

URL: http://svn.apache.org/viewvc?rev=901169&view=rev
Log:
upgrade to james-parent 1.5

Modified:
    james/mpt/trunk/pom.xml

Modified: james/mpt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mpt/trunk/pom.xml?rev=901169&r1=901168&r2=901169&view=diff
==============================================================================
--- james/mpt/trunk/pom.xml (original)
+++ james/mpt/trunk/pom.xml Wed Jan 20 12:48:17 2010
@@ -21,8 +21,7 @@
   <parent>
     <artifactId>james-project</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>1.3</version>
-    <relativePath>james-project/project/pom.xml</relativePath>
+    <version>1.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
@@ -82,27 +81,7 @@
           </execution>
         </executions>
       </plugin>
-     <!-- Add NOTICE and LICENSE to generated JAR -->
-      <plugin>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.0</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>process</goal>
-            </goals>
-            <configuration>
-              <resourceBundles>
-                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-              </resourceBundles>
-              <properties>
-	              <postProjectText>This file is automatically generated by dependencies declared in pom.xml</postProjectText>
-	              <addLicense>true</addLicense>
-              </properties>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
+     
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-doap-plugin</artifactId>
@@ -145,16 +124,6 @@
       </plugin>
     </plugins>
   </build>
-  <repositories>
-    <!-- enable central that is otherwise disabled by the parent pom. -->
-    <repository>
-      <id>central</id>
-      <url>http://repo1.maven.org/maven2</url>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-  </repositories>
 
   <mailingLists>
     <mailingList>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org