Skip to content

Commit 36bcf12

Browse files
committed
[MINVOKER-354] Upgrade to Doxia 2.0.0 Milestone Stack
This closes #187
1 parent aeba2b6 commit 36bcf12

File tree

1 file changed

+10
-29
lines changed

1 file changed

+10
-29
lines changed

pom.xml

+10-29
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ under the License.
6363
<properties>
6464
<javaVersion>8</javaVersion>
6565
<mavenVersion>3.6.3</mavenVersion>
66+
<resolverVersion>1.4.1</resolverVersion>
6667
<beanshell-groupId>org.apache-extras.beanshell</beanshell-groupId>
6768
<beanshell-artifactId>bsh</beanshell-artifactId>
6869
<beanshell-version>2.0b6</beanshell-version>
@@ -148,56 +149,32 @@ under the License.
148149
<dependency>
149150
<groupId>org.apache.maven.resolver</groupId>
150151
<artifactId>maven-resolver-api</artifactId>
151-
<version>1.4.1</version>
152+
<version>${resolverVersion}</version>
152153
<scope>provided</scope>
153154
</dependency>
154155
<dependency>
155156
<groupId>org.apache.maven.resolver</groupId>
156157
<artifactId>maven-resolver-util</artifactId>
157-
<version>1.4.1</version>
158+
<version>${resolverVersion}</version>
158159
</dependency>
159160

160161
<!-- shared -->
161162
<dependency>
162163
<groupId>org.apache.maven.reporting</groupId>
163164
<artifactId>maven-reporting-api</artifactId>
164-
<version>3.1.1</version>
165+
<version>4.0.0-M12</version>
165166
</dependency>
166167
<dependency>
167168
<groupId>org.apache.maven.reporting</groupId>
168169
<artifactId>maven-reporting-impl</artifactId>
169-
<version>3.2.0</version>
170-
<exclusions>
171-
<exclusion>
172-
<groupId>org.codehaus.plexus</groupId>
173-
<artifactId>plexus-container-default</artifactId>
174-
</exclusion>
175-
<exclusion>
176-
<groupId>org.apache.maven</groupId>
177-
<artifactId>maven-artifact</artifactId>
178-
</exclusion>
179-
<exclusion>
180-
<groupId>org.apache.maven</groupId>
181-
<artifactId>maven-core</artifactId>
182-
</exclusion>
183-
<exclusion>
184-
<groupId>org.apache.maven</groupId>
185-
<artifactId>maven-plugin-api</artifactId>
186-
</exclusion>
187-
</exclusions>
170+
<version>4.0.0-M15</version>
188171
</dependency>
189172

190173
<!-- doxia -->
191174
<dependency>
192175
<groupId>org.apache.maven.doxia</groupId>
193176
<artifactId>doxia-sink-api</artifactId>
194-
<version>1.12.0</version>
195-
<exclusions>
196-
<exclusion>
197-
<groupId>org.codehaus.plexus</groupId>
198-
<artifactId>plexus-container-default</artifactId>
199-
</exclusion>
200-
</exclusions>
177+
<version>2.0.0-M12</version>
201178
</dependency>
202179

203180
<dependency>
@@ -412,6 +389,10 @@ under the License.
412389
<profiles>
413390
<profile>
414391
<id>run-its</id>
392+
<properties>
393+
<!-- plugins versions used in IT tests -->
394+
<version.maven-site-plugin>3.20.0</version.maven-site-plugin>
395+
</properties>
415396
<build>
416397
<pluginManagement>
417398
<plugins>

0 commit comments

Comments
 (0)