Skip to content

Commit

Permalink
[#1534] prepare stable release 0.6.0 (#1535)
Browse files Browse the repository at this point in the history
fixes #1534
  • Loading branch information
Kevin Gómez committed Mar 29, 2021
1 parent 9ff8303 commit c5220df
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,5 +1,5 @@
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)](https://www.apache.org/licenses/LICENSE-2.0)
[![Maven Central](https://img.shields.io/badge/Maven_Central-0.5.2-blue.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cgradoop)
[![Maven Central](https://img.shields.io/badge/Maven_Central-0.6.0-blue.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cgradoop)
[![Build Status](https://github.com/dbs-leipzig/gradoop/workflows/Java%20CI/badge.svg)](https://github.com/dbs-leipzig/gradoop/actions?workflow=Java+CI)
[![Code Quality: Java](https://img.shields.io/lgtm/grade/java/g/dbs-leipzig/gradoop.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/dbs-leipzig/gradoop/context:java)
[![Total Alerts](https://img.shields.io/lgtm/alerts/g/dbs-leipzig/gradoop.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/dbs-leipzig/gradoop/alerts)
Expand Down Expand Up @@ -73,7 +73,7 @@ Stable:
<dependency>
<groupId>org.gradoop</groupId>
<artifactId>gradoop-flink</artifactId>
<version>0.5.2</version>
<version>0.6.0</version>
</dependency>
```

Expand All @@ -93,7 +93,7 @@ Latest weekly build (additional repository is required):
<dependency>
<groupId>org.gradoop</groupId>
<artifactId>gradoop-flink</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion gradoop-checkstyle/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gradoop</groupId>
<artifactId>gradoop-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-checkstyle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-common/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.gradoop</groupId>
<artifactId>gradoop-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-data-integration/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gradoop</groupId>
<artifactId>gradoop-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-data-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-examples/gradoop-examples-operators/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>gradoop-examples</artifactId>
<groupId>org.gradoop</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-examples-operators</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-examples/gradoop-examples-temporal/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>gradoop-examples</artifactId>
<groupId>org.gradoop</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-examples-temporal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-examples/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.gradoop</groupId>
<artifactId>gradoop-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-flink/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.gradoop</groupId>
<artifactId>gradoop-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-flink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-quickstart/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gradoop</groupId>
<artifactId>gradoop-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-quickstart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-store/gradoop-accumulo/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>gradoop-store</artifactId>
<groupId>org.gradoop</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-accumulo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-store/gradoop-hbase/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gradoop-store</artifactId>
<groupId>org.gradoop</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-hbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-store/gradoop-store-api/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>gradoop-store</artifactId>
<groupId>org.gradoop</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-store-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-store/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gradoop-parent</artifactId>
<groupId>org.gradoop</groupId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gradoop-temporal/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.gradoop</groupId>
<artifactId>gradoop-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>gradoop-temporal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>org.gradoop</groupId>
<artifactId>gradoop-parent</artifactId>
<packaging>pom</packaging>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>

<name>Gradoop Parent</name>
<url>http://www.gradoop.org</url>
Expand Down

0 comments on commit c5220df

Please sign in to comment.