Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levik666 committed Jan 19, 2024
1 parent ed6a64c commit f49be28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.github.blyznytsiaorg.bring</groupId>
<artifactId>bring-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<groupId>io.github.blyznytsiaorg.bring.core</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>core</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.blyznytsiaorg.bring</groupId>
<artifactId>bring-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>bring-project</name>
Expand Down
6 changes: 3 additions & 3 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.github.blyznytsiaorg.bring</groupId>
<artifactId>bring-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<groupId>io.github.blyznytsiaorg.bring.web</groupId>
<artifactId>web</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>web</name>

<properties>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>io.github.blyznytsiaorg.bring.core</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit f49be28

Please sign in to comment.