Skip to content

Commit 48540dd

Browse files
schulzpnomoa
authored andcommitted
Upgrade parent pom to latest version
Use [transitional maven repository](https://gitlab.wikimedia.org/repos/maven/gerrit-artefacts) for deployment. There is no need to release a new version, the latest one has already been imported to GitLab. Bug: T367405 Change-Id: I2be07e51e0ed50b27ef2460aa925ceae04448634
1 parent 74dca85 commit 48540dd

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
distributionUrl=https://archiva.wikimedia.org/repository/mirrored/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip
1+
distributionUrl=https://archiva.wikimedia.org/repository/mirrored/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip

pom.xml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<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/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>org.wikimedia.discovery</groupId>
6-
<artifactId>discovery-parent-pom</artifactId>
7-
<version>1.69</version>
8-
<relativePath />
5+
<groupId>org.wikimedia</groupId>
6+
<artifactId>wmf-jvm-parent-pom</artifactId>
7+
<version>1.92</version>
98
</parent>
109
<groupId>org.wikimedia.utils</groupId>
1110
<artifactId>wmf-jvm-utils-parent</artifactId>
@@ -42,25 +41,24 @@
4241

4342
<properties>
4443
<developerConnection>scm:git:ssh://gerrit.wikimedia.org:29418/wmf-jvm-utils</developerConnection>
44+
<gitlab.projectId>3198</gitlab.projectId>
4545
<lucene.version>8.10.1</lucene.version>
4646
</properties>
4747

4848
<dependencyManagement>
49-
<!-- Decalare the default parameters for some dependencies. -->
50-
5149
<dependencies>
52-
<dependency>
53-
<groupId>org.apache.httpcomponents</groupId>
54-
<artifactId>httpclient</artifactId>
55-
<version>4.5.12</version>
56-
</dependency>
5750
<dependency>
5851
<groupId>org.junit</groupId>
5952
<artifactId>junit-bom</artifactId>
6053
<version>5.7.1</version>
6154
<type>pom</type>
6255
<scope>import</scope>
6356
</dependency>
57+
<dependency>
58+
<groupId>org.apache.httpcomponents</groupId>
59+
<artifactId>httpclient</artifactId>
60+
<version>4.5.12</version>
61+
</dependency>
6462
<!-- Test deps -->
6563
<dependency>
6664
<groupId>com.github.tomakehurst</groupId>

0 commit comments

Comments
 (0)