Skip to content

Commit 51b796b

Browse files
committed
cleanup properties
1 parent 72527e3 commit 51b796b

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

dynamic-relations/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44

55
<parent>
66
<groupId>io.github.Mom0aut</groupId>
@@ -9,6 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>dynamic-relations</artifactId>
12+
<name>Dynamic Relations Implementation</name>
1213

1314
<dependencies>
1415
<dependency>

pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<version>${revision}</version>
1616
<packaging>pom</packaging>
1717
<name>Dynamic Relations</name>
18-
<description>Dynamic Entity Relations for Java EE Projects</description>
18+
<description>Dynamic Entity Relations for Java Spring Projects</description>
1919
<url>https://github.com/Mom0aut/DynamicRelations</url>
2020

2121
<licenses>
@@ -48,7 +48,7 @@
4848
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
4949
</repository>
5050
</distributionManagement>
51-
51+
5252
<profiles>
5353
<profile>
5454
<id>development</id>
@@ -117,15 +117,14 @@
117117
</execution>
118118
</executions>
119119
</plugin>
120+
120121
<plugin>
121-
<groupId>org.sonatype.plugins</groupId>
122-
<artifactId>nexus-staging-maven-plugin</artifactId>
123-
<version>${nexus-staging-maven-plugin.version}</version>
122+
<groupId>org.sonatype.central</groupId>
123+
<artifactId>central-publishing-maven-plugin</artifactId>
124+
<version>0.8.0</version>
124125
<extensions>true</extensions>
125126
<configuration>
126-
<serverId>ossrh</serverId>
127-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
128-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
127+
<publishingServerId>central</publishingServerId>
129128
</configuration>
130129
</plugin>
131130
</plugins>
@@ -135,11 +134,11 @@
135134

136135
<properties>
137136
<java.version>21</java.version>
138-
<revision>1.0.4</revision>
137+
<revision>1.0.5</revision>
139138
<flatten-maven-plugin.version>1.2.7</flatten-maven-plugin.version>
140139
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
141140
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
142-
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
141+
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
143142
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
144143
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
145144
<maven.compiler.source>21</maven.compiler.source>

0 commit comments

Comments
 (0)