[jboss-cvs] JBossAS SVN: r99739 - in projects/ejb3/tags: jboss-ejb3-nointerface-spi-1.0.0-alpha-2 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 21 07:53:51 EST 2010


Author: jaikiran
Date: 2010-01-21 07:53:51 -0500 (Thu, 21 Jan 2010)
New Revision: 99739

Added:
   projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2/
   projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2/pom.xml
Removed:
   projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-nointerface-spi-1.0.0-alpha-2

Copied: projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2 (from rev 99728, projects/ejb3/components/nointerface/trunk/spi)

Deleted: projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2/pom.xml
===================================================================
--- projects/ejb3/components/nointerface/trunk/spi/pom.xml	2010-01-21 12:16:27 UTC (rev 99728)
+++ projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2/pom.xml	2010-01-21 12:53:51 UTC (rev 99739)
@@ -1,94 +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">
-
-
-    <!-- Parent -->
-    <parent>
-        <groupId>org.jboss.ejb3.nointerface</groupId>
-        <artifactId>jboss-ejb3-nointerface-build</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
-    </parent>
-
-    <!-- POM Model Version -->
-    <modelVersion>4.0.0</modelVersion>
-
-    <!-- Artifact Information -->
-    <groupId>org.jboss.ejb3.nointerface</groupId>
-    <artifactId>jboss-ejb3-nointerface-spi</artifactId>
-    <packaging>jar</packaging>
-    <version>1.0.0-SNAPSHOT</version>
-    <name>JBoss EJB3 No-Interface view SPI</name>
-    <url>http://labs.jboss.com/jbossejb3</url>
-    <description>SPI for JBoss EJB3 No-Interface view</description>
-
-
-    <properties>
-        <version.metadata_ejb>2.0.0-alpha-5</version.metadata_ejb>
-    </properties>
-
-    <build>
-
-        <plugins>
-            <!--
-                We have a dependency on @LocalBean which comes from
-                ejb3-api (=JDK6)
-            -->
-            <plugin>
-                <artifactId>maven-enforcer-plugin</artifactId>
-                <executions>
-                    <!--  Enforce JDK6 -->
-                    <execution>
-                        <id>enforce-jdk6</id>
-                        <goals>
-                            <goal>enforce</goal>
-                        </goals>
-                        <configuration>
-                            <rules>
-                                <requireJavaVersion>
-                                    <version>1.6</version>
-                                </requireJavaVersion>
-                            </rules>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <!-- Use Java6 -->
-                    <forkMode>once</forkMode>
-                    <jvm>${JAVA_HOME}/bin/java</jvm>
-                    <argLine>-Dxb.builder.useUnorderedSequence=true</argLine>
-                </configuration>
-            </plugin>
-
-
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                    <executable>${JAVA_HOME}/bin/javac</executable>
-                </configuration>
-            </plugin>
-
-        </plugins>
-
-    </build>
-
-
-    <!-- Dependencies -->
-    <dependencies>
-
-
-        <!--  JBoss Metadata -->
-        <dependency>
-            <groupId>org.jboss.metadata</groupId>
-            <artifactId>jboss-metadata-ejb</artifactId>
-            <version>${version.metadata_ejb}</version>
-        </dependency>
-
-    </dependencies>
-</project>
\ No newline at end of file

Copied: projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2/pom.xml (from rev 99738, projects/ejb3/components/nointerface/trunk/spi/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2/pom.xml	2010-01-21 12:53:51 UTC (rev 99739)
@@ -0,0 +1,99 @@
+<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 -->
+    <parent>
+        <groupId>org.jboss.ejb3.nointerface</groupId>
+        <artifactId>jboss-ejb3-nointerface-build</artifactId>
+        <version>1.0.0-alpha-2</version>
+    </parent>
+
+    <!-- POM Model Version -->
+    <modelVersion>4.0.0</modelVersion>
+
+    <!-- Artifact Information -->
+    <groupId>org.jboss.ejb3.nointerface</groupId>
+    <artifactId>jboss-ejb3-nointerface-spi</artifactId>
+    <packaging>jar</packaging>
+    <version>1.0.0-alpha-2</version>
+    <name>JBoss EJB3 No-Interface view SPI</name>
+    <url>http://labs.jboss.com/jbossejb3</url>
+    <description>SPI for JBoss EJB3 No-Interface view</description>
+
+
+    <properties>
+        <version.metadata_ejb>2.0.0-alpha-5</version.metadata_ejb>
+    </properties>
+
+    <build>
+
+        <plugins>
+            <!--
+                We have a dependency on @LocalBean which comes from
+                ejb3-api (=JDK6)
+            -->
+            <plugin>
+                <artifactId>maven-enforcer-plugin</artifactId>
+                <executions>
+                    <!--  Enforce JDK6 -->
+                    <execution>
+                        <id>enforce-jdk6</id>
+                        <goals>
+                            <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                            <rules>
+                                <requireJavaVersion>
+                                    <version>1.6</version>
+                                </requireJavaVersion>
+                            </rules>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <!-- Use Java6 -->
+                    <forkMode>once</forkMode>
+                    <jvm>${JAVA_HOME}/bin/java</jvm>
+                    <argLine>-Dxb.builder.useUnorderedSequence=true</argLine>
+                </configuration>
+            </plugin>
+
+
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.6</source>
+                    <target>1.6</target>
+                    <executable>${JAVA_HOME}/bin/javac</executable>
+                </configuration>
+            </plugin>
+
+        </plugins>
+
+    </build>
+
+
+    <!-- Dependencies -->
+    <dependencies>
+
+
+        <!--  JBoss Metadata -->
+        <dependency>
+            <groupId>org.jboss.metadata</groupId>
+            <artifactId>jboss-metadata-ejb</artifactId>
+            <version>${version.metadata_ejb}</version>
+        </dependency>
+
+    </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-nointerface-spi-1.0.0-alpha-2</url>
+  </scm>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list