Skip to content

Commit

Permalink
feat: Remove support for Java 8 (#234)
Browse files Browse the repository at this point in the history
* fix: remove java.level
feat: bump Jenkins core to 2.346.2

* Update pom.xml

* Update pom.xml

* chore: bump version

* chore: add .vscode to .gitignore
  • Loading branch information
kuisathaverat authored Aug 26, 2022
1 parent 16eb67c commit b63a6c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ work

# Intellij IDEA
.idea
*.iml
*.iml

# Visual Studio Code
.vscode
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ under the License.
</scm>

<properties>
<revision>2</revision>
<revision>3</revision>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.332.1</jenkins.version>
<java.level>8</java.level>
<jenkins.version>2.361</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<hpi.compatibleSinceVersion>3.0.0</hpi.compatibleSinceVersion>
</properties>

<licenses>
Expand Down Expand Up @@ -252,8 +252,8 @@ under the License.
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.332.x</artifactId>
<version>1577.v63609d9cb_5dc</version>
<artifactId>bom-2.361.x</artifactId>
<version>1595.v8c71c13cc3a_9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit b63a6c3

Please sign in to comment.