You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2006/02/20 04:59:52 UTC

svn commit: r379015 - /maven/shared/trunk/file-management/pom.xml

Author: jdcasey
Date: Sun Feb 19 19:59:50 2006
New Revision: 379015

URL: http://svn.apache.org/viewcvs?rev=379015&view=rev
Log:
[maven-release-plugin] prepare release file-management-1.0

Modified:
    maven/shared/trunk/file-management/pom.xml

Modified: maven/shared/trunk/file-management/pom.xml
URL: http://svn.apache.org/viewcvs/maven/shared/trunk/file-management/pom.xml?rev=379015&r1=379014&r2=379015&view=diff
==============================================================================
--- maven/shared/trunk/file-management/pom.xml (original)
+++ maven/shared/trunk/file-management/pom.xml Sun Feb 19 19:59:50 2006
@@ -1,49 +1,25 @@
-<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"
-  xsi:noNamespaceSchemaLocation="http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-  
+<?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">
   <parent>
-    <groupId>org.apache.maven.shared</groupId>
     <artifactId>shared-components-parent</artifactId>
+    <groupId>org.apache.maven.shared</groupId>
     <version>1</version>
   </parent>
-
+  <modelVersion>4.0.0</modelVersion>
   <artifactId>file-management</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  
   <name>Maven Shared File Management API</name>
+  <version>1.0</version>
   <description>Basic API for lightweight logging</description>
-  
   <contributors>
     <contributor>
       <name>Joakim Erdfelt</name>
       <email>joakim@erdfelt.com</email>
     </contributor>
   </contributors>
-  
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.0.4</version>
-    </dependency>
-  </dependencies>
-
   <build>
     <plugins>
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <configuration>
-          <version>1.0.0</version>
-        </configuration>
         <executions>
           <execution>
             <id>fileset</id>
@@ -58,7 +34,22 @@
             </configuration>
           </execution>
         </executions>
+        <configuration>
+          <version>1.0.0</version>
+        </configuration>
       </plugin>
     </plugins>
   </build>
-</project>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.0.4</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file