Author: tchemit Date: 2009-12-02 12:18:58 +0100 (Wed, 02 Dec 2009) New Revision: 1665 Modified: branches/jaxx-2.X/jaxx-compiler/pom.xml branches/jaxx-2.X/jaxx-demo/pom.xml branches/jaxx-2.X/jaxx-runtime/pom.xml branches/jaxx-2.X/jaxx-swing-action/pom.xml branches/jaxx-2.X/jaxx-widgets/pom.xml branches/jaxx-2.X/maven-jaxx-plugin/pom.xml branches/jaxx-2.X/pom.xml Log: next snapshot Modified: branches/jaxx-2.X/jaxx-compiler/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-compiler/pom.xml 2009-12-02 11:04:43 UTC (rev 1664) +++ branches/jaxx-2.X/jaxx-compiler/pom.xml 2009-12-02 11:18:58 UTC (rev 1665) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2</version> + <version>2.0.0-beta-3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/jaxx-demo/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-demo/pom.xml 2009-12-02 11:04:43 UTC (rev 1664) +++ branches/jaxx-2.X/jaxx-demo/pom.xml 2009-12-02 11:18:58 UTC (rev 1665) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2</version> + <version>2.0.0-beta-3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> @@ -287,6 +287,19 @@ </build> </profile> + <profile> + <id>staging-site-profile</id> + <activation> + <property> + <name>stagingSite</name> + <value>true</value> + </property> + </activation> + <properties> + <jnlp.codebase>http://maven-site.liosalfar/jaxx/jaxx-demo/jnlp</jnlp.codebase> + </properties> + </profile> + </profiles> </project> Modified: branches/jaxx-2.X/jaxx-runtime/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-runtime/pom.xml 2009-12-02 11:04:43 UTC (rev 1664) +++ branches/jaxx-2.X/jaxx-runtime/pom.xml 2009-12-02 11:18:58 UTC (rev 1665) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2</version> + <version>2.0.0-beta-3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/jaxx-swing-action/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-swing-action/pom.xml 2009-12-02 11:04:43 UTC (rev 1664) +++ branches/jaxx-2.X/jaxx-swing-action/pom.xml 2009-12-02 11:18:58 UTC (rev 1665) @@ -11,7 +11,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2</version> + <version>2.0.0-beta-3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/jaxx-widgets/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-widgets/pom.xml 2009-12-02 11:04:43 UTC (rev 1664) +++ branches/jaxx-2.X/jaxx-widgets/pom.xml 2009-12-02 11:18:58 UTC (rev 1665) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2</version> + <version>2.0.0-beta-3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/maven-jaxx-plugin/pom.xml =================================================================== --- branches/jaxx-2.X/maven-jaxx-plugin/pom.xml 2009-12-02 11:04:43 UTC (rev 1664) +++ branches/jaxx-2.X/maven-jaxx-plugin/pom.xml 2009-12-02 11:18:58 UTC (rev 1665) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2</version> + <version>2.0.0-beta-3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/pom.xml =================================================================== --- branches/jaxx-2.X/pom.xml 2009-12-02 11:04:43 UTC (rev 1664) +++ branches/jaxx-2.X/pom.xml 2009-12-02 11:18:58 UTC (rev 1665) @@ -14,7 +14,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2</version> + <version>2.0.0-beta-3-SNAPSHOT</version> <modules> <module>jaxx-runtime</module>