Skip to content

Commit 6abb087

Browse files
Next version 3.17-dev
1 parent 773f3e4 commit 6abb087

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

aesh-charts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.aesh</groupId>
88
<artifactId>aesh-all</artifactId>
9-
<version>3.16.4</version>
9+
<version>3.17-dev</version>
1010
</parent>
1111

1212
<artifactId>aesh-charts</artifactId>

aesh-processor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<parent>
2424
<groupId>org.aesh</groupId>
2525
<artifactId>aesh-all</artifactId>
26-
<version>3.16.4</version>
26+
<version>3.17-dev</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<groupId>org.aesh</groupId>
3131
<artifactId>aesh-processor</artifactId>
3232
<packaging>jar</packaging>
33-
<version>3.16.4</version>
33+
<version>3.17-dev</version>
3434
<name>Æsh Annotation Processor</name>
3535
<description>Compile-time annotation processor for Æsh commands</description>
3636

aesh-tamboui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
<parent>
2525
<groupId>org.aesh</groupId>
2626
<artifactId>aesh-all</artifactId>
27-
<version>3.16.4</version>
27+
<version>3.17-dev</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<groupId>org.aesh</groupId>
3232
<artifactId>aesh-tamboui</artifactId>
3333
<packaging>jar</packaging>
34-
<version>3.16.4</version>
34+
<version>3.17-dev</version>
3535
<name>Æsh TamboUI Integration</name>
3636
<description>TamboUI TUI framework integration for Æsh commands</description>
3737

aesh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.aesh</groupId>
2626
<artifactId>aesh-all</artifactId>
27-
<version>3.16.4</version>
27+
<version>3.17-dev</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
<parent>
2525
<groupId>org.aesh</groupId>
2626
<artifactId>aesh-all</artifactId>
27-
<version>3.16.4</version>
27+
<version>3.17-dev</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<groupId>org.aesh</groupId>
3232
<artifactId>aesh-benchmark</artifactId>
3333
<packaging>jar</packaging>
34-
<version>3.16.4</version>
34+
<version>3.17-dev</version>
3535
<name>Æsh Benchmark</name>
3636
<description>Benchmarks comparing Æsh startup time vs picocli</description>
3737

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.aesh</groupId>
2727
<artifactId>aesh-all</artifactId>
28-
<version>3.16.4</version>
28+
<version>3.17-dev</version>
2929
</parent>
3030

3131
<artifactId>aesh-bom</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.aesh</groupId>
2626
<artifactId>aesh-all</artifactId>
27-
<version>3.16.4</version>
27+
<version>3.17-dev</version>
2828
</parent>
2929

3030
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>org.aesh</groupId>
2525
<artifactId>aesh-all</artifactId>
2626
<packaging>pom</packaging>
27-
<version>3.16.4</version>
27+
<version>3.17-dev</version>
2828
<name>Æsh All</name>
2929
<description>Æsh (Another Extendable SHell) All</description>
3030
<url>https://aeshell.github.io</url>

0 commit comments

Comments
 (0)