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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Utz Westermann committed Jan 22, 2016
1 parent 18932ad commit 822ddaf
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.5-SNAPSHOT</version>
<version>0.3.5</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.5-SNAPSHOT</version>
<version>0.3.5</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,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>schedoscope</groupId>
<artifactId>schedoscope-tutorial</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.3.5</version>
<name>Schedoscope Tutorial</name>
<description>An example Schedoscope project using Open Street Map data</description>

<dependencies>
<dependency>
<groupId>schedoscope</groupId>
<artifactId>schedoscope-core</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.3.5</version>
</dependency>
<dependency>
<groupId>schedoscope</groupId>
Expand Down

0 comments on commit 822ddaf

Please sign in to comment.