Skip to content

Commit b764ae2

Browse files
Update POM with Njord and dependency updates.
1 parent cdb9faf commit b764ae2

1 file changed

Lines changed: 25 additions & 17 deletions

File tree

pom.xml

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656

5757
<distributionManagement>
5858
<snapshotRepository>
59-
<id>ossrh</id>
60-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
59+
<id>sonatype-central-c2</id>
60+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
6161
</snapshotRepository>
6262
<repository>
63-
<id>ossrh</id>
64-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
63+
<id>sonatype-central-c2</id>
64+
<url>https://repo.maven.apache.org/maven2</url>
6565
</repository>
6666
</distributionManagement>
6767

@@ -74,25 +74,30 @@
7474
<email>neil@codelerity.com</email>
7575
</developer>
7676
</developers>
77-
77+
78+
<properties>
79+
<njord.version>0.8.3</njord.version>
80+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
81+
</properties>
82+
7883
<dependencyManagement>
7984
<dependencies>
8085
<dependency>
8186
<groupId>org.junit</groupId>
8287
<artifactId>junit-bom</artifactId>
83-
<version>5.12.0</version>
88+
<version>5.13.4</version>
8489
<type>pom</type>
8590
<scope>import</scope>
8691
</dependency>
8792
<dependency>
8893
<groupId>net.java.dev.jna</groupId>
8994
<artifactId>jna</artifactId>
90-
<version>5.16.0</version>
95+
<version>5.17.0</version>
9196
</dependency>
9297
<dependency>
9398
<groupId>net.java.dev.jna</groupId>
9499
<artifactId>jna-platform</artifactId>
95-
<version>5.16.0</version>
100+
<version>5.17.0</version>
96101
</dependency>
97102
</dependencies>
98103
</dependencyManagement>
@@ -106,12 +111,19 @@
106111
</dependencies>
107112

108113
<build>
114+
<extensions>
115+
<extension>
116+
<groupId>eu.maveniverse.maven.njord</groupId>
117+
<artifactId>extension3</artifactId>
118+
<version>${njord.version}</version>
119+
</extension>
120+
</extensions>
109121
<pluginManagement>
110122
<plugins>
111123
<plugin>
112124
<groupId>org.codehaus.mojo</groupId>
113125
<artifactId>flatten-maven-plugin</artifactId>
114-
<version>1.6.0</version>
126+
<version>1.7.2</version>
115127
<configuration>
116128
<flattenMode>ossrh</flattenMode>
117129
</configuration>
@@ -148,7 +160,7 @@
148160
<plugin>
149161
<groupId>org.apache.maven.plugins</groupId>
150162
<artifactId>maven-surefire-plugin</artifactId>
151-
<version>3.5.2</version>
163+
<version>3.5.3</version>
152164
<configuration>
153165
<systemPropertyVariables>
154166
<junit.jupiter.execution.timeout.mode>disabled_on_debug</junit.jupiter.execution.timeout.mode>
@@ -158,12 +170,12 @@
158170
<plugin>
159171
<groupId>org.apache.maven.plugins</groupId>
160172
<artifactId>maven-deploy-plugin</artifactId>
161-
<version>3.1.3</version>
173+
<version>3.1.4</version>
162174
</plugin>
163175
<plugin>
164176
<groupId>org.apache.maven.plugins</groupId>
165177
<artifactId>maven-javadoc-plugin</artifactId>
166-
<version>3.11.2</version>
178+
<version>3.11.3</version>
167179
<executions>
168180
<execution>
169181
<id>attach-javadocs</id>
@@ -220,7 +232,7 @@
220232
<plugin>
221233
<groupId>org.apache.maven.plugins</groupId>
222234
<artifactId>maven-gpg-plugin</artifactId>
223-
<version>3.2.7</version>
235+
<version>3.2.8</version>
224236
<executions>
225237
<execution>
226238
<id>sign-artifacts</id>
@@ -240,8 +252,4 @@
240252
</profile>
241253
</profiles>
242254

243-
<properties>
244-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
245-
</properties>
246-
247255
</project>

0 commit comments

Comments
 (0)