Skip to content

Commit

Permalink
build: release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon committed Jan 13, 2024
1 parent 901b860 commit f0efb0f
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 @@ -22,13 +22,13 @@
<parent>
<groupId>io.zell</groupId>
<artifactId>zdb</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>backend</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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 @@ -24,12 +24,12 @@
<parent>
<groupId>io.zell</groupId>
<artifactId>zdb</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>io.zell</groupId>
<artifactId>backend</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>


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>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>
<name>ZDB</name>
<inceptionYear>2021</inceptionYear>
Expand Down

0 comments on commit f0efb0f

Please sign in to comment.