You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/16 15:19:44 UTC

svn commit: r289524 - in /maven/components/trunk/maven-plugins/maven-verifier-plugin: pom.xml release-pom.xml

Author: brett
Date: Fri Sep 16 06:19:38 2005
New Revision: 289524

URL: http://svn.apache.org/viewcvs?rev=289524&view=rev
Log:
[maven-release-plugin] prepare release maven-verifier-1.0-beta-1

Added:
    maven/components/trunk/maven-plugins/maven-verifier-plugin/release-pom.xml   (with props)
Modified:
    maven/components/trunk/maven-plugins/maven-verifier-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-verifier-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-verifier-plugin/pom.xml?rev=289524&r1=289523&r2=289524&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-verifier-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-verifier-plugin/pom.xml Fri Sep 16 06:19:38 2005
@@ -1,5 +1,4 @@
-<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">
+<project>
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -9,7 +8,7 @@
   <artifactId>maven-verifier-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Verifier Plugin</name>
-  <version>1.0-beta-1-SNAPSHOT</version>
+  <version>1.0-beta-1</version>
   <developers>
     <developer>
       <id>vmassol</id>
@@ -22,27 +21,11 @@
       </roles>
     </developer>
   </developers>
-  <dependencies>
-    <dependency>
-      <groupId>plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
   <build>
     <plugins>
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <configuration>
-          <model>src/main/mdo/verifications.mdo</model>
-          <version>1.0.0</version>
-        </configuration>
         <executions>
           <execution>
             <goals>
@@ -52,7 +35,23 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <model>src/main/mdo/verifications.mdo</model>
+          <version>1.0.0</version>
+        </configuration>
       </plugin>
     </plugins>
   </build>
-</project>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/trunk/maven-plugins/maven-verifier-plugin/release-pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-verifier-plugin/release-pom.xml?rev=289524&view=auto
==============================================================================
--- maven/components/trunk/maven-plugins/maven-verifier-plugin/release-pom.xml (added)
+++ maven/components/trunk/maven-plugins/maven-verifier-plugin/release-pom.xml Fri Sep 16 06:19:38 2005
@@ -0,0 +1,66 @@
+<project>
+  <parent>
+    <artifactId>maven-plugin-parent</artifactId>
+    <groupId>org.apache.maven.plugins</groupId>
+    <version>2.0-beta-1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-verifier-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>Maven Verifier Plugin</name>
+  <version>1.0-beta-1</version>
+  <developers>
+    <developer>
+      <id>vmassol</id>
+      <name>Vincent Massol</name>
+      <email>vmassol@apache.org</email>
+      <organization>Apache Software Foundation</organization>
+      <roles>
+        <role>Creator</role>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+  </developers>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.modello</groupId>
+        <artifactId>modello-maven-plugin</artifactId>
+        <version>RELEASE</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>xpp3-reader</goal>
+              <goal>xpp3-writer</goal>
+              <goal>java</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <model>src/main/mdo/verifications.mdo</model>
+          <version>1.0.0</version>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.0.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0-beta-1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Propchange: maven/components/trunk/maven-plugins/maven-verifier-plugin/release-pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/trunk/maven-plugins/maven-verifier-plugin/release-pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"



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