[jboss-cvs] JBossAS SVN: r104334 - in projects/snowdrop/branches/1_1/documentation/samples: horoscope/horoscope-ear and 4 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Apr 29 16:45:39 EDT 2010
Author: marius.bogoevici
Date: 2010-04-29 16:45:38 -0400 (Thu, 29 Apr 2010)
New Revision: 104334
Modified:
projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-ear/pom.xml
projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-ejb/pom.xml
projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-war/pom.xml
projects/snowdrop/branches/1_1/documentation/samples/horoscope/pom.xml
projects/snowdrop/branches/1_1/documentation/samples/web-scanning/pom.xml
projects/snowdrop/branches/1_1/documentation/samples/web-weaving/pom.xml
Log:
adjust versions
Modified: projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-ear/pom.xml
===================================================================
--- projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-ear/pom.xml 2010-04-29 20:24:30 UTC (rev 104333)
+++ projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-ear/pom.xml 2010-04-29 20:45:38 UTC (rev 104334)
@@ -3,26 +3,26 @@
<parent>
<artifactId>horoscope</artifactId>
<groupId>org.jboss.snowdrop.samples</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.snowdrop.samples</groupId>
<artifactId>horoscope-ear</artifactId>
<packaging>ear</packaging>
- <name>horoscope-ear Maven Webapp</name>
+ <name>Horoscope EAR Module</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.jboss.snowdrop.samples</groupId>
<artifactId>horoscope-war</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.jboss.snowdrop.samples</groupId>
<artifactId>horoscope-ejb</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>ejb</type>
</dependency>
<!--
@@ -55,13 +55,6 @@
<artifactId>horoscope-war</artifactId>
<contextRoot>/horoscope</contextRoot>
</webModule>
-<!--
- <jarModule>
- <groupId>org.jboss.snowdrop.samples</groupId>
- <artifactId>horoscope-spring</artifactId>
- <bundleDir>/</bundleDir>
- </jarModule>
--->
</modules>
</configuration>
</plugin>
Modified: projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-ejb/pom.xml
===================================================================
--- projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-ejb/pom.xml 2010-04-29 20:24:30 UTC (rev 104333)
+++ projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-ejb/pom.xml 2010-04-29 20:45:38 UTC (rev 104334)
@@ -4,12 +4,12 @@
<parent>
<artifactId>horoscope</artifactId>
<groupId>org.jboss.snowdrop.samples</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.snowdrop.samples</groupId>
<artifactId>horoscope-ejb</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <name>Horoscope EJB Module</name>
<packaging>ejb</packaging>
<dependencies>
<dependency>
@@ -19,14 +19,24 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ <version>3.0.2.RELEASE</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <version>3.0.2.RELEASE</version>
+ </dependency>
+ <dependency>
<groupId>org.jboss.snowdrop</groupId>
<artifactId>snowdrop-deployers</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0.GA</version>
</dependency>
<dependency>
- <groupId>org.jboss.client</groupId>
- <artifactId>jbossall-client</artifactId>
- <version>5.0.0.Beta4</version>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-ext-api</artifactId>
+ <version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-war/pom.xml
===================================================================
--- projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-war/pom.xml 2010-04-29 20:24:30 UTC (rev 104333)
+++ projects/snowdrop/branches/1_1/documentation/samples/horoscope/horoscope-war/pom.xml 2010-04-29 20:45:38 UTC (rev 104334)
@@ -3,7 +3,7 @@
<parent>
<artifactId>horoscope</artifactId>
<groupId>org.jboss.snowdrop.samples</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.snowdrop.samples</groupId>
@@ -21,19 +21,19 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>2.5.6.SEC01</version>
+ <version>3.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.jboss.snowdrop.samples</groupId>
<artifactId>horoscope-ejb</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>provided</scope>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
- <version>2.5.6.SEC01</version>
+ <version>3.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Modified: projects/snowdrop/branches/1_1/documentation/samples/horoscope/pom.xml
===================================================================
--- projects/snowdrop/branches/1_1/documentation/samples/horoscope/pom.xml 2010-04-29 20:24:30 UTC (rev 104333)
+++ projects/snowdrop/branches/1_1/documentation/samples/horoscope/pom.xml 2010-04-29 20:45:38 UTC (rev 104334)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.snowdrop.samples</groupId>
<artifactId>horoscope</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<modules>
<module>horoscope-ejb</module>
<module>horoscope-war</module>
Modified: projects/snowdrop/branches/1_1/documentation/samples/web-scanning/pom.xml
===================================================================
--- projects/snowdrop/branches/1_1/documentation/samples/web-scanning/pom.xml 2010-04-29 20:24:30 UTC (rev 104333)
+++ projects/snowdrop/branches/1_1/documentation/samples/web-scanning/pom.xml 2010-04-29 20:45:38 UTC (rev 104334)
@@ -16,32 +16,32 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>2.5.6.SEC01</version>
+ <version>3.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>2.5.6.SEC01</version>
+ <version>3.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>2.5.6.SEC01</version>
+ <version>3.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>2.5.6.SEC01</version>
+ <version>3.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
- <version>2.5.6.SEC01</version>
+ <version>3.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.jboss.snowdrop</groupId>
<artifactId>snowdrop-vfs</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0.GA</version>
</dependency>
<dependency>
<groupId>jstl</groupId>
Modified: projects/snowdrop/branches/1_1/documentation/samples/web-weaving/pom.xml
===================================================================
--- projects/snowdrop/branches/1_1/documentation/samples/web-weaving/pom.xml 2010-04-29 20:24:30 UTC (rev 104333)
+++ projects/snowdrop/branches/1_1/documentation/samples/web-weaving/pom.xml 2010-04-29 20:45:38 UTC (rev 104334)
@@ -26,23 +26,28 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
- <artifactId>spring</artifactId>
- <version>2.5.6.SEC01</version>
+ <artifactId>spring-core</artifactId>
+ <version>3.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
+ <artifactId>spring-context-support</artifactId>
+ <version>3.0.2.RELEASE</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>2.5.6.SEC01</version>
+ <version>3.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
- <version>2.5.6.SEC01</version>
+ <version>3.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.jboss.snowdrop</groupId>
<artifactId>snowdrop-weaving</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0.GA</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
More information about the jboss-cvs-commits
mailing list