Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrob committed Sep 6, 2023
1 parent b7c9283 commit 6472c37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gremlin-client-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>software.amazon.neptune</groupId>
<artifactId>gremlin-client-demo</artifactId>
<packaging>jar</packaging>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>software.amazon.neptune</groupId>
<artifactId>gremlin-client</artifactId>
<packaging>jar</packaging>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>

<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions neptune-endpoints-info-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>software.amazon.neptune</groupId>
<artifactId>neptune-endpoints-info-lambda</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>

<name>neptune-endpoints-info-lambda</name>
<description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>software.amazon.neptune</groupId>
<artifactId>gremlin-client</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</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 @@ -7,7 +7,7 @@
<groupId>software.amazon.neptune</groupId>
<artifactId>neptune-gremlin-client</artifactId>
<packaging>pom</packaging>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>

<licenses>
<license>
Expand Down

0 comments on commit 6472c37

Please sign in to comment.