Skip to content

Commit

Permalink
Use 1.8.0 as version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 18, 2024
1 parent 01036ad commit 9913963
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?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/maven-v4_0_0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
Expand All @@ -14,12 +15,10 @@
<name>Authorize Project</name>
<description>Configure projects to run with specified authorization.</description>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<licenses>
<license>
<name>The MIT license</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
<name>MIT License</name>
<url>https://opensource.org/license/mit/</url>
</license>
</licenses>

Expand All @@ -40,13 +39,13 @@

<scm>
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}</developerConnection>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>1.7.3</revision>
<revision>1.8.0</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/authorize-project-plugin</gitHubRepo>
<jenkins.baseline>2.452</jenkins.baseline>
Expand Down

0 comments on commit 9913963

Please sign in to comment.