Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnc-bot-release committed Nov 28, 2023
1 parent 52d4288 commit 2489281
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.0-SNAPSHOT</version>
<version>2.3.0</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.0-SNAPSHOT</version>
<version>2.3.0</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.0-SNAPSHOT</version>
<version>2.3.0</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.0-SNAPSHOT</version>
<version>2.3.0</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.0-SNAPSHOT</version>
<version>2.3.0</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:git@github.com:project-ncl/build-finder.git</developerConnection>
<tag>HEAD</tag>
<tag>2.3.0</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.0-SNAPSHOT</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>core</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>core</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>report</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</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.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>report</artifactId>
Expand Down

0 comments on commit 2489281

Please sign in to comment.