Skip to content

Commit

Permalink
Bump parent, baseline, BOM, etc. (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 15, 2022
1 parent 9143df5 commit d6ddf12
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 24 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @jenkinsci/scm-api-plugin-developers
1 change: 0 additions & 1 deletion .github/release-drafter.yml

This file was deleted.

11 changes: 6 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
def configurations = [
[ platform: "linux", jdk: "8" ],
[ platform: "linux", jdk: "11" ]
]
buildPlugin(configurations: configurations)
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,12 @@

If you are writing a plugin that consumes this API, please see [the consumer guide](docs/consumer.adoc)

# Environment

The following build environment is required to build this plugin

* Java 8
* Maven 3.5.0

# Build

To build the plugin locally:

mvn clean verify

# Release

To release the plugin:

mvn release:prepare release:perform -B

# Test local instance

To test in a local Jenkins instance
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.50</version>
<relativePath />
<version>4.53</version>
<relativePath/>
</parent>

<artifactId>scm-api</artifactId>
Expand All @@ -56,7 +56,7 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.332.3</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<no-test-jar>false</no-test-jar>
<hpi.compatibleSinceVersion>2.0.0</hpi.compatibleSinceVersion>
Expand All @@ -79,8 +79,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.332.x</artifactId>
<version>1607.va_c1576527071</version>
<artifactId>bom-2.361.x</artifactId>
<version>1750.v0071fa_4c4a_e3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit d6ddf12

Please sign in to comment.