Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zpqsunny committed Feb 22, 2024
1 parent c3eaff0 commit d56d67a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dht-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dht</artifactId>
<groupId>me.zpq.dht</groupId>
<version>1.9</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dht-es/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dht</artifactId>
<groupId>me.zpq.dht</groupId>
<version>1.9</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dht-fresh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dht</artifactId>
<groupId>me.zpq.dht</groupId>
<version>1.9</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dht-krpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dht</artifactId>
<groupId>me.zpq.dht</groupId>
<version>1.9</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dht-peer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dht</artifactId>
<groupId>me.zpq.dht</groupId>
<version>1.9</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dht-routing-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dht</artifactId>
<groupId>me.zpq.dht</groupId>
<version>1.9</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dht-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dht</artifactId>
<groupId>me.zpq.dht</groupId>
<version>1.9</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.zpq.dht</groupId>
<artifactId>dht</artifactId>
<version>1.9</version>
<version>2.0.0</version>
<modules>
<module>dht-common</module>
<module>dht-krpc</module>
Expand All @@ -29,7 +29,7 @@
<io.lettuce.version>6.1.9.RELEASE</io.lettuce.version>
<mongodb.version>4.1.2</mongodb.version>
<elasticsearch.version>7.17.8</elasticsearch.version>
<dht.version>1.9</dht.version>
<dht.version>2.0.0</dht.version>
<jackson.version>2.13.5</jackson.version>
</properties>
<packaging>pom</packaging>
Expand Down

0 comments on commit d56d67a

Please sign in to comment.