Skip to content

Commit

Permalink
Initialize new LTS line (2.302) (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jul 31, 2021
1 parent b7ffdb9 commit 2edc59b
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
22 changes: 22 additions & 0 deletions bom-2.289.x/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>parent</artifactId>
<version>${changelist}</version>
</parent>
<artifactId>bom-2.289.x</artifactId>
<packaging>pom</packaging>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bom-2.302.x</artifactId>
<version>${project.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>
2 changes: 1 addition & 1 deletion bom-latest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>parent</artifactId>
<version>${changelist}</version>
</parent>
<artifactId>bom-2.289.x</artifactId>
<artifactId>bom-2.302.x</artifactId>
<packaging>pom</packaging>
<properties>
<checks-api.version>1.7.0</checks-api.version>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</scm>
<modules>
<module>bom-latest</module>
<module>bom-2.289.x</module>
<module>bom-2.277.x</module>
<module>bom-2.263.x</module>
<module>bom-2.249.x</module>
Expand Down
11 changes: 9 additions & 2 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<packaging>hpi</packaging>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<bom>2.289.x</bom>
<jenkins.version>2.289.1</jenkins.version>
<bom>2.302.x</bom>
<jenkins.version>2.302</jenkins.version>
<java.level>8</java.level>
</properties>
<repositories>
Expand Down Expand Up @@ -339,6 +339,13 @@
</plugins>
</build>
<profiles>
<profile>
<id>2.289.x</id>
<properties>
<bom>2.289.x</bom>
<jenkins.version>2.289.3</jenkins.version>
</properties>
</profile>
<profile>
<id>2.277.x</id>
<properties>
Expand Down

0 comments on commit 2edc59b

Please sign in to comment.