Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Utz Westermann committed Nov 9, 2015
1 parent 668a44c commit 3c13774
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>schedoscope</groupId>
<artifactId>schedoscope-suite</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<packaging>pom</packaging>
<name>Schedoscope Suite</name>
<description>A wrapper building all modules of the Schedoscope project</description>
Expand Down
2 changes: 1 addition & 1 deletion schedoscope-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>schedoscope</groupId>
<artifactId>schedoscope-core</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>Schedoscope Core</name>
<description>The Schedoscope Hadoop scheduler</description>

Expand Down
4 changes: 2 additions & 2 deletions schedoscope-tutorial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>schedoscope</groupId>
<artifactId>schedoscope-tutorial</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<name>Schedoscope Tutorial</name>
<description>An example Schedoscope project using Open Street Map data</description>

Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>schedoscope</groupId>
<artifactId>schedoscope-core</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</dependency>
<dependency>
<groupId>schedoscope</groupId>
Expand Down

0 comments on commit 3c13774

Please sign in to comment.