Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnc-bot-release committed Nov 12, 2024
1 parent 122d812 commit 231bcc5
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.6.0-SNAPSHOT</version>
<version>2.6.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.6.0-SNAPSHOT</version>
<version>2.6.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.6.0-SNAPSHOT</version>
<version>2.6.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.6.0-SNAPSHOT</version>
<version>2.6.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 @@ -28,7 +28,7 @@

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

<name>Build Finder Parent</name>
Expand Down Expand Up @@ -58,7 +58,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.6.0</tag>
<url>https://github.com/project-ncl/build-finder</url>
</scm>

Expand Down Expand Up @@ -402,23 +402,23 @@
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>cli</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>core</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>core</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>report</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</dependency>
<!-- XXX: Required dependency for kotlin-stdlib-{jdk7,jdk8} (okhttp-4.10.0, 1.5.x and 1.6.x) -->
<dependency>
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.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>report</artifactId>
Expand Down

0 comments on commit 231bcc5

Please sign in to comment.