Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
  • Loading branch information
basil committed Oct 29, 2022
commit f371edc7827cc1b3f7bf298530370dfb0b925f53
15 changes: 5 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/database-plugin</gitHubRepo>
<jenkins.version>2.263.1</jenkins.version>
<!-- TODO https://github.com/jenkinsci/jenkins/pull/7293 -->
<jenkins.version>2.376-rc33064.84d8e35b_0996</jenkins.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.263.x</artifactId>
<version>984.vb5eaac999a7e</version>
<artifactId>bom-2.361.x</artifactId>
<version>1654.vcb_69d035fa_20</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -43,10 +44,6 @@
<artifactId>hibernate-entitymanager</artifactId>
<version>5.6.12.Final</version>
<exclusions>
<exclusion>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
</exclusion>
<!-- Provided by javax-activation-api plugin -->
<exclusion>
<groupId>javax.activation</groupId>
Expand All @@ -68,13 +65,11 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>javax-activation-api</artifactId>
<version>1.2.0-3</version> <!-- TODO use version from BOM when possible -->
</dependency>

<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>jaxb</artifactId>
<version>2.3.6-1</version> <!-- TODO use version from BOM when possible -->
</dependency>

<dependency>
Expand Down Expand Up @@ -115,7 +110,7 @@
</pluginRepositories>

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