[jboss-cvs] JBossAS SVN: r85401 - in projects/ejb3/tags: jboss-ejb3-tutorial-shutdown-1.1.0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 6 08:11:55 EST 2009


Author: jaikiran
Date: 2009-03-06 08:11:54 -0500 (Fri, 06 Mar 2009)
New Revision: 85401

Added:
   projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0/
   projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0/pom.xml
Removed:
   projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-tutorial-shutdown-1.1.0

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0 (from rev 85386, projects/ejb3/trunk/docs/tutorial/shutdown)

Deleted: projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/shutdown/pom.xml	2009-03-06 12:21:49 UTC (rev 85386)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0/pom.xml	2009-03-06 13:11:54 UTC (rev 85401)
@@ -1,75 +0,0 @@
-<?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">
-
-
-
-
-
-  <!-- Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <properties>
-
-    <!--  Versions -->
-    <version.maven-jboss-as-control-plugin>0.1.1</version.maven-jboss-as-control-plugin>
-  </properties>
-
-
-  <parent>
-    <groupId>org.jboss.ejb3</groupId>
-    <artifactId>jboss-ejb3-tutorial-build</artifactId>
-    <version>0.1.0</version>
-    <relativePath>../build</relativePath>
-  </parent>
-
-
-
-
-  <artifactId>jboss-ejb3-tutorial-shutdown</artifactId>
-  <version>0.1.1-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>EJB3 Tutorial Cleanup</name>
-  <url>http://labs.jboss.com/jbossejb3/</url>
-  <description>
-    Initializes the environment required for running the EJB3 tutorials
-  </description>
-
- <profiles>
-   <profile>
-    <id>RunAll</id>
-	<build>
-   		<plugins>
-			<!--  JBossAS Maven plugin for startup/shutdown
-			and other AS control -->
-		  	<plugin>
-	          		<groupId>org.jboss.maven.plugins.jbossas</groupId>
-	            		<artifactId>maven-jboss-as-control-plugin</artifactId>
-		            	<version>${version.maven-jboss-as-control-plugin}</version>
-
-	            		<!-- Executions -->
-	            		<!--
-	                		Stop the server
-	              		-->
-
-	               		 <executions>
-	              			<execution>
-	                			<id>stop-jbossas</id>
-	                			<goals>
-	                  				<goal>stop</goal>
-	                			</goals>
-	                			<phase>install</phase>
-	                			<configuration>
-	                  				<serverConfigName>${jboss.server.config}</serverConfigName>
-	                  				<jboss.test.run>true</jboss.test.run>
-	                			</configuration>
-	              			</execution>
-
-				</executions>
-
-			</plugin>
-		</plugins>
-  </build>
-  </profile>
-  </profiles>
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0/pom.xml (from rev 85400, projects/ejb3/trunk/docs/tutorial/shutdown/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0/pom.xml	2009-03-06 13:11:54 UTC (rev 85401)
@@ -0,0 +1,81 @@
+<?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">
+
+
+
+
+
+  <!-- Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <properties>
+
+    <!--  Versions -->
+    <version.maven-jboss-as-control-plugin>0.1.1</version.maven-jboss-as-control-plugin>
+  </properties>
+
+
+  <parent>
+    <groupId>org.jboss.ejb3</groupId>
+    <artifactId>jboss-ejb3-tutorial-build</artifactId>
+    <version>1.1.0</version>
+    <relativePath>../build</relativePath>
+  </parent>
+
+
+
+
+  <artifactId>jboss-ejb3-tutorial-shutdown</artifactId>
+  <version>1.1.0</version>
+  <packaging>pom</packaging>
+  <name>EJB3 Tutorial Cleanup</name>
+  <url>http://labs.jboss.com/jbossejb3/</url>
+  <description>
+    Initializes the environment required for running the EJB3 tutorials
+  </description>
+
+ <profiles>
+   <profile>
+    <id>RunAll</id>
+	<build>
+   		<plugins>
+			<!--  JBossAS Maven plugin for startup/shutdown
+			and other AS control -->
+		  	<plugin>
+	          		<groupId>org.jboss.maven.plugins.jbossas</groupId>
+	            		<artifactId>maven-jboss-as-control-plugin</artifactId>
+		            	<version>${version.maven-jboss-as-control-plugin}</version>
+
+	            		<!-- Executions -->
+	            		<!--
+	                		Stop the server
+	              		-->
+
+	               		 <executions>
+	              			<execution>
+	                			<id>stop-jbossas</id>
+	                			<goals>
+	                  				<goal>stop</goal>
+	                			</goals>
+	                			<phase>install</phase>
+	                			<configuration>
+	                  				<serverConfigName>${jboss.server.config}</serverConfigName>
+	                  				<jboss.test.run>true</jboss.test.run>
+	                			</configuration>
+	              			</execution>
+
+				</executions>
+
+			</plugin>
+		</plugins>
+  </build>
+  </profile>
+  </profiles>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-shutdown-1.1.0</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list