Project: cometd
Revision: 511
Author: gregw
Date: 30 Jul 2008 22:33:28
Changes:version
Files:modified: /tags/1.0.beta1/pom.xml (
try)
modified: /tags/1.0.beta1/cometd-java/api/pom.xml (
try)
modified: /tags/1.0.beta1/cometd-dojox-examples/pom.xml (
try)
modified: /tags/1.0.beta1/cometd-jetty/pom.xml (
try)
modified: /tags/1.0.beta1/cometd-java/pom.xml (
try)
Diff:
| ... | ...@@ -4,7 +4,7 @@ |
| 4 | 4 | <artifactId>cometd-project</artifactId> |
| 5 | 5 | <packaging>pom</packaging> |
| 6 | 6 | <name>Cometd</name> |
| 7 | | <version>1.0-SNAPSHOT</version> |
| 7 | <version>1.0.beta1</version> |
| 8 | 8 | <url>http://www.cometd.org</url> |
| 9 | 9 | <issueManagement> |
| 10 | 10 | <system>jira</system> |
| ... | ...@@ -2,7 +2,7 @@ |
| 2 | 2 | <parent> |
| 3 | 3 | <groupId>org.cometd.java</groupId> |
| 4 | 4 | <artifactId>cometd-java-project</artifactId> |
| 5 | | <version>1.0-SNAPSHOT</version> |
| 5 | <version>1.0.beta1</version> |
| 6 | 6 | <relativePath>../pom.xml</relativePath> |
| 7 | 7 | </parent> |
| 8 | 8 | <modelVersion>4.0.0</modelVersion> |
| ... | ...@@ -2,7 +2,7 @@ |
| 2 | 2 | <parent> |
| 3 | 3 | <groupId>org.cometd</groupId> |
| 4 | 4 | <artifactId>cometd-project</artifactId> |
| 5 | | <version>1.0-SNAPSHOT</version> |
| 5 | <version>1.0.beta1</version> |
| 6 | 6 | <relativePath>../pom.xml</relativePath> |
| 7 | 7 | </parent> |
| 8 | 8 | <modelVersion>4.0.0</modelVersion> |
| ... | ...@@ -3,7 +3,7 @@ |
| 3 | 3 | <parent> |
| 4 | 4 | <groupId>org.cometd</groupId> |
| 5 | 5 | <artifactId>cometd-project</artifactId> |
| 6 | | <version>1.0-SNAPSHOT</version> |
| 6 | <version>1.0.beta1</version> |
| 7 | 7 | <relativePath>../pom.xml</relativePath> |
| 8 | 8 | </parent> |
| 9 | 9 | <groupId>org.mortbay.jetty</groupId> |
| ... | ...@@ -15,7 +15,7 @@ |
| 15 | 15 | |
| 16 | 16 | <properties> |
| 17 | 17 | <junit-version>3.8.2</junit-version> |
| 18 | | <cometd-version>1.0-SNAPSHOT</cometd-version> |
| 18 | <cometd-version>1.0.beta1</cometd-version> |
| 19 | 19 | </properties> |
| 20 | 20 | |
| 21 | 21 | <modules> |
| ... | ...@@ -2,7 +2,7 @@ |
| 2 | 2 | <parent> |
| 3 | 3 | <groupId>org.cometd</groupId> |
| 4 | 4 | <artifactId>cometd-project</artifactId> |
| 5 | | <version>1.0-SNAPSHOT</version> |
| 5 | <version>1.0.beta1</version> |
| 6 | 6 | <relativePath>../pom.xml</relativePath> |
| 7 | 7 | </parent> |
| 8 | 8 | <modelVersion>4.0.0</modelVersion> |
To list