[jboss-cvs] JBossAS SVN: r67847 - in projects/ejb3/branches: ejb3-ext-api and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 4 05:32:00 EST 2007


Author: ALRubinger
Date: 2007-12-04 05:32:00 -0500 (Tue, 04 Dec 2007)
New Revision: 67847

Added:
   projects/ejb3/branches/ejb3-ext-api/
   projects/ejb3/branches/ejb3-ext-api/pom.xml
Removed:
   projects/ejb3/branches/ejb3-ext-api/pom.xml
Log:
[maven-release-plugin]  copy for branch ejb3-ext-api

Copied: projects/ejb3/branches/ejb3-ext-api (from rev 67834, projects/ejb3/trunk/ejb3-ext-api)

Deleted: projects/ejb3/branches/ejb3-ext-api/pom.xml
===================================================================
--- projects/ejb3/trunk/ejb3-ext-api/pom.xml	2007-12-04 03:11:01 UTC (rev 67834)
+++ projects/ejb3/branches/ejb3-ext-api/pom.xml	2007-12-04 10:32:00 UTC (rev 67847)
@@ -1,95 +0,0 @@
-<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">
-
-   <!-- Define Parent -->
-   <parent>
-
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-parent</artifactId>
-      <version>3</version>
-
-      <!-- 
-         <artifactId>jboss-ejb3</artifactId>
-         <groupId>org.jboss.ejb3</groupId>
-         <version>0.11.0-SNAPSHOT</version>
-         <relativePath>../build/pom.xml</relativePath>
-      -->
-   </parent>
-
-   <!-- Maven POM Model Version -->
-   <modelVersion>4.0.0</modelVersion>
-
-   <!-- Artifact Information -->
-   <groupId>org.jboss.ejb3</groupId>
-   <artifactId>jboss-ejb3-ext-api</artifactId>
-   <version>0.1.2-SNAPSHOT</version>
-   <name>JBoss EJB 3 External API</name>
-   <description>JBoss EJB 3 API for Bean Providers</description>
-   <url>http://labs.jboss.com/jbossejb3/</url>
-
-   <!-- SCM -->
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb/trunk/</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/ejb3/trunk/</url>
-   </scm>
-
-
-   <build>
-      <plugins>
-
-         <!-- Maven Release Plugin Configuration -->
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-release-plugin</artifactId>
-            <configuration>
-               <tagBase>
-                  https://svn.jboss.org/repos/jbossas/projects/ejb3/tags
-               </tagBase>
-            </configuration>
-         </plugin>
-
-         <!-- JBoss Deploy Plugin -->
-         <plugin>
-            <groupId>org.jboss.maven.plugins</groupId>
-            <artifactId>maven-jboss-deploy-plugin</artifactId>
-            <version>1.5</version>
-            <executions>
-               <execution>
-                  <goals>
-                     <goal>jboss-deploy</goal>
-                  </goals>
-               </execution>
-            </executions>
-            <configuration>
-               <jbossDeployRoot>
-                  ${jboss.repository.root}
-               </jbossDeployRoot>
-               <removeArtifactVersion>true</removeArtifactVersion>
-               <groupId>jboss</groupId>
-            </configuration>
-            <inherited>true</inherited>
-         </plugin>
-
-      </plugins>
-   </build>
-
-   <!-- Dependencies -->
-   <dependencies>
-
-      <!-- JUnit -->
-      <dependency>
-         <groupId>junit</groupId>
-         <artifactId>junit</artifactId>
-         <scope>test</scope>
-         <version>4.4</version>
-      </dependency>
-
-      <!-- JavaEE EJB3 API -->
-      <dependency>
-         <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-ejb-api</artifactId>
-         <version>3.0.0.20070913080910</version>
-      </dependency>
-   </dependencies>
-
-</project>

Copied: projects/ejb3/branches/ejb3-ext-api/pom.xml (from rev 67846, projects/ejb3/trunk/ejb3-ext-api/pom.xml)
===================================================================
--- projects/ejb3/branches/ejb3-ext-api/pom.xml	                        (rev 0)
+++ projects/ejb3/branches/ejb3-ext-api/pom.xml	2007-12-04 10:32:00 UTC (rev 67847)
@@ -0,0 +1,100 @@
+<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">
+
+   <!-- Define Parent -->
+   <parent>
+
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-parent</artifactId>
+      <version>3</version>
+
+      <!-- 
+         <artifactId>jboss-ejb3</artifactId>
+         <groupId>org.jboss.ejb3</groupId>
+         <version>0.11.0-SNAPSHOT</version>
+         <relativePath>../build/pom.xml</relativePath>
+      -->
+   </parent>
+
+   <!-- Maven POM Model Version -->
+   <modelVersion>4.0.0</modelVersion>
+
+   <!-- Artifact Information -->
+   <groupId>org.jboss.ejb3</groupId>
+   <artifactId>jboss-ejb3-ext-api</artifactId>
+   <version>0.1.2</version>
+   <name>JBoss EJB 3 External API</name>
+   <description>JBoss EJB 3 API for Bean Providers</description>
+   <url>http://labs.jboss.com/jbossejb3/</url>
+
+   <!-- SCM -->
+   <scm>
+      <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/branches/ejb3-ext-api</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/branches/ejb3-ext-api</developerConnection>
+      <url>https://svn.jboss.org/repos/jbossas/projects/ejb3/branches/ejb3-ext-api</url>
+   </scm>
+
+   <!-- 
+      
+      NOTE: This section should likely be configured in the parent
+      
+   -->
+   <build>
+      <plugins>
+
+         <!-- Maven Release Plugin Configuration -->
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <configuration>
+               <tagBase>
+                  https://svn.jboss.org/repos/jbossas/projects/ejb3/tags
+               </tagBase>
+               <branchName>ejb3-ext-api</branchName>
+            </configuration>
+         </plugin>
+
+         <!-- JBoss Deploy Plugin -->
+         <plugin>
+            <groupId>org.jboss.maven.plugins</groupId>
+            <artifactId>maven-jboss-deploy-plugin</artifactId>
+            <version>1.5</version>
+            <executions>
+               <execution>
+                  <goals>
+                     <goal>jboss-deploy</goal>
+                  </goals>
+               </execution>
+            </executions>
+            <configuration>
+               <jbossDeployRoot>
+                  ${jboss.repository.root}
+               </jbossDeployRoot>
+               <removeArtifactVersion>true</removeArtifactVersion>
+               <groupId>jboss</groupId>
+            </configuration>
+            <inherited>true</inherited>
+         </plugin>
+
+      </plugins>
+   </build>
+
+   <!-- Dependencies -->
+   <dependencies>
+
+      <!-- JUnit -->
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <scope>test</scope>
+         <version>4.4</version>
+      </dependency>
+
+      <!-- JavaEE EJB3 API -->
+      <dependency>
+         <groupId>org.jboss.javaee</groupId>
+         <artifactId>jboss-ejb-api</artifactId>
+         <version>3.0.0.20070913080910</version>
+      </dependency>
+   </dependencies>
+
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list