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 2022/12/06 11:33:35 UTC

[commons-bcel] branch master updated (2fbcd9e2 -> dc437a16)

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 2fbcd9e2 setup-java: rollback from 3.7.0 to 3.6.0 (#184)
     add 6fc2135e Prepate for next RC
     add 1942b188 Bump actions/setup-java from 3.6.0 to 3.7.0 #126
     add c3f2705a Javadoc
     new 18a21e7c Bump to next development version
     new 5909b0c5 Merge branch 'release'
     new dc437a16 Undo Bump actions/setup-java from 3.6.0 to 3.7.0 #126

The 3 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:
 .github/workflows/coverage.yml                                | 2 +-
 pom.xml                                                       | 2 +-
 src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)


[commons-bcel] 03/03: Undo Bump actions/setup-java from 3.6.0 to 3.7.0 #126

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 dc437a168f352f43916fbeb8fdcc697590910df4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 6 06:33:23 2022 -0500

    Undo Bump actions/setup-java from 3.6.0 to 3.7.0 #126
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0f9d9932..a487d27a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -55,7 +55,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v3.7.0
+      uses: actions/setup-java@v3.6.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}


[commons-bcel] 01/03: 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 18a21e7c8e4772c42a9e2b7133655bb98f86df30
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 6 06:29:55 2022 -0500

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

diff --git a/pom.xml b/pom.xml
index 87081f83..7231153c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <groupId>org.apache.bcel</groupId>
   <artifactId>bcel</artifactId>
   <packaging>jar</packaging>
-  <version>6.7.0</version>
+  <version>6.7.1-SNAPSHOT</version>
   <name>Apache Commons BCEL</name>
   <description>Apache Commons Bytecode Engineering Library</description>
 


[commons-bcel] 02/03: Merge branch 'release'

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 5909b0c5cec7529f48f8f63a38d9733c2d43070c
Merge: 2fbcd9e2 18a21e7c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 6 06:30:17 2022 -0500

    Merge branch 'release'

 .github/workflows/coverage.yml                                | 2 +-
 .github/workflows/maven.yml                                   | 2 +-
 pom.xml                                                       | 2 +-
 src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java | 4 +++-
 4 files changed, 6 insertions(+), 4 deletions(-)