Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
javaofferss committed Jun 24, 2023
1 parent 0ee02c2 commit b36e925
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions brief-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>brief</artifactId>
<groupId>com.javaoffers</groupId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>brief-common</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
<dependencies>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions brief-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>brief</artifactId>
<groupId>com.javaoffers</groupId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>brief-core</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>com.javaoffers</groupId>
<artifactId>brief-helper</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</dependency>

<dependency>
<groupId>com.javaoffers</groupId>
<artifactId>brief-common</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</dependency>

</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions brief-encipher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
<parent>
<artifactId>brief</artifactId>
<groupId>com.javaoffers</groupId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>brief-encipher</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
<dependencies>

<dependency>
<groupId>com.javaoffers</groupId>
<artifactId>brief-common</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</dependency>

<dependency>
<groupId>com.javaoffers</groupId>
<artifactId>brief-sqlstatement</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions brief-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>brief</artifactId>
<groupId>com.javaoffers</groupId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>brief-helper</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
<dependencies>
<!-- mybatis -->
<!-- https://mvnrepository.com/artifact/org.mybatis/mybatis -->
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.javaoffers</groupId>
<artifactId>brief-common</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion brief-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>brief</artifactId>
<groupId>com.javaoffers</groupId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion brief-sharding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>brief</artifactId>
<groupId>com.javaoffers</groupId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions brief-speedier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>brief</artifactId>
<groupId>com.javaoffers</groupId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.javaoffers</groupId>
<artifactId>brief-core</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</dependency>
<dependency>
<groupId>com.mchange</groupId>
Expand Down
4 changes: 2 additions & 2 deletions brief-sqlstatement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>brief</artifactId>
<groupId>com.javaoffers</groupId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.javaoffers</groupId>
<artifactId>brief-common</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.javaoffers</groupId>
<artifactId>brief</artifactId>
<packaging>pom</packaging>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
<modules>
<module>brief-helper</module>
<module>brief-core</module>
Expand Down Expand Up @@ -66,7 +66,7 @@
<url>git:https://github.com/caomingjie-code/Mybatis-ModelHelper.git</url>
<developerConnection>scm:git:https://github.com/caomingjie-code/Mybatis-ModelHelper.git</developerConnection>
<connection>scm:git:https://github.com/caomingjie-code/Mybatis-ModelHelper.git</connection>
<tag>vy</tag>
<tag>v3.6.2</tag>
</scm>

<!--name 和 id 指定你 https://oss.sonatype.org 的登录名称, email 你创建gpg私钥时填写的email就可以-->
Expand Down

0 comments on commit b36e925

Please sign in to comment.