Skip to content

Commit

Permalink
发布 1.0.0-release
Browse files Browse the repository at this point in the history
  • Loading branch information
threefish committed Mar 19, 2023
1 parent 0ddb4f6 commit 846466b
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion nutz-dao-enhance-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutz-dao-enhance</artifactId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion nutz-dao-enhance-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutz-dao-enhance</artifactId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion nutz-dao-enhance-nutz-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>nutz-dao-enhance</artifactId>
<groupId>org.nutz</groupId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nutz-dao-enhance-spring-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nutz</groupId>
<artifactId>nutz-dao-enhance</artifactId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nutz-dao-enhance-spring-starter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>pom</packaging>
<groupId>org.nutz</groupId>
<artifactId>nutz-dao-enhance</artifactId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>

<name>nutz-dao-enhance</name>
<description>nutz-dao-enhance</description>
Expand All @@ -23,7 +23,7 @@
<maven.compiler.target>8</maven.compiler.target>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<enhance.version>1.0.0-RC</enhance.version>
<enhance.version>1.0.0-release</enhance.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>nutz-dao-enhance</artifactId>
<groupId>org.nutz</groupId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test/test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>test</artifactId>
<groupId>org.nutz</groupId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions test/test-nutz-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>test</artifactId>
<groupId>org.nutz</groupId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.nutz</groupId>
<artifactId>test-common</artifactId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions test/test-nutz-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>test</artifactId>
<groupId>org.nutz</groupId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-nutz-web</artifactId>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>org.nutz</groupId>
<artifactId>test-common</artifactId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</dependency>
<dependency>
<groupId>org.nutz</groupId>
Expand Down
4 changes: 2 additions & 2 deletions test/test-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>test</artifactId>
<groupId>org.nutz</groupId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.nutz</groupId>
<artifactId>test-common</artifactId>
<version>1.0.0-RC</version>
<version>1.0.0-release</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 846466b

Please sign in to comment.