You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/12/15 10:38:42 UTC

[maven-common-artifact-filters] branch MSHARED-683 updated: [MSHARED-683] Adjust parent and version

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MSHARED-683
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git


The following commit(s) were added to refs/heads/MSHARED-683 by this push:
     new bbc68ed  [MSHARED-683] Adjust parent and version
bbc68ed is described below

commit bbc68eda8fcf73ae0ff5cb8797adcf545be6d85f
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Dec 15 11:38:39 2018 +0100

    [MSHARED-683] Adjust parent and version
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 103397c..2629ac3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <artifactId>maven-shared-components</artifactId>
     <groupId>org.apache.maven.shared</groupId>
-    <version>30</version>
-    <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
+    <version>33</version>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-common-artifact-filters</artifactId>
-  <version>3.0.2-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
 
   <name>Apache Maven Common Artifact Filters</name>
   <description>A collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution.</description>