[jboss-cvs] JBossAS SVN: r72121 - projects/test/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Apr 13 06:44:12 EDT 2008


Author: dimitris at jboss.org
Date: 2008-04-13 06:44:11 -0400 (Sun, 13 Apr 2008)
New Revision: 72121

Modified:
   projects/test/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 1.1.0.GA

Modified: projects/test/trunk/pom.xml
===================================================================
--- projects/test/trunk/pom.xml	2008-04-13 10:41:03 UTC (rev 72120)
+++ projects/test/trunk/pom.xml	2008-04-13 10:44:11 UTC (rev 72121)
@@ -1,116 +1,116 @@
-<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.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>3</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.test</groupId>
-  <artifactId>jboss-test</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss Test</name>
-  <version>1.1.0-SNAPSHOT</version>
-  <description>Common test support classes</description>
-  <url>http://www.jboss.org</url>
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/test/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/test/trunk/</developerConnection>
-  </scm>
-
-  <properties>
-    <version.apache.ant>1.7.0</version.apache.ant>
-  </properties>
-
-  <build>
-    <plugins>
-      <!-- Dependency Plugin Configuration -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-      </plugin>
-      
-      <plugin>
-        <groupId>jboss.maven-plugins</groupId>
-        <artifactId>jboss-deploy-maven-plugin</artifactId>
-      </plugin>
-      
-      <plugin>
-        <!-- To call this plugin, use mvn assembly:assembly -->
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-1</version>
-        <configuration>
-          <descriptors>
-            <descriptor>src/main/assembly/dist.xml</descriptor>
-          </descriptors>
-        </configuration>
-      </plugin>
-      
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>        
-        <artifactId>maven-release-plugin</artifactId>        
-        <configuration>
-          <tagBase>https://svn.jboss.org/repos/jbossas/projects/test/tags</tagBase>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-   <dependencies>
-     <dependency>
-       <groupId>org.apache.ant</groupId>
-       <artifactId>ant</artifactId>
-       <version>${version.apache.ant}</version>
-     </dependency>
-     
-     <dependency>
-       <groupId>org.apache.ant</groupId>
-       <artifactId>ant-junit</artifactId>
-       <version>${version.apache.ant}</version>
-     </dependency>
-
-     <dependency>
-       <groupId>org.jboss.logging</groupId>
-       <artifactId>jboss-logging-spi</artifactId>
-       <version>2.0.5.GA</version>
-     </dependency>
-     
-     <dependency>
-       <groupId>org.jboss.logging</groupId>
-       <artifactId>jboss-logging-log4j</artifactId>
-       <version>2.0.5.GA</version>
-     </dependency>
-     
-     <dependency>
-       <groupId>org.jboss</groupId>
-       <artifactId>jboss-common-core</artifactId>
-       <version>2.2.5.GA</version>
-     </dependency>
-
-     <dependency>
-        <groupId>jboss.profiler.jvmti</groupId>
-        <artifactId>jboss-profiler-jvmti</artifactId>
-        <version>1.0.0.CR5</version>
-     </dependency>
-
-     <dependency>
-       <groupId>junit</groupId>
-       <artifactId>junit</artifactId>
-       <version>3.8.1</version>
-     </dependency>
-     
-     <dependency>
-       <groupId>apache-log4j</groupId>
-       <artifactId>log4j</artifactId>
-       <version>1.2.14</version>
-     </dependency>
-     
-     <dependency>
-       <groupId>org.jboss.jbossas</groupId>
-       <artifactId>jboss-server-manager</artifactId>
-       <version>0.1.0.GA</version>
-     </dependency>
-
-   </dependencies>
-   
-</project>
+<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.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.test</groupId>
+  <artifactId>jboss-test</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss Test</name>
+  <version>1.1.0.GA</version>
+  <description>Common test support classes</description>
+  <url>http://www.jboss.org</url>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/test/tags/1.1.0.GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/test/tags/1.1.0.GA</developerConnection>
+  </scm>
+
+  <properties>
+    <version.apache.ant>1.7.0</version.apache.ant>
+  </properties>
+
+  <build>
+    <plugins>
+      <!-- Dependency Plugin Configuration -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+      </plugin>
+      
+      <plugin>
+        <groupId>jboss.maven-plugins</groupId>
+        <artifactId>jboss-deploy-maven-plugin</artifactId>
+      </plugin>
+      
+      <plugin>
+        <!-- To call this plugin, use mvn assembly:assembly -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-1</version>
+        <configuration>
+          <descriptors>
+            <descriptor>src/main/assembly/dist.xml</descriptor>
+          </descriptors>
+        </configuration>
+      </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>        
+        <artifactId>maven-release-plugin</artifactId>        
+        <configuration>
+          <tagBase>https://svn.jboss.org/repos/jbossas/projects/test/tags</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+   <dependencies>
+     <dependency>
+       <groupId>org.apache.ant</groupId>
+       <artifactId>ant</artifactId>
+       <version>${version.apache.ant}</version>
+     </dependency>
+     
+     <dependency>
+       <groupId>org.apache.ant</groupId>
+       <artifactId>ant-junit</artifactId>
+       <version>${version.apache.ant}</version>
+     </dependency>
+
+     <dependency>
+       <groupId>org.jboss.logging</groupId>
+       <artifactId>jboss-logging-spi</artifactId>
+       <version>2.0.5.GA</version>
+     </dependency>
+     
+     <dependency>
+       <groupId>org.jboss.logging</groupId>
+       <artifactId>jboss-logging-log4j</artifactId>
+       <version>2.0.5.GA</version>
+     </dependency>
+     
+     <dependency>
+       <groupId>org.jboss</groupId>
+       <artifactId>jboss-common-core</artifactId>
+       <version>2.2.5.GA</version>
+     </dependency>
+
+     <dependency>
+        <groupId>jboss.profiler.jvmti</groupId>
+        <artifactId>jboss-profiler-jvmti</artifactId>
+        <version>1.0.0.CR5</version>
+     </dependency>
+
+     <dependency>
+       <groupId>junit</groupId>
+       <artifactId>junit</artifactId>
+       <version>3.8.1</version>
+     </dependency>
+     
+     <dependency>
+       <groupId>apache-log4j</groupId>
+       <artifactId>log4j</artifactId>
+       <version>1.2.14</version>
+     </dependency>
+     
+     <dependency>
+       <groupId>org.jboss.jbossas</groupId>
+       <artifactId>jboss-server-manager</artifactId>
+       <version>0.1.0.GA</version>
+     </dependency>
+
+   </dependencies>
+   
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list