|
6 | 6 |
|
7 | 7 | <groupId>com.github.davidmoten</groupId>
|
8 | 8 | <artifactId>sonatype-parent</artifactId>
|
9 |
| - <version>0.3-SNAPSHOT</version> |
| 9 | + <version>0.2.1-SNAPSHOT</version> |
10 | 10 |
|
11 | 11 | <name>${project.artifactId}</name>
|
12 | 12 | <description>Parent pom to ease deployment to Maven Central</description>
|
|
75 | 75 | </configuration>
|
76 | 76 | </plugin>
|
77 | 77 | <plugin>
|
78 |
| - <groupId>org.sonatype.plugins</groupId> |
79 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
80 |
| - <version>1.6.8</version> |
81 |
| - <extensions>true</extensions> |
82 |
| - <configuration> |
83 |
| - <serverId>ossrh</serverId> |
84 |
| - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
85 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
86 |
| - </configuration> |
| 78 | + <groupId>org.sonatype.central</groupId> |
| 79 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 80 | + <version>0.7.0</version> |
| 81 | + <extensions>true</extensions> |
| 82 | + <configuration> |
| 83 | + <publishingServerId>central</publishingServerId> |
| 84 | + <autoPublish>true</autoPublish> |
| 85 | + <waitUntil>published</waitUntil> |
| 86 | + </configuration> |
87 | 87 | </plugin>
|
88 | 88 | </plugins>
|
89 | 89 | </build>
|
|
95 | 95 | <plugin>
|
96 | 96 | <groupId>org.apache.maven.plugins</groupId>
|
97 | 97 | <artifactId>maven-source-plugin</artifactId>
|
98 |
| - <version>3.0.1</version> |
| 98 | + <version>3.3.1</version> |
99 | 99 | <executions>
|
100 | 100 | <execution>
|
101 | 101 | <id>attach-sources</id>
|
|
108 | 108 | <plugin>
|
109 | 109 | <groupId>org.apache.maven.plugins</groupId>
|
110 | 110 | <artifactId>maven-javadoc-plugin</artifactId>
|
111 |
| - <version>3.0.0</version> |
| 111 | + <version>3.11.2</version> |
112 | 112 | <executions>
|
113 | 113 | <execution>
|
114 | 114 | <id>attach-javadocs</id>
|
|
136 | 136 | </build>
|
137 | 137 | </profile>
|
138 | 138 | </profiles>
|
139 |
| - <distributionManagement> |
140 |
| - <snapshotRepository> |
141 |
| - <id>ossrh</id> |
142 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
143 |
| - </snapshotRepository> |
144 |
| - <repository> |
145 |
| - <id>ossrh</id> |
146 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
147 |
| - </repository> |
148 |
| - </distributionManagement> |
149 | 139 | </project>
|
0 commit comments