Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnorberg committed Apr 1, 2023
1 parent 5766d80 commit b0e6fad
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>auto-matter-parent</artifactId>
<groupId>io.norberg</groupId>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>io.norberg</groupId>
<artifactId>auto-matter-parent</artifactId>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>
</parent>

<artifactId>auto-matter-bom</artifactId>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.norberg</groupId>
<artifactId>auto-matter-parent</artifactId>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>
</parent>

<artifactId>auto-matter-dependencies</artifactId>
<packaging>pom</packaging>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>

<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.norberg</groupId>
<artifactId>auto-matter-parent</artifactId>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>
</parent>

<artifactId>auto-matter-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>auto-matter-parent</artifactId>
<groupId>io.norberg</groupId>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>auto-matter-parent</artifactId>
<groupId>io.norberg</groupId>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>io.norberg</groupId>
<artifactId>auto-matter-parent</artifactId>
<packaging>pom</packaging>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>
<name>auto-matter-parent</name>

<url>https://github.com/danielnorberg/auto-matter</url>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:https://github.com/danielnorberg/auto-matter.git</connection>
<developerConnection>scm:git:[email protected]:danielnorberg/auto-matter.git</developerConnection>
<url>https://github.com/danielnorberg/auto-matter</url>
<tag>HEAD</tag>
<tag>v0.26.2</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.norberg</groupId>
<artifactId>auto-matter-parent</artifactId>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>
</parent>

<artifactId>auto-matter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion record-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>auto-matter-parent</artifactId>
<groupId>io.norberg</groupId>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>auto-matter-parent</artifactId>
<groupId>io.norberg</groupId>
<version>0.26.2-SNAPSHOT</version>
<version>0.26.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit b0e6fad

Please sign in to comment.