Skip to content

Commit

Permalink
Change version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjato committed Jan 31, 2017
1 parent 47c0d93 commit af12c37
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ Creating an AIBench application using the archetype
----
Simply run the following command to create a new AIBench application using the Maven archetype:
```bash
mvn archetype:generate -DarchetypeGroupId=es.uvigo.ei.sing -DarchetypeArtifactId=aibench-archetype -DarchetypeVersion=2.7.3 -DgroupId=es.uvigo.ei.sing -DartifactId=my-aibench-application -DinteractiveMode=false -DarchetypeRepository=https://maven.sing-group.org/repository/maven/
mvn archetype:generate -DarchetypeGroupId=es.uvigo.ei.sing -DarchetypeArtifactId=aibench-archetype -DarchetypeVersion=2.8.0 -DgroupId=es.uvigo.ei.sing -DartifactId=my-aibench-application -DinteractiveMode=false -DarchetypeRepository=https://maven.sing-group.org/repository/maven/
```
This command creates the new application under the folder `my-aibench-application`. You can select the version of the archetype (corresponding to the AIBench version) in `-DarchetypeVersion`.
2 changes: 1 addition & 1 deletion aibench-aibench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>es.uvigo.ei.sing</groupId>
<artifactId>aibench-project</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
<!--
WARNING: change version using (in the parent project):
mvn versions:set -DnewVersion=[new_version]
Expand Down
2 changes: 1 addition & 1 deletion aibench-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>es.uvigo.ei.sing</groupId>
<artifactId>aibench-project</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
<!--
WARNING: change version using (in the parent project):
mvn versions:set -DnewVersion=[new_version]
Expand Down
2 changes: 1 addition & 1 deletion aibench-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>es.uvigo.ei.sing</groupId>
<artifactId>aibench-project</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
<!--
WARNING: change version using (in the parent project):
mvn versions:set -DnewVersion=[new_version]
Expand Down
2 changes: 1 addition & 1 deletion aibench-pluginmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>es.uvigo.ei.sing</groupId>
<artifactId>aibench-project</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
<!--
WARNING: change version using (in the parent project):
mvn versions:set -DnewVersion=[new_version]
Expand Down
2 changes: 1 addition & 1 deletion aibench-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>es.uvigo.ei.sing</groupId>
<artifactId>aibench-project</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
<!--
WARNING: change version using (in the parent project):
mvn versions:set -DnewVersion=[new_version]
Expand Down
2 changes: 1 addition & 1 deletion aibench-workbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>es.uvigo.ei.sing</groupId>
<artifactId>aibench-project</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
<!--
WARNING: change version using:
mvn versions:set -DnewVersion=[new_version]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>es.uvigo.ei.sing</groupId>
<artifactId>aibench-project</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
<!--
WARNING: change version using:
mvn versions:set -DnewVersion=[new_version]
Expand Down

0 comments on commit af12c37

Please sign in to comment.