Skip to content

Commit

Permalink
Update baseline and dependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Mar 16, 2023
1 parent 359e2f7 commit f54fca5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
2 changes: 2 additions & 0 deletions renovate.json → .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"extends": [
"config:base",
":semanticCommitsDisabled"
Expand Down
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
[ platform: "linux", jdk: "8" ],
[ platform: "linux", jdk: "11" ],
[ platform: "linux", jdk: "17" ]
])
24 changes: 6 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.51</version>
<version>4.56</version>
<relativePath />
</parent>

Expand All @@ -18,22 +18,10 @@
<properties>
<gitHubRepo>jenkinsci/ionicons-api-plugin</gitHubRepo>
<changelist>9999999-SNAPSHOT</changelist>
<jenkins.version>2.346.1</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
<tagNameFormat>@{project.version}</tagNameFormat>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.346.x</artifactId>
<version>1763.v092b_8980a_f5e</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

<licenses>
<license>
<name>MIT License</name>
Expand All @@ -49,11 +37,11 @@
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<repositories>
Expand Down

0 comments on commit f54fca5

Please sign in to comment.