[webbeans-commits] Webbeans SVN: r2581 - in extensions/tags: webbeans-wicket-1.0.0.BETA1 and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Apr 20 08:07:12 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-20 08:07:12 -0400 (Mon, 20 Apr 2009)
New Revision: 2581

Added:
   extensions/tags/webbeans-wicket-1.0.0.BETA1/
   extensions/tags/webbeans-wicket-1.0.0.BETA1/pom.xml
Removed:
   extensions/tags/webbeans-wicket-1.0.0.BETA1/pom.xml
Log:
[maven-release-plugin]  copy for tag webbeans-wicket-1.0.0.BETA1

Copied: extensions/tags/webbeans-wicket-1.0.0.BETA1 (from rev 2513, extensions/trunk/wicket)

Deleted: extensions/tags/webbeans-wicket-1.0.0.BETA1/pom.xml
===================================================================
--- extensions/trunk/wicket/pom.xml	2009-04-19 09:55:50 UTC (rev 2513)
+++ extensions/tags/webbeans-wicket-1.0.0.BETA1/pom.xml	2009-04-20 12:07:12 UTC (rev 2581)
@@ -1,56 +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>
-      <artifactId>webbeans-parent</artifactId>
-      <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0-SNAPSHOT</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-wicket</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
-   <name>Web Beans Wicket Integration</name>
-   <dependencies>
-
-      <dependency>
-         <groupId>org.testng</groupId>
-         <artifactId>testng</artifactId>
-         <scope>test</scope>
-         <classifier>jdk15</classifier>
-         <exclusions>
-         	<exclusion>
-         		<artifactId>junit</artifactId>
-         		<groupId>junit</groupId>
-         	</exclusion>
-         </exclusions>
-      </dependency>
-      <dependency>
-      	<groupId>org.jboss.webbeans</groupId>
-      	<artifactId>jsr299-api</artifactId>
-      </dependency>
-      <dependency>
-      	<groupId>org.jboss.webbeans</groupId>
-      	<artifactId>webbeans-core</artifactId>
-      	<scope>provided</scope>
-      </dependency>
-	<dependency>
-		<groupId>org.apache.wicket</groupId>
-		<artifactId>wicket</artifactId>
-		<version>${wicket.version}</version>
-	</dependency>
-   <dependency>
-		<groupId>javax.servlet</groupId>
-		<artifactId>servlet-api</artifactId>
-		<scope>provided</scope>
-   </dependency>
-      
-   </dependencies>
-
-   <build>
-      <defaultGoal>install</defaultGoal>
-   </build>
-
-	<properties>
-		<wicket.version>1.3.5.jboss1</wicket.version>
-	</properties>
-
-</project>

Copied: extensions/tags/webbeans-wicket-1.0.0.BETA1/pom.xml (from rev 2580, extensions/trunk/wicket/pom.xml)
===================================================================
--- extensions/tags/webbeans-wicket-1.0.0.BETA1/pom.xml	                        (rev 0)
+++ extensions/tags/webbeans-wicket-1.0.0.BETA1/pom.xml	2009-04-20 12:07:12 UTC (rev 2581)
@@ -0,0 +1,72 @@
+<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>
+      <artifactId>webbeans-parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0.PREVIEW1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-wicket</artifactId>
+   <version>1.0.0.BETA1</version>
+   <name>Web Beans Wicket Integration</name>
+   <dependencies>
+
+      <dependency>
+         <groupId>org.testng</groupId>
+         <artifactId>testng</artifactId>
+         <scope>test</scope>
+         <classifier>jdk15</classifier>
+         <exclusions>
+         	<exclusion>
+         		<artifactId>junit</artifactId>
+         		<groupId>junit</groupId>
+         	</exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+      	<groupId>org.jboss.webbeans</groupId>
+      	<artifactId>jsr299-api</artifactId>
+      </dependency>
+      <dependency>
+      	<groupId>org.jboss.webbeans</groupId>
+      	<artifactId>webbeans-core</artifactId>
+      	<scope>provided</scope>
+      </dependency>
+	<dependency>
+		<groupId>org.apache.wicket</groupId>
+		<artifactId>wicket</artifactId>
+		<version>${wicket.version}</version>
+	</dependency>
+   <dependency>
+		<groupId>javax.servlet</groupId>
+		<artifactId>servlet-api</artifactId>
+		<scope>provided</scope>
+   </dependency>
+      
+   </dependencies>
+
+   <build>
+      <defaultGoal>install</defaultGoal>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <configuration>
+               <tagBase>https://svn.jboss.org/repos/webbeans/extensions/tags</tagBase>
+               <autoVersionSubmodules>true</autoVersionSubmodules>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+
+	<properties>
+		<wicket.version>1.3.5.jboss1</wicket.version>
+	</properties>
+
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/extensions/webbeans-wicket-1.0.0.BETA1</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/extensions/tags/webbeans-wicket-1.0.0.BETA1</developerConnection>
+      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/webbeans/extensions/webbeans-wicket-1.0.0.BETA1</url>
+   </scm>
+
+</project>




More information about the weld-commits mailing list