|
15 | 15 | <version>${revision}</version> |
16 | 16 | <packaging>pom</packaging> |
17 | 17 | <name>Dynamic Relations</name> |
18 | | - <description>Dynamic Entity Relations for Java EE Projects</description> |
| 18 | + <description>Dynamic Entity Relations for Java Spring Projects</description> |
19 | 19 | <url>https://github.com/Mom0aut/DynamicRelations</url> |
20 | 20 |
|
21 | 21 | <licenses> |
|
48 | 48 | <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
49 | 49 | </repository> |
50 | 50 | </distributionManagement> |
51 | | - |
| 51 | + |
52 | 52 | <profiles> |
53 | 53 | <profile> |
54 | 54 | <id>development</id> |
|
117 | 117 | </execution> |
118 | 118 | </executions> |
119 | 119 | </plugin> |
| 120 | + |
120 | 121 | <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> |
124 | 125 | <extensions>true</extensions> |
125 | 126 | <configuration> |
126 | | - <serverId>ossrh</serverId> |
127 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
128 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 127 | + <publishingServerId>central</publishingServerId> |
129 | 128 | </configuration> |
130 | 129 | </plugin> |
131 | 130 | </plugins> |
|
135 | 134 |
|
136 | 135 | <properties> |
137 | 136 | <java.version>21</java.version> |
138 | | - <revision>1.0.4</revision> |
| 137 | + <revision>1.0.5</revision> |
139 | 138 | <flatten-maven-plugin.version>1.2.7</flatten-maven-plugin.version> |
140 | 139 | <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
141 | 140 | <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> |
143 | 142 | <maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version> |
144 | 143 | <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
145 | 144 | <maven.compiler.source>21</maven.compiler.source> |
|
0 commit comments