Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.25.1
Browse files Browse the repository at this point in the history
danielnorberg committed Feb 11, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 82761db commit 769f880
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
@@ -3,7 +3,7 @@
<parent>
<artifactId>auto-matter-parent</artifactId>
<groupId>io.norberg</groupId>
<version>0.25.1-SNAPSHOT</version>
<version>0.25.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

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

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

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

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

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<groupId>io.norberg</groupId>
<artifactId>auto-matter-parent</artifactId>
<packaging>pom</packaging>
<version>0.25.1-SNAPSHOT</version>
<version>0.25.1</version>
<name>auto-matter-parent</name>

<url>https://github.com/danielnorberg/auto-matter</url>
@@ -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.25.1</tag>
</scm>

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

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

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

0 comments on commit 769f880

Please sign in to comment.