Skip to content

Commit

Permalink
version 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stalep committed Jan 15, 2019
1 parent 7d26423 commit 4c32726
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions aesh/pom.xml
Expand Up @@ -24,14 +24,14 @@
<parent>
<groupId>org.aesh</groupId>
<artifactId>aesh-all</artifactId>
<version>1.11-SNAPSHOT</version>
<version>1.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.aesh</groupId>
<artifactId>aesh</artifactId>
<packaging>jar</packaging>
<version>1.11-SNAPSHOT</version>
<version>1.11</version>
<name>Æsh</name>
<description>Æsh (Another Extendable SHell)</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion examples/dependency-reduced-pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>aesh-all</artifactId>
<groupId>org.aesh</groupId>
<version>1.11-SNAPSHOT</version>
<version>1.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>aesh-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.aesh</groupId>
<artifactId>aesh-all</artifactId>
<version>1.11-SNAPSHOT</version>
<version>1.11</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -32,7 +32,7 @@
<groupId>org.aesh</groupId>
<artifactId>aesh-all</artifactId>
<packaging>pom</packaging>
<version>1.11-SNAPSHOT</version>
<version>1.11</version>
<name>Æsh All</name>
<description>Æsh (Another Extendable SHell) All</description>
<scm>
Expand All @@ -58,7 +58,7 @@
<!-- maven-compiler-plugin -->
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<readline.version>1.13</readline.version>
<readline.version>1.14</readline.version>
</properties>

<developers>
Expand Down

0 comments on commit 4c32726

Please sign in to comment.