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.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Utz Westermann committed Jul 1, 2016
1 parent 14fde80 commit c4199be
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.6.3-SNAPSHOT</version>
<version>0.6.3</version>
<packaging>pom</packaging>
<name>Schedoscope Suite</name>
<description>A wrapper building all modules of the Schedoscope project</description>
Expand All @@ -24,7 +24,7 @@
<mrunit.version>1.1.0</mrunit.version>
<hiveunit.version>1.2.3</hiveunit.version>
<minioozie.version>1.2.1</minioozie.version>
<schedoscope.version>0.6.3-SNAPSHOT</schedoscope.version>
<schedoscope.version>0.6.3</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.6.3-SNAPSHOT</version>
<version>0.6.3</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.6.3-SNAPSHOT</version>
<version>0.6.3</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.6.3-SNAPSHOT</version>
<version>0.6.3</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.6.3-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<dependencyManagement>
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.6.3-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<dependencies>
Expand Down

0 comments on commit c4199be

Please sign in to comment.