Skip to content

Commit 6626bb9

Browse files
committed
2.7-dev cycle
1 parent d89da56 commit 6626bb9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<groupId>org.aesh</groupId>
3333
<artifactId>readline-all</artifactId>
3434
<packaging>pom</packaging>
35-
<version>2.6</version>
35+
<version>2.7-dev</version>
3636
<name>Æsh Readline and terminal</name>
3737
<description>Æsh (Another Extendable SHell) Readline and Terminal API</description>
3838
<scm>

readline/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>readline-all</artifactId>
27-
<version>2.6</version>
27+
<version>2.7-dev</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

terminal-api/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>readline-all</artifactId>
27-
<version>2.6</version>
27+
<version>2.7-dev</version>
2828
</parent>
2929

3030
<modelVersion>4.0.0</modelVersion>

terminal-http/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>readline-all</artifactId>
27-
<version>2.6</version>
27+
<version>2.7-dev</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

terminal-ssh/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>readline-all</artifactId>
27-
<version>2.6</version>
27+
<version>2.7-dev</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

terminal-telnet/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>readline-all</artifactId>
27-
<version>2.6</version>
27+
<version>2.7-dev</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

0 commit comments

Comments
 (0)