This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch pom-23 in repository https://gitbox.apache.org/repos/asf/jena.git
commit c31011a781145c2e3b92edc333508df9a1595e42 Author: Andy Seaborne <[email protected]> AuthorDate: Sun Jan 26 10:41:47 2020 +0000 JENA-1829: Upgrade parent POM; drop old fix to resources-plugin --- pom.xml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 77fd8fe..ea69167 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>22</version> + <version>23</version> </parent> <licenses> @@ -938,22 +938,6 @@ </configuration> </plugin> - <!-- Temp fix for remote-resources while waiting for remote-resources >1.5 - 1.6 should fix this - SNAPSHOT already does. - --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <version>1.5</version> - <dependencies> - <dependency> - <groupId>org.apache.maven.shared</groupId> - <artifactId>maven-filtering</artifactId> - <version>3.1.1</version> - </dependency> - </dependencies> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId>
