Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 8, 2019
1 parent 3e237f3 commit d9e8780
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion graphalytics-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>science.atlarge.graphalytics</groupId>
<artifactId>graphalytics-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graphalytics-platforms-default-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>science.atlarge.graphalytics</groupId>
<artifactId>graphalytics-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<platform.name>${platform-acronym}</platform.name>

<graphalytics.version>1.3.0-SNAPSHOT</graphalytics.version>
<graphalytics.version>1.3.0</graphalytics.version>
<commons.exec.version>1.3</commons.exec.version>
<fastutil.version>7.0.7</fastutil.version>
<hamcrest.version>1.3</hamcrest.version>
Expand Down
2 changes: 1 addition & 1 deletion graphalytics-plugins-granula/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>science.atlarge.graphalytics</groupId>
<artifactId>graphalytics-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions graphalytics-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>science.atlarge.graphalytics</groupId>
<artifactId>graphalytics-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>science.atlarge.graphalytics</groupId>
<artifactId>graphalytics-core</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>science.atlarge.graphalytics</groupId>
<artifactId>graphalytics-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>graphalytics</name>
Expand Down

0 comments on commit d9e8780

Please sign in to comment.