Skip to content

Commit 03fdc5c

Browse files
committed
Set version to 5.0.0-SNAPSHOT
1 parent 523ec61 commit 03fdc5c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>vertx-stack</artifactId>
14-
<version>5.0.0.CR3</version>
14+
<version>5.0.0-SNAPSHOT</version>
1515

1616
<name>Vert.x Stack - Project</name>
1717
<packaging>pom</packaging>
@@ -30,7 +30,7 @@
3030
</licenses>
3131

3232
<properties>
33-
<stack.version>5.0.0.CR3</stack.version>
33+
<stack.version>5.0.0-SNAPSHOT</stack.version>
3434
</properties>
3535

3636
<dependencyManagement>

stack-depchain/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>io.vertx</groupId>
99
<artifactId>vertx-stack</artifactId>
10-
<version>5.0.0.CR3</version>
10+
<version>5.0.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>vertx-stack-depchain</artifactId>
15-
<version>5.0.0.CR3</version>
15+
<version>5.0.0-SNAPSHOT</version>
1616

1717
<name>Vert.x Stack - Dependency Chain</name>
1818
<packaging>pom</packaging>

stack-docs/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
<parent>
2525
<groupId>io.vertx</groupId>
2626
<artifactId>vertx-stack</artifactId>
27-
<version>5.0.0.CR3</version>
27+
<version>5.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>vertx-stack-docs</artifactId>
32-
<version>5.0.0.CR3</version>
32+
<version>5.0.0-SNAPSHOT</version>
3333

3434
<name>Vert.x Stack - Docs</name>
3535
<packaging>pom</packaging>
3636

3737
<properties>
3838

39-
<vertx.version>5.0.0.CR3</vertx.version>
40-
<vertx.docs.version>5.0.0.CR3</vertx.docs.version>
39+
<vertx.version>5.0.0-SNAPSHOT</vertx.version>
40+
<vertx.docs.version>5.0.0-SNAPSHOT</vertx.docs.version>
4141

4242
<asciidoclet.version>1.5.1</asciidoclet.version>
4343
<apacheds-protocol-dns.version>1.5.7</apacheds-protocol-dns.version>

stack-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.vertx</groupId>
2525
<artifactId>vertx-stack</artifactId>
26-
<version>5.0.0.CR3</version>
26+
<version>5.0.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>vertx-stack-manager</artifactId>

stack-manager/src/test/java/io/vertx/stack/VertxStacksTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void tearDown() {
7272
public void testConvergence() {
7373
// Prepare the stack - use full stack, include everything
7474
Stack stack = Stack.fromDescriptor(new File("target/vertx-stack/vertx-stack-full.json"));
75-
// Stack stack = new Stack().addDependency(new Dependency("io.vertx", "vertx-core", "5.0.0.CR3"));
75+
// Stack stack = new Stack().addDependency(new Dependency("io.vertx", "vertx-core", "5.0.0-SNAPSHOT"));
7676
stack.getDependencies()
7777
.forEach(d -> d.setIncluded(true));
7878

0 commit comments

Comments
 (0)