Skip to content

Commit

Permalink
[MSHARED-1069] Upgrade Parent to 36
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 7, 2022
1 parent 74c79a5 commit 7d1c702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 61 deletions.
22 changes: 4 additions & 18 deletions pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
<version>34</version>
<version>36</version>
<relativePath />
</parent>

Expand All @@ -45,7 +45,7 @@
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-dependency-tree/</url>
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-tree/</url>
</ciManagement>
<distributionManagement>
<site>
Expand Down Expand Up @@ -102,26 +102,11 @@
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.2.2</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.10.0</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>2.1.1</version>
<executions>
<execution>
<goals>
Expand All @@ -137,6 +122,7 @@
<debug>true</debug>
<projectsDirectory>src/it</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<cloneClean>true</cloneClean>
<preBuildHookScript>setup</preBuildHookScript>
<postBuildHookScript>verify</postBuildHookScript>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
Expand Down
43 changes: 0 additions & 43 deletions src/it/reactor/setup.bsh

This file was deleted.

0 comments on commit 7d1c702

Please sign in to comment.