Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Oct 27, 2023
1 parent 4d4cc74 commit 08521f4
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion blaze-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion blaze-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion blaze-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion blaze-haproxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion blaze-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion blaze-ivy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion blaze-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion blaze-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion blaze-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion blaze-ssh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion blaze-vagrant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>blaze</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>

<parent>
<groupId>com.fizzed</groupId>
Expand All @@ -24,7 +24,7 @@
<scm>
<url>https://github.com/fizzed/blaze</url>
<connection>scm:git:git@github.com:fizzed/blaze.git</connection>
<tag>HEAD</tag>
<tag>v1.3.0</tag>
</scm>

<modules>
Expand All @@ -50,7 +50,7 @@
<configuration>
<!-- activate the use of TCP to transmit events to the plugin -->
<!-- fixes some forking issues on windows and mac of std in/out corrupted errors -->
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" />
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 08521f4

Please sign in to comment.