You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/03/24 20:07:34 UTC

[commons-bcel] branch master updated (41aac40 -> 1c94917)

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

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


    from 41aac40  Prepare to release 6.3.1.
     add 9174edf  Update version numbers for Apache Commons BCEL release 6.3.1
     add dce57b3  Update Travis build with more JDKs.
     new 1c94917  Bump to next development version

The 1 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:
 .travis.yml | 51 +++++++++++++++++++++++++++------------------------
 pom.xml     |  2 +-
 2 files changed, 28 insertions(+), 25 deletions(-)


[commons-bcel] 01/01: Bump to next development version

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

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

commit 1c9491791a34039f2d1bd6bcb78509dabdf44897
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 24 16:06:44 2019 -0400

    Bump to next development version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47c0f0e..fa8217a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <groupId>org.apache.bcel</groupId>
   <artifactId>bcel</artifactId>
   <packaging>jar</packaging>
-  <version>6.3.1</version>
+  <version>6.3.2-SNAPSHOT</version>
   <name>Apache Commons BCEL</name>
   <description>Apache Commons Bytecode Engineering Library</description>