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

Commit

Permalink
Maven artifact release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
U-SULLA\utzwe committed Apr 25, 2016
1 parent 941b114 commit e6fc3aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>schedoscope</groupId>
<artifactId>schedoscope-suite</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>pom</packaging>
<name>Schedoscope Suite</name>
<description>A wrapper building all modules of the Schedoscope project</description>
Expand Down
4 changes: 2 additions & 2 deletions schedoscope-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>schedoscope-suite</artifactId>
<groupId>schedoscope</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -275,7 +275,7 @@
<dependency>
<groupId>schedoscope</groupId>
<artifactId>schedoscope-export</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion schedoscope-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>schedoscope-suite</artifactId>
<groupId>schedoscope</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions schedoscope-tutorial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<parent>
<artifactId>schedoscope-suite</artifactId>
<groupId>schedoscope</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

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

0 comments on commit e6fc3aa

Please sign in to comment.