[jboss-svn-commits] JBL Code SVN: r9979 - labs/jbossbuild/trunk/projects/maven-build-test.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Mar 5 14:47:10 EST 2007


Author: pgier
Date: 2007-03-05 14:47:10 -0500 (Mon, 05 Mar 2007)
New Revision: 9979

Modified:
   labs/jbossbuild/trunk/projects/maven-build-test/pom.xml
Log:
[maven-release-plugin] prepare release maven-build-test-1.0.0

Modified: labs/jbossbuild/trunk/projects/maven-build-test/pom.xml
===================================================================
--- labs/jbossbuild/trunk/projects/maven-build-test/pom.xml	2007-03-05 19:14:27 UTC (rev 9978)
+++ labs/jbossbuild/trunk/projects/maven-build-test/pom.xml	2007-03-05 19:47:10 UTC (rev 9979)
@@ -1,40 +1,38 @@
-<?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>jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>1</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-build-test</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss Build Junk</name>
-  <version>1.0.0-SNAPSHOT</version>
-  <description>A project to test the release and packaging features of maven</description>
-  <scm>
-    <connection>scm:svn:https://svn.labs.jboss.org/labs/jbossbuild/trunk/projects/maven-build-test</connection>
-  </scm>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <repositories>
-    <repository>
-      <id>jboss</id>
-      <name>JBoss Repository</name>
-      <layout>default</layout>
-      <url>http://repository.jboss.com/maven2/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
+<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>jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-build-test</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss Build Junk</name>
+  <version>1.0.0</version>
+  <description>A project to test the release and packaging features of maven</description>
+  <scm>
+    <connection>scm:svn:https://svn.labs.jboss.org/labs/jbossbuild/tags/maven-build-test-1.0.0</connection>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <testFailureIgnore>true</testFailureIgnore>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>jboss</id>
+      <name>JBoss Repository</name>
+      <layout>default</layout>
+      <url>http://repository.jboss.com/maven2/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
 </project>
\ No newline at end of file




More information about the jboss-svn-commits mailing list