You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2023/03/14 12:51:23 UTC

[xmlgraphics-fop-pdf-images] branch temp/ssteiner-github-ci created (now b270255)

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

ssteiner pushed a change to branch temp/ssteiner-github-ci
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git


      at b270255  Workaround CI failure

This branch includes the following new commits:

     new 067a1d2  Disable emails
     new b270255  Workaround CI failure

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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org


[xmlgraphics-fop-pdf-images] 01/02: Disable emails

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

ssteiner pushed a commit to branch temp/ssteiner-github-ci
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git

commit 067a1d235afb6cb4701c90458404085a2167a5c0
Author: Simon Steiner <ss...@smartcommunications.com>
AuthorDate: Tue Mar 14 12:50:04 2023 +0000

    Disable emails
---
 .asf.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 28f454b..037d9f4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,7 +18,7 @@ github:
 
 notifications:
   commits: commits@xmlgraphics.apache.org
-  issues: fop-dev@xmlgraphics.apache.org
-  pullrequests: fop-dev@xmlgraphics.apache.org
-  jobs: fop-dev@xmlgraphics.apache.org
+  # issues: fop-dev@xmlgraphics.apache.org
+  # pullrequests: fop-dev@xmlgraphics.apache.org
+  # jobs: fop-dev@xmlgraphics.apache.org
   jira_options: link label


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org


[xmlgraphics-fop-pdf-images] 02/02: Workaround CI failure

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

ssteiner pushed a commit to branch temp/ssteiner-github-ci
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git

commit b270255f83e1140c6e7a95780ca50b58a64584c6
Author: Simon Steiner <ss...@smartcommunications.com>
AuthorDate: Tue Mar 14 12:51:06 2023 +0000

    Workaround CI failure
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 8fecc03..001e7b5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,10 +21,10 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
-    - name: Set up JDK 8
+    - name: Set up JDK 11
       uses: actions/setup-java@v3
       with:
-        java-version: '8'
+        java-version: '11'
         distribution: 'temurin'
         cache: maven
     - name: Build with Maven


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org