Skip to content

Commit c99433a

Browse files
committed
remove parent pom (org.sonatype.oss.oss-parent) and maven-deploy-plugin as the deployment should now be handled by the central-publishing-maven-plugin
1 parent 1c0d6d5 commit c99433a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33

4-
<parent>
5-
<groupId>org.sonatype.oss</groupId>
6-
<artifactId>oss-parent</artifactId>
7-
<version>9</version>
8-
</parent>
9-
104
<groupId>io.github.git-commit-id</groupId>
115
<artifactId>git-commit-id-plugin-core</artifactId>
126
<packaging>jar</packaging>
@@ -149,11 +143,6 @@
149143
<waitUntil>published</waitUntil>
150144
</configuration>
151145
</plugin>
152-
<plugin>
153-
<groupId>org.apache.maven.plugins</groupId>
154-
<artifactId>maven-deploy-plugin</artifactId>
155-
<version>3.1.4</version>
156-
</plugin>
157146
<plugin>
158147
<groupId>org.apache.maven.plugins</groupId>
159148
<artifactId>maven-site-plugin</artifactId>

0 commit comments

Comments
 (0)