Skip to content

Commit

Permalink
incremented version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
aschieweck committed Jun 10, 2016
1 parent 407ab18 commit 6e3500d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.learnlib.alex</groupId>
<artifactId>alex-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.learnlib.alex</groupId>
<artifactId>alex-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion main/src/main/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ALEX",
"version": "1.0.0",
"version": "1.1.0",
"description": "An interface for Active Automata Learning",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>de.learnlib.alex</groupId>
<artifactId>alex-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>pom</packaging>

<name>Automata Learning Experience (ALEX)</name>
Expand Down
2 changes: 1 addition & 1 deletion processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.learnlib.alex</groupId>
<artifactId>alex-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 6e3500d

Please sign in to comment.