You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/01/23 11:08:47 UTC

[maven-archiver] branch master updated: switch to 3.4.0-SNAPSHOT, given the changes in progress

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git


The following commit(s) were added to refs/heads/master by this push:
     new 55d9780  switch to 3.4.0-SNAPSHOT, given the changes in progress
55d9780 is described below

commit 55d97800bc171fa77585f9e1cf6de6d19884357a
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Jan 23 12:08:45 2019 +0100

    switch to 3.4.0-SNAPSHOT, given the changes in progress
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 10bbce2..2b13477 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-archiver</artifactId>
-  <version>3.3.1-SNAPSHOT</version>
+  <version>3.4.0-SNAPSHOT</version>
 
   <name>Apache Maven Archiver</name>
   <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>