Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pnc-bot-release committed Feb 6, 2024
1 parent f579035 commit b6a0038
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>aggregate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build-finder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>build-finder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>core</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<packaging>pom</packaging>

<name>Build Finder Parent</name>
Expand Down Expand Up @@ -57,7 +57,7 @@
<scm>
<connection>scm:git:https://github.com/project-ncl/build-finder.git</connection>
<developerConnection>scm:git:[email protected]:project-ncl/build-finder.git</developerConnection>
<tag>HEAD</tag>
<tag>2.3.1</tag>
<url>https://github.com/project-ncl/build-finder</url>
</scm>

Expand Down Expand Up @@ -303,23 +303,23 @@
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>cli</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>core</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>core</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>report</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>report</artifactId>
Expand Down

0 comments on commit b6a0038

Please sign in to comment.