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

Commit

Permalink
On to 0.10.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Utz Westermann committed May 8, 2018
1 parent 7f851fd commit 60f542a
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.10.2</version>
<version>0.10.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Schedoscope Suite</name>
<description>A wrapper building all modules of the Schedoscope project</description>
Expand All @@ -26,7 +26,7 @@
<mrunit.version>1.1.0</mrunit.version>
<hiveunit.version>1.2.7</hiveunit.version>
<minioozie.version>1.2.5</minioozie.version>
<schedoscope.version>0.10.2</schedoscope.version>
<schedoscope.version>0.10.3-SNAPSHOT</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.10.2</version>
<version>0.10.3-SNAPSHOT</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.10.2</version>
<version>0.10.3-SNAPSHOT</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.10.2</version>
<version>0.10.3-SNAPSHOT</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.10.2</version>
<version>0.10.3-SNAPSHOT</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.10.2</version>
<version>0.10.3-SNAPSHOT</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.10.2</version>
<version>0.10.3-SNAPSHOT</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.10.2</version>
<version>0.10.3-SNAPSHOT</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.10.2</version>
<version>0.10.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 60f542a

Please sign in to comment.