Skip to content

Commit

Permalink
build: Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abego committed Jun 3, 2023
1 parent 9cffbf5 commit 5ac8e07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,15 +4,15 @@ A graph implementation using String objects to represent the nodes and the label

## Download

__Download:__ https://github.com/abego/abego-stringgraph/releases/tag/v0.3.0
__Download:__ https://github.com/abego/abego-stringgraph/releases/tag/v0.4.0

__Maven:__

```
<dependency>
<groupId>org.abego.stringgraph</groupId>
<artifactId>abego-stringgraph</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion abego-stringgraph-base/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.abego.stringgraph</groupId>
<artifactId>abego-stringgraph</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.abego.stringgraph</groupId>
<artifactId>abego-stringgraph</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>pom</packaging>

<name>abego StringGraph (Parent)</name>
Expand Down

0 comments on commit 5ac8e07

Please sign in to comment.