Skip to content

Commit e634658

Browse files
committed
Updated pom.xml files correctly.
1 parent 79759a6 commit e634658

File tree

40 files changed

+138
-284
lines changed

40 files changed

+138
-284
lines changed

cometd-archetypes/dojo-jetty7/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.cometd.archetypes</groupId>
66
<artifactId>cometd-archetypes-project</artifactId>
7-
<version>2.5.1-SNAPSHOT</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

cometd-archetypes/dojo-jetty8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.cometd.archetypes</groupId>
66
<artifactId>cometd-archetypes-project</artifactId>
7-
<version>2.5.1-SNAPSHOT</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

cometd-archetypes/jquery-jetty7/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.cometd.archetypes</groupId>
66
<artifactId>cometd-archetypes-project</artifactId>
7-
<version>2.5.1-SNAPSHOT</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

cometd-archetypes/jquery-jetty8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.cometd.archetypes</groupId>
66
<artifactId>cometd-archetypes-project</artifactId>
7-
<version>2.5.1-SNAPSHOT</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

cometd-archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.cometd</groupId>
66
<artifactId>cometd-project</artifactId>
7-
<version>2.5.1-SNAPSHOT</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

cometd-archetypes/spring-dojo-jetty7/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.cometd.archetypes</groupId>
66
<artifactId>cometd-archetypes-project</artifactId>
7-
<version>2.5.1-SNAPSHOT</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

cometd-archetypes/spring-jquery-jetty7/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.cometd.archetypes</groupId>
66
<artifactId>cometd-archetypes-project</artifactId>
7-
<version>2.5.1-SNAPSHOT</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

cometd-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.cometd</groupId>
55
<artifactId>cometd-project</artifactId>
6-
<version>2.5.1-SNAPSHOT</version>
6+
<version>3.0.0-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

cometd-demo/src/test/java/com/webtide/demo/auction/AuctionDemo.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import org.eclipse.jetty.util.thread.QueuedThreadPool;
3131
import org.webtide.demo.auction.AuctionServlet;
3232

33-
/* ------------------------------------------------------------ */
3433
/**
3534
* Main class for cometd demo.
3635
* This is of use when running demo in a terracotta cluster
@@ -40,7 +39,6 @@ public class AuctionDemo
4039
private static int _testHandshakeFailure;
4140
private Oort _oort;
4241

43-
/* ------------------------------------------------------------ */
4442
/**
4543
* @param args
4644
*/
@@ -50,7 +48,6 @@ public static void main(String[] args) throws Exception
5048
// AuctionDemo d8081=new AuctionDemo(8081);
5149
}
5250

53-
/* ------------------------------------------------------------ */
5451
public AuctionDemo(int port) throws Exception
5552
{
5653
String base=".";

cometd-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.cometd</groupId>
55
<artifactId>cometd-project</artifactId>
6-
<version>2.5.1-SNAPSHOT</version>
6+
<version>3.0.0-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)