Skip to content

Commit 123f3b7

Browse files
committed
pom cleanup, fixes ojo deploy error
1 parent fb42517 commit 123f3b7

1 file changed

Lines changed: 16 additions & 21 deletions

File tree

pom.xml

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.openapiprocessor</groupId>
88
<artifactId>openapi-processor-maven-plugin</artifactId>
9-
<version>1.0.0.M1</version>
9+
<version>1.0.0.M2-SNAPSHOT</version>
1010
<packaging>maven-plugin</packaging>
1111

1212
<name>openapi-processor Maven Plugin</name>
@@ -60,7 +60,7 @@
6060
<!-- plugin interfaces and base classes -->
6161
<groupId>org.apache.maven</groupId>
6262
<artifactId>maven-plugin-api</artifactId>
63-
<version>3.6.0</version>
63+
<version>3.6.3</version>
6464
<scope>provided</scope>
6565
</dependency>
6666
<dependency>
@@ -74,7 +74,7 @@
7474
<!-- annotations used to describe the plugin meta-data -->
7575
<groupId>org.apache.maven.plugin-tools</groupId>
7676
<artifactId>maven-plugin-annotations</artifactId>
77-
<version>3.5</version>
77+
<version>3.6.0</version>
7878
<scope>provided</scope>
7979
</dependency>
8080
<dependency>
@@ -91,10 +91,20 @@
9191

9292
<build>
9393
<plugins>
94+
<plugin>
95+
<groupId>org.apache.maven.plugins</groupId>
96+
<artifactId>maven-plugin-plugin</artifactId>
97+
<version>3.6.0</version>
98+
</plugin>
99+
<plugin>
100+
<groupId>org.apache.maven.plugins</groupId>
101+
<artifactId>maven-deploy-plugin</artifactId>
102+
<version>3.0.0-M1</version>
103+
</plugin>
94104
<plugin>
95105
<groupId>org.apache.maven.plugins</groupId>
96106
<artifactId>maven-source-plugin</artifactId>
97-
<version>3.1.0</version>
107+
<version>3.2.1</version>
98108
<executions>
99109
<execution>
100110
<id>sources</id>
@@ -107,7 +117,7 @@
107117
<plugin>
108118
<groupId>org.apache.maven.plugins</groupId>
109119
<artifactId>maven-javadoc-plugin</artifactId>
110-
<version>3.1.0</version>
120+
<version>3.2.0</version>
111121
<configuration>
112122
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
113123
</configuration>
@@ -121,21 +131,6 @@
121131
</executions>
122132
</plugin>
123133
</plugins>
124-
125-
<pluginManagement>
126-
<plugins>
127-
<plugin>
128-
<groupId>org.apache.maven.plugins</groupId>
129-
<artifactId>maven-plugin-plugin</artifactId>
130-
<version>3.6.0</version>
131-
</plugin>
132-
<plugin>
133-
<groupId>org.apache.maven.plugins</groupId>
134-
<artifactId>maven-site-plugin</artifactId>
135-
<version>3.8.2</version>
136-
</plugin>
137-
</plugins>
138-
</pluginManagement>
139134
</build>
140135

141136
<distributionManagement>
@@ -145,7 +140,7 @@
145140
</repository>
146141
<snapshotRepository>
147142
<id>oap-snapshots</id>
148-
<url>https://oss.jfrog.org/oss-snapshot-local/</url>
143+
<url>https://oss.jfrog.org/oss-snapshot-local</url>
149144
</snapshotRepository>
150145
</distributionManagement>
151146

0 commit comments

Comments
 (0)