Skip to content

Commit

Permalink
Update version to 2.5.0-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jomrazek committed Oct 29, 2024
1 parent 7afeae5 commit 42f7cb8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>

<artifactId>core</artifactId>
Expand Down
10 changes: 5 additions & 5 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.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Build Finder Parent</name>
Expand Down Expand Up @@ -384,23 +384,23 @@
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>cli</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>core</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>core</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.jboss.pnc.build.finder</groupId>
<artifactId>report</artifactId>
<version>2.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</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.4.3-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>

<artifactId>report</artifactId>
Expand Down

0 comments on commit 42f7cb8

Please sign in to comment.