Skip to content

Commit

Permalink
Release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Apr 4, 2023
1 parent 2970b70 commit c55b6b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.9.0-SNAPSHOT</version>
<version>1.9.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.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>science.atlarge.graphalytics</groupId>
<artifactId>graphalytics-core</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.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.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<packaging>pom</packaging>

<name>graphalytics</name>
Expand Down

0 comments on commit c55b6b9

Please sign in to comment.