You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/01/23 01:13:04 UTC

[maven-common-artifact-filters] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1f67266  [maven-release-plugin] prepare for next development iteration
1f67266 is described below

commit 1f6726680b6e2b2e615abe9aba65bbccb4b043c4
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 23 02:12:59 2021 +0100

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4f2b9c1..76664a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-common-artifact-filters</artifactId>
-  <version>3.1.1</version>
+  <version>3.2.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>
@@ -37,7 +37,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git</developerConnection>
     <url>https://github.com/apache/maven-common-artifact-filters/tree/${project.scm.tag}</url>
-    <tag>maven-common-artifact-filters-3.1.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -57,7 +57,7 @@
   <properties>
     <maven.version>3.1.0</maven.version>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2021-01-23T01:12:33Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-01-23T01:12:59Z</project.build.outputTimestamp>
   </properties>
   
   <build>