Skip to content

Commit

Permalink
build: release version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon committed Sep 18, 2023
1 parent 6598d9e commit 36dba57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>io.zell</groupId>
<artifactId>zdb</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>backend</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<packaging>jar</packaging>
<name>ZDB Backend</name>

Expand Down
6 changes: 3 additions & 3 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>io.zell</groupId>
<artifactId>zdb</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cli</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<name>ZDB CLI</name>
<packaging>jar</packaging>

Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>io.zell</groupId>
<artifactId>backend</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<!-- <scope>compile</scope>-->
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.zell</groupId>
<artifactId>zdb</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<packaging>pom</packaging>
<name>ZDB</name>
<inceptionYear>2021</inceptionYear>
Expand Down

0 comments on commit 36dba57

Please sign in to comment.