Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v6.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
topframe committed Oct 6, 2021
1 parent 43b2797 commit 5dc9e99
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-all</artifactId>
Expand Down
30 changes: 15 additions & 15 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.aspectran</groupId>
<artifactId>aspectran-bom</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
<packaging>pom</packaging>

<name>Aspectran BOM</name>
Expand Down Expand Up @@ -59,7 +59,7 @@
<url>https://github.com/aspectran/aspectran</url>
<connection>scm:git:ssh://git@github.com/aspectran/aspectran.git</connection>
<developerConnection>scm:git:ssh://git@github.com/aspectran/aspectran.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.13.4</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down Expand Up @@ -90,67 +90,67 @@
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-core</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-daemon</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-embed</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-rss-lettuce</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-shell</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-shell-jline</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-web</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-websocket</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-with-freemarker</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-with-jetty</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-with-mybatis</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-with-pebble</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-with-undertow</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-daemon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-embed</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
<packaging>pom</packaging>

<name>Aspectran</name>
Expand Down Expand Up @@ -59,7 +59,7 @@
<url>https://github.com/aspectran/aspectran</url>
<connection>scm:git:ssh://git@github.com/aspectran/aspectran.git</connection>
<developerConnection>scm:git:ssh://git@github.com/aspectran/aspectran.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.13.4</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down
2 changes: 1 addition & 1 deletion rss-lettuce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-rss-lettuce</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shell-jline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-shell-jline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-shell</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-websocket</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion with-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-with-freemarker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion with-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-with-jetty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion with-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-with-mybatis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion with-pebble/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-with-pebble</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion with-undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.aspectran</groupId>
<artifactId>aspectran</artifactId>
<version>6.13.4-SNAPSHOT</version>
<version>6.13.4</version>
</parent>

<artifactId>aspectran-with-undertow</artifactId>
Expand Down

0 comments on commit 5dc9e99

Please sign in to comment.