Skip to content

Commit 373172d

Browse files
committed
[MJAVADOC-817] Upgrade to Doxia 2.0.0 GA Stack
This closes #330
1 parent ba266c0 commit 373172d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ under the License.
112112
<properties>
113113
<javaVersion>8</javaVersion>
114114
<mavenVersion>3.6.3</mavenVersion>
115-
<doxiaSitetoolsVersion>2.0.0-M19</doxiaSitetoolsVersion>
115+
<doxiaSitetoolsVersion>2.0.0</doxiaSitetoolsVersion>
116116
<wagonVersion>3.5.3</wagonVersion>
117117
<resolverVersion>1.4.1</resolverVersion>
118118
<!-- https://cwiki.apache.org/confluence/x/VIHOCg#MavenEcosystemCleanup-ResolverandMaven -->
@@ -123,7 +123,7 @@ under the License.
123123
<compilerPluginVersion>3.11.0</compilerPluginVersion>
124124
<sourcePluginVersion>3.3.0</sourcePluginVersion>
125125
<enforcerPluginVersion>3.4.1</enforcerPluginVersion>
126-
<pluginPluginVersion>3.14.0</pluginPluginVersion>
126+
<pluginPluginVersion>3.15.0</pluginPluginVersion>
127127
<jarPluginVersion>3.3.0</jarPluginVersion>
128128
<sitePluginVersion>3.20.0</sitePluginVersion>
129129
<projectInfoReportsPluginVersion>3.7.0</projectInfoReportsPluginVersion>
@@ -201,13 +201,13 @@ under the License.
201201
<dependency>
202202
<groupId>org.apache.maven.reporting</groupId>
203203
<artifactId>maven-reporting-api</artifactId>
204-
<version>4.0.0-M12</version>
204+
<version>4.0.0</version>
205205
</dependency>
206206
<!-- for Javadoc purposes -->
207207
<dependency>
208208
<groupId>org.apache.maven.reporting</groupId>
209209
<artifactId>maven-reporting-impl</artifactId>
210-
<version>4.0.0-M15</version>
210+
<version>4.0.0</version>
211211
<scope>provided</scope>
212212
</dependency>
213213
<dependency>
@@ -235,7 +235,7 @@ under the License.
235235
<dependency>
236236
<groupId>org.apache.maven.doxia</groupId>
237237
<artifactId>doxia-sink-api</artifactId>
238-
<version>2.0.0-M12</version>
238+
<version>2.0.0</version>
239239
</dependency>
240240

241241
<!-- Doxia-sitetools -->

0 commit comments

Comments
 (0)