File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
src/test/java/io/vertx/stack Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments