Skip to content

Commit e0f2d19

Browse files
committed
version 2.8.4
1 parent 517feb2 commit e0f2d19

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

aesh/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>2.8.3</version>
27+
<version>2.8.4</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<groupId>org.aesh</groupId>
3232
<artifactId>aesh</artifactId>
3333
<packaging>jar</packaging>
34-
<version>2.8.3</version>
34+
<version>2.8.4</version>
3535
<name>Æsh</name>
3636
<description>Æsh (Another Extendable SHell)</description>
3737
<scm>

examples/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>aesh-all</artifactId>
55
<groupId>org.aesh</groupId>
6-
<version>2.8.2</version>
6+
<version>2.8.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>aesh-examples</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>2.8.3</version>
27+
<version>2.8.4</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
@@ -32,7 +32,7 @@
3232
<groupId>org.aesh</groupId>
3333
<artifactId>aesh-all</artifactId>
3434
<packaging>pom</packaging>
35-
<version>2.8.3</version>
35+
<version>2.8.4</version>
3636
<name>Æsh All</name>
3737
<description>Æsh (Another Extendable SHell) All</description>
3838
<scm>

0 commit comments

Comments
 (0)