Skip to content

Commit f73a69f

Browse files
committed
version 2.8.1
1 parent e01f9e9 commit f73a69f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

aesh/pom.xml

+2-2
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</version>
27+
<version>2.8.1</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</version>
34+
<version>2.8.1</version>
3535
<name>Æsh</name>
3636
<description>Æsh (Another Extendable SHell)</description>
3737
<scm>

examples/dependency-reduced-pom.xml

+1-1
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.7-SNAPSHOT</version>
6+
<version>2.8</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>aesh-examples</artifactId>

examples/pom.xml

+1-1
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</version>
27+
<version>2.8.1</version>
2828
</parent>
2929

3030
<modelVersion>4.0.0</modelVersion>

pom.xml

+1-1
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</version>
35+
<version>2.8.1</version>
3636
<name>Æsh All</name>
3737
<description>Æsh (Another Extendable SHell) All</description>
3838
<scm>

0 commit comments

Comments
 (0)