Author: david.lloyd(a)jboss.com
Date: 2010-03-01 15:01:17 -0500 (Mon, 01 Mar 2010)
New Revision: 5779
Modified:
remoting3/trunk/jboss-remoting/pom.xml
remoting3/trunk/pom.xml
remoting3/trunk/samples/pom.xml
remoting3/trunk/taglet/pom.xml
Log:
Prep 3.1.0.Beta1
Modified: remoting3/trunk/jboss-remoting/pom.xml
===================================================================
--- remoting3/trunk/jboss-remoting/pom.xml 2010-03-01 19:54:52 UTC (rev 5778)
+++ remoting3/trunk/jboss-remoting/pom.xml 2010-03-01 20:01:17 UTC (rev 5779)
@@ -38,7 +38,7 @@
<groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
<packaging>jar</packaging>
- <version>3.1.0.CR1</version>
+ <version>3.1.0.Beta1</version>
<dependencies>
<dependency>
<groupId>org.jboss.xnio</groupId>
Modified: remoting3/trunk/pom.xml
===================================================================
--- remoting3/trunk/pom.xml 2010-03-01 19:54:52 UTC (rev 5778)
+++ remoting3/trunk/pom.xml 2010-03-01 20:01:17 UTC (rev 5779)
@@ -36,10 +36,10 @@
<groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting-all</artifactId>
<packaging>pom</packaging>
- <version>3.1.0.CR1</version>
+ <version>3.1.0.Beta1</version>
<modules>
+ <module>taglet</module>
<module>jboss-remoting</module>
- <module>taglet</module>
<module>samples</module>
</modules>
Modified: remoting3/trunk/samples/pom.xml
===================================================================
--- remoting3/trunk/samples/pom.xml 2010-03-01 19:54:52 UTC (rev 5778)
+++ remoting3/trunk/samples/pom.xml 2010-03-01 20:01:17 UTC (rev 5779)
@@ -36,12 +36,12 @@
<groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting-samples</artifactId>
<packaging>jar</packaging>
- <version>3.1.0.CR1</version>
+ <version>3.1.0.Beta1</version>
<dependencies>
<dependency>
<groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
- <version>3.1.0.CR1</version>
+ <version>3.1.0.Beta1</version>
<scope>compile</scope>
</dependency>
<dependency>
Modified: remoting3/trunk/taglet/pom.xml
===================================================================
--- remoting3/trunk/taglet/pom.xml 2010-03-01 19:54:52 UTC (rev 5778)
+++ remoting3/trunk/taglet/pom.xml 2010-03-01 20:01:17 UTC (rev 5779)
@@ -35,7 +35,7 @@
<name>JBoss Remoting Taglet</name>
<description>JBoss Remoting Documentation Taglet</description>
<packaging>jar</packaging>
- <version>3.1.0.CR1</version>
+ <version>3.1.0.Beta1</version>
<dependencies>
<dependency>
@@ -50,6 +50,13 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
Show replies by date