| CODENOTIFIER | HelpYou are not signed inSign in |
Project: AppFuse
Revision: 3156
Author: mraible
Date: 10 May 2008 23:02:53
Changes:Preparing for next development iteration
Files:| ... | ...@@ -693,7 +693,7 @@ | |
| 693 | 693 | <amp.fullSource>false</amp.fullSource> |
| 694 | 694 | |
| 695 | 695 | <!-- Framework dependency versions --> |
| 696 | <appfuse.version>2.0.2</appfuse.version> | |
| 696 | <appfuse.version>2.1-SNAPSHOT</appfuse.version> | |
| 697 | 697 | <spring.version>2.5.4</spring.version> |
| 698 | 698 | |
| 699 | 699 | <!-- Testing dependency versions --> |
| ... | ...@@ -319,7 +319,7 @@ | |
| 319 | 319 | <amp.fullSource>false</amp.fullSource> |
| 320 | 320 | |
| 321 | 321 | <!-- Framework dependency versions --> |
| 322 | <appfuse.version>2.0.2</appfuse.version> | |
| 322 | <appfuse.version>2.1-SNAPSHOT</appfuse.version> | |
| 323 | 323 | <spring.version>2.5.4</spring.version> |
| 324 | 324 | |
| 325 | 325 | <!-- Testing dependency versions --> |
| ... | ...@@ -13,7 +13,7 @@ | |
| 13 | 13 | |
| 14 | 14 | <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="classpath"/> |
| 15 | 15 | |
| 16 | <property name="version" value="2.0.2"/> | |
| 16 | <property name="version" value="2.1-SNAPSHOT"/> | |
| 17 | 17 | <property name="archetype" value="${archetype}"/> |
| 18 | 18 | <property name="test.dir" value="${basedir}/target"/> |
| 19 | 19 |
| ... | ...@@ -5,12 +5,12 @@ | |
| 5 | 5 | public class InstallArtifactsMojoTest extends AbstractAppFuseMojoTestCase { |
| 6 | 6 | |
| 7 | 7 | public void testCreateTestProject() throws Exception { |
| 8 | createTestProject("appfuse-basic-struts", "2.0.2"); | |
| 8 | createTestProject("appfuse-basic-struts", "2.1-SNAPSHOT"); | |
| 9 | 9 | assertTrue("can't find test-project's pom.xml", checkExists("target/test-project/pom.xml")); |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | 12 | /*public void testGenerateCore() throws Exception { |
| 13 | createTestProject("appfuse-basic-struts", "2.0.2"); | |
| 13 | createTestProject("appfuse-basic-struts", "2.1-SNAPSHOT"); | |
| 14 | 14 | File testPom = new File(getBasedir(), "target/test-project/pom.xml"); |
| 15 | 15 | |
| 16 | 16 | MavenEmbedder maven = new MavenEmbedder(); |
| ... | ...@@ -719,7 +719,7 @@ | |
| 719 | 719 | <amp.fullSource>false</amp.fullSource> |
| 720 | 720 | |
| 721 | 721 | <!-- Framework dependency versions --> |
| 722 | <appfuse.version>2.0.2</appfuse.version> | |
| 722 | <appfuse.version>2.1-SNAPSHOT</appfuse.version> | |
| 723 | 723 | <spring.version>2.5.4</spring.version> |
| 724 | 724 | |
| 725 | 725 | <!-- Testing dependency versions --> |
| ... | ...@@ -691,7 +691,7 @@ | |
| 691 | 691 | <amp.fullSource>false</amp.fullSource> |
| 692 | 692 | |
| 693 | 693 | <!-- Framework dependency versions --> |
| 694 | <appfuse.version>2.0.2</appfuse.version> | |
| 694 | <appfuse.version>2.1-SNAPSHOT</appfuse.version> | |
| 695 | 695 | <spring.version>2.5.4</spring.version> |
| 696 | 696 | |
| 697 | 697 | <!-- Testing dependency versions --> |
| ... | ...@@ -2,7 +2,7 @@ | |
| 2 | 2 | <!-- This file is imported in the archetype pom.xml files for integration tests --> |
| 3 | 3 | <project name="common-test" default="test-all"> |
| 4 | 4 | |
| 5 | <property name="version" value="2.0.2"/> | |
| 5 | <property name="version" value="2.1-SNAPSHOT"/> | |
| 6 | 6 | <property name="archetype" value="${archetype}"/> |
| 7 | 7 | <property name="test.dir" value="${basedir}/target"/> |
| 8 | 8 |
| ... | ...@@ -693,7 +693,7 @@ | |
| 693 | 693 | <amp.fullSource>false</amp.fullSource> |
| 694 | 694 | |
| 695 | 695 | <!-- Framework dependency versions --> |
| 696 | <appfuse.version>2.0.2</appfuse.version> | |
| 696 | <appfuse.version>2.1-SNAPSHOT</appfuse.version> | |
| 697 | 697 | <spring.version>2.5.4</spring.version> |
| 698 | 698 | |
| 699 | 699 | <!-- Testing dependency versions --> |
| ... | ...@@ -333,7 +333,7 @@ | |
| 333 | 333 | <amp.fullSource>false</amp.fullSource> |
| 334 | 334 | |
| 335 | 335 | <!-- Framework dependency versions --> |
| 336 | <appfuse.version>2.0.2</appfuse.version> | |
| 336 | <appfuse.version>2.1-SNAPSHOT</appfuse.version> | |
| 337 | 337 | <spring.version>2.5.4</spring.version> |
| 338 | 338 | |
| 339 | 339 | <!-- Testing dependency versions --> |
| ... | ...@@ -319,7 +319,7 @@ | |
| 319 | 319 | <amp.fullSource>false</amp.fullSource> |
| 320 | 320 | |
| 321 | 321 | <!-- Framework dependency versions --> |
| 322 | <appfuse.version>2.0.2</appfuse.version> | |
| 322 | <appfuse.version>2.1-SNAPSHOT</appfuse.version> | |
| 323 | 323 | <spring.version>2.5.4</spring.version> |
| 324 | 324 | |
| 325 | 325 | <!-- Testing dependency versions --> |
| ... | ...@@ -319,7 +319,7 @@ | |
| 319 | 319 | <amp.fullSource>false</amp.fullSource> |
| 320 | 320 | |
| 321 | 321 | <!-- Framework dependency versions --> |
| 322 | <appfuse.version>2.0.2</appfuse.version> | |
| 322 | <appfuse.version>2.1-SNAPSHOT</appfuse.version> | |
| 323 | 323 | <spring.version>2.5.4</spring.version> |
| 324 | 324 | |
| 325 | 325 | <!-- Testing dependency versions --> |
| ... | ...@@ -249,6 +249,9 @@ | |
| 249 | 249 | <repository> |
| 250 | 250 | <id>appfuse</id> |
| 251 | 251 | <url>http://static.appfuse.org/repository</url> |
| 252 | <snapshots> | |
| 253 | <enabled>true</enabled> | |
| 254 | </snapshots> | |
| 252 | 255 | </repository> |
| 253 | 256 | </repositories> |
| 254 | 257 | |
| ... | ...@@ -256,6 +259,9 @@ | |
| 256 | 259 | <pluginRepository> |
| 257 | 260 | <id>appfuse</id> |
| 258 | 261 | <url>http://static.appfuse.org/repository</url> |
| 262 | <snapshots> | |
| 263 | <enabled>true</enabled> | |
| 264 | </snapshots> | |
| 259 | 265 | </pluginRepository> |
| 260 | 266 | </pluginRepositories> |
| 261 | 267 |
| ... | ...@@ -431,7 +431,7 @@ | |
| 431 | 431 | <amp.fullSource>false</amp.fullSource> |
| 432 | 432 | |
| 433 | 433 | <!-- Framework dependency versions --> |
| 434 | <appfuse.version>2.0.2</appfuse.version> | |
| 434 | <appfuse.version>2.1-SNAPSHOT</appfuse.version> | |
| 435 | 435 | <spring.version>2.5.4</spring.version> |
| 436 | 436 | |
| 437 | 437 | <!-- Testing dependency versions --> |