Skip to content

Commit

Permalink
Set version to 4.5.12-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 16, 2024
1 parent b22fd4c commit a1b6748
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>vertx-stack</artifactId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>

<name>Vert.x Stack - Project</name>
<packaging>pom</packaging>
Expand All @@ -38,7 +38,7 @@
-->

<properties>
<stack.version>4.5.11</stack.version>
<stack.version>4.5.12-SNAPSHOT</stack.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions stack-depchain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack</artifactId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>vertx-stack-depchain</artifactId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>

<name>Vert.x Stack - Dependency Chain</name>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions stack-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack</artifactId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>
</parent>

<artifactId>vertx-stack-docker</artifactId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>

<name>Vert.x Stack - Docker images</name>
<packaging>pom</packaging>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack-manager</artifactId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>
<classifier>full</classifier>
<type>zip</type>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions stack-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack</artifactId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>vertx-stack-docs</artifactId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>

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

<properties>

<vertx.version>4.5.11</vertx.version>
<vertx.docs.version>4.5.11</vertx.docs.version>
<vertx.version>4.5.12-SNAPSHOT</vertx.version>
<vertx.docs.version>4.5.12-SNAPSHOT</vertx.docs.version>

<asciidoclet.version>1.5.1</asciidoclet.version>
<apacheds-protocol-dns.version>1.5.7</apacheds-protocol-dns.version>
Expand Down
2 changes: 1 addition & 1 deletion stack-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack</artifactId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>
</parent>

<artifactId>vertx-stack-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stack-manager/src/main/asciidoc/stack-manager/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The stack definition allows you to declare variables:
----
{
"variables": {
"vertx.version": "4.5.11"
"vertx.version": "4.5.12-SNAPSHOT"
}
----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
* ----
* {
* "variables": {
* "vertx.version": "4.5.11"
* "vertx.version": "4.5.12-SNAPSHOT"
* }
* ----
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void testResolutionOfMinSwitchToBaseAndRevertToMin() {
public void testConvergence() {
// Prepare the stack - use full stack, include everything
Stack stack = Stack.fromDescriptor(new File("target/vertx-stack/vertx-stack-full.json"));
// Stack stack = new Stack().addDependency(new Dependency("io.vertx", "vertx-core", "4.5.11"));
// Stack stack = new Stack().addDependency(new Dependency("io.vertx", "vertx-core", "4.5.12-SNAPSHOT"));
stack.getDependencies()
.forEach(d -> d.setIncluded(true));

Expand Down
2 changes: 1 addition & 1 deletion stack-npm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack</artifactId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>
</parent>

<artifactId>vertx-stack-npm</artifactId>
Expand Down

0 comments on commit a1b6748

Please sign in to comment.