Skip to content

Commit 424f5cc

Browse files
update json compare + change to central-publishing-maven-plugin
1 parent c0905d2 commit 424f5cc

File tree

2 files changed

+10
-32
lines changed

2 files changed

+10
-32
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 6.1 (2025-08-01)
4+
- #### Changed
5+
- Updated dependencies
6+
37
## 6.0 (2025-03-28)
48
- #### Changed
59
- Updated `json-compare` dependency to the next major version

pom.xml

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22-
<jsoncompare.version>7.0</jsoncompare.version>
22+
<jsoncompare.version>7.1</jsoncompare.version>
2323
<xmlunit.version>2.10.3</xmlunit.version>
2424
<surefire.version>3.5.3</surefire.version>
2525
<jackson.version>2.19.2</jackson.version>
@@ -147,27 +147,13 @@
147147
</executions>
148148
</plugin>
149149
<plugin>
150-
<artifactId>maven-deploy-plugin</artifactId>
151-
<version>3.1.4</version>
152-
<executions>
153-
<execution>
154-
<id>default-deploy</id>
155-
<phase>deploy</phase>
156-
<goals>
157-
<goal>deploy</goal>
158-
</goals>
159-
</execution>
160-
</executions>
161-
</plugin>
162-
<plugin>
163-
<groupId>org.sonatype.plugins</groupId>
164-
<artifactId>nexus-staging-maven-plugin</artifactId>
165-
<version>1.7.0</version>
150+
<groupId>org.sonatype.central</groupId>
151+
<artifactId>central-publishing-maven-plugin</artifactId>
152+
<version>0.8.0</version>
166153
<extensions>true</extensions>
167154
<configuration>
168-
<serverId>ossrh</serverId>
169-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
170-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
155+
<publishingServerId>central</publishingServerId>
156+
<autoPublish>true</autoPublish>
171157
</configuration>
172158
</plugin>
173159
</plugins>
@@ -257,18 +243,6 @@
257243
<tag>HEAD</tag>
258244
</scm>
259245

260-
<distributionManagement>
261-
<snapshotRepository>
262-
<id>ossrh</id>
263-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
264-
</snapshotRepository>
265-
<repository>
266-
<id>ossrh</id>
267-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
268-
</url>
269-
</repository>
270-
</distributionManagement>
271-
272246
<licenses>
273247
<license>
274248
<name>Apache License, Version 2.0</name>

0 commit comments

Comments
 (0)