Skip to content

Commit

Permalink
[#850] switched version to 0.4.0 in pom.xml's and updated README.md (#…
Browse files Browse the repository at this point in the history
…868)

fixes #850
  • Loading branch information
ChrizZz110 authored and Kevin Gómez committed Jul 6, 2018
1 parent 88978fa commit 8ce8f0f
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 19 deletions.
11 changes: 2 additions & 9 deletions README.md
Expand Up @@ -108,7 +108,7 @@ Stable:
<dependency>
<groupId>org.gradoop</groupId>
<artifactId>gradoop-flink</artifactId>
<version>0.3.2</version>
<version>0.4.0</version>
</dependency>
```

Expand Down Expand Up @@ -185,14 +185,7 @@ Used to maintain the code style for the whole project.

### Version History

* 0.0.1 first prototype using Hadoop MapReduce and Apache Giraph for operator
processing
* 0.0.2 support for HBase as distributed graph storage
* 0.0.3 Apache Flink replaces MapReduce and Giraph as operator implementation
layer and distributed execution engine
* 0.1 Major refactoring of internal EPGM representation (e.g. ID and property handling), Equality Operators, GDL-based unit testing
* 0.2.0 Pattern Matching and Frequent Subgraph Mining algorithms
* 0.3.1 Bug fixes and support for more Gelly algorithms
See the [Changelog](https://github.com/dbs-leipzig/gradoop/wiki/Changelog) at the Wiki pages.

### Disclaimer

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.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

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

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

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

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

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.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

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

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.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>org.gradoop</groupId>
<artifactId>gradoop-parent</artifactId>
<packaging>pom</packaging>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>

<name>Gradoop Parent</name>
<url>http://www.gradoop.org</url>
Expand Down Expand Up @@ -198,7 +198,7 @@
<configuration>
<serverId>release_artifacts_gradoop</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 8ce8f0f

Please sign in to comment.