Skip to content

Commit

Permalink
[#1419] prepare release 0.5.1 (#1421)
Browse files Browse the repository at this point in the history
fixes #1419
  • Loading branch information
Kevin Gómez authored and Kevin Gómez committed Oct 17, 2019
1 parent 16115b3 commit 0923528
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 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.0-blue.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cgradoop)
[![Maven Central](https://img.shields.io/badge/Maven_Central-0.5.1-blue.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cgradoop)
[![Build Status](https://travis-ci.org/dbs-leipzig/gradoop.svg?branch=master)](https://travis-ci.org/dbs-leipzig/gradoop)
[![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 @@ -72,11 +72,11 @@ Stable:
<dependency>
<groupId>org.gradoop</groupId>
<artifactId>gradoop-flink</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
```

Latest nightly build (additional repository is required):
Latest weekly build (additional repository is required):
```xml
<repositories>
<repository>
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.5.1</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.5.1</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.5.1</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.5.1</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.5.1</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.5.1</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.5.1</version>
</parent>

<artifactId>gradoop-flink</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.5.1</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.5.1</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.5.1</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.5.1</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.5.1</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.5.1</version>

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

0 comments on commit 0923528

Please sign in to comment.