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.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Utz Westermann committed Jan 23, 2018
1 parent 71f1d02 commit d67724e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 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.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>pom</packaging>
<name>Schedoscope Suite</name>
<description>A wrapper building all modules of the Schedoscope project</description>
Expand All @@ -25,7 +25,7 @@
<mrunit.version>1.1.0</mrunit.version>
<hiveunit.version>1.2.6</hiveunit.version>
<minioozie.version>1.2.4</minioozie.version>
<schedoscope.version>0.9.6-SNAPSHOT</schedoscope.version>
<schedoscope.version>0.9.6</schedoscope.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion schedoscope-conf/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.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion 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.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<dependencies>
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.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion schedoscope-metascope/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.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion schedoscope-transformation-oozie/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.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion schedoscope-transformation-pig/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.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion schedoscope-transformation-spark/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.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion schedoscope-tutorial/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.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<dependencies>
Expand Down

0 comments on commit d67724e

Please sign in to comment.