You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2018/05/29 16:46:29 UTC

[commons-weaver] branch master updated (bf128d3 -> 225d87a)

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

mbenson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git.


    from bf128d3  cleanup warnings; add utility method
     new 9465921  upgrade doxia-module-markdown
     new 225d87a  upgrade to ASM 6.2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE-asm6.1.txt => LICENSE-asm6.2.txt | 0
 pom.xml                                  | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename LICENSE-asm6.1.txt => LICENSE-asm6.2.txt (100%)

-- 
To stop receiving notification emails like this one, please contact
mbenson@apache.org.

[commons-weaver] 02/02: upgrade to ASM 6.2

Posted by mb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git

commit 225d87ae3b4de3552890cd119d74cf5fd0a37c3f
Author: Matt Benson <mb...@apache.org>
AuthorDate: Tue May 29 11:46:21 2018 -0500

    upgrade to ASM 6.2
---
 LICENSE-asm6.1.txt => LICENSE-asm6.2.txt | 0
 pom.xml                                  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/LICENSE-asm6.1.txt b/LICENSE-asm6.2.txt
similarity index 100%
rename from LICENSE-asm6.1.txt
rename to LICENSE-asm6.2.txt
diff --git a/pom.xml b/pom.xml
index 9fe4eae..cf92b95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
     <maven.compiler.target>1.8</maven.compiler.target>
 
     <ant.version>1.9.4</ant.version>
-    <asm.version>6.1</asm.version>
+    <asm.version>6.2</asm.version>
   </properties>
 
   <developers>

-- 
To stop receiving notification emails like this one, please contact
mbenson@apache.org.

[commons-weaver] 01/02: upgrade doxia-module-markdown

Posted by mb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git

commit 946592117891bca3d3bce620dd0e847262b97d13
Author: Matt Benson <mb...@apache.org>
AuthorDate: Tue May 29 11:42:35 2018 -0500

    upgrade doxia-module-markdown
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0725e66..9fe4eae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,7 +293,7 @@ under the License.
           <dependency>
             <groupId>org.apache.maven.doxia</groupId>
             <artifactId>doxia-module-markdown</artifactId>
-            <version>1.6</version>
+            <version>1.8</version>
           </dependency>
         </dependencies>
       </plugin>

-- 
To stop receiving notification emails like this one, please contact
mbenson@apache.org.