Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Nov 26, 2024
2 parents 5b2f2c7 + 1f38834 commit f6e11fb
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Deploy as P2 repository
# Only run Job on tagged commits that start with "v"
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: push
jobs:
test_java8:
name: Execute all automated tests on Java 8
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-java8-${{ hashFiles('**/pom.xml') }}
Expand All @@ -21,12 +21,12 @@ jobs:
run: mvn install
test_java11:
name: Execute all automated tests on Java 11
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-java11-${{ hashFiles('**/pom.xml') }}
Expand All @@ -35,4 +35,4 @@ jobs:
- name: Set JAVA_HOME to included JDK 11
run: echo JAVA_HOME=$JAVA_HOME_11_X64 >> $GITHUB_ENV
- name: Run Maven install (includes tests)
run: mvn install
run: mvn install
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Update some dependencies for better compatibility with newer Java versions
- Update logging implementation to fix security issues and compatibility with newer Eclipse releases

## [3.6.0] - 2021-03-01

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This project includes:
Aether Transport HTTP under Eclipse Public License, Version 1.0
Aether Transport Wagon under Eclipse Public License, Version 1.0
Aether Utilities under Eclipse Public License, Version 1.0
Apache Commons IO under Apache-2.0
Apache Commons Lang under Apache License, Version 2.0
Apache HttpClient under Apache License
Apache HttpClient Cache under Apache License
Expand All @@ -41,7 +42,6 @@ This project includes:
Common Eclipse Runtime under Eclipse Public License - v 1.0
Commons Codec under The Apache Software License, Version 2.0
Commons Compiler under New BSD License
Commons IO under The Apache Software License, Version 2.0
Commons Logging under The Apache Software License, Version 2.0
Core Runtime under Eclipse Public License - v 1.0
Declarative Services under Eclipse Public License
Expand Down
2 changes: 1 addition & 1 deletion pepper-doc/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ carefully, which should be located in the corresponding jar-files
inside the folders plugins or lib.

This project includes:
Apache Commons IO under Apache-2.0
Apache Commons Lang under Apache License, Version 2.0
AssertJ fluent assertions under Apache License, Version 2.0
carrot-osgi-anno-scr-core under The BSD License
carrot-osgi-anno-scr-make under The BSD License
Commons IO under The Apache Software License, Version 2.0
Guava: Google Core Libraries for Java under The Apache Software License, Version 2.0
Hamcrest Core under New BSD License
Java Architecture for XML Binding under CDDL 1.1 or GPL2 w/ CPE
Expand Down
2 changes: 1 addition & 1 deletion pepper-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.corpus-tools</groupId>
<artifactId>pepper</artifactId>
<relativePath>../pom.xml</relativePath>
<version>3.6.1</version>
<version>3.7.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pepper-framework/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ carefully, which should be located in the corresponding jar-files
inside the folders plugins or lib.

This project includes:
Apache Commons IO under Apache-2.0
Apache Commons Lang under Apache License, Version 2.0
AssertJ fluent assertions under Apache License, Version 2.0
carrot-osgi-anno-scr-core under The BSD License
carrot-osgi-anno-scr-make under The BSD License
Commons IO under The Apache Software License, Version 2.0
Guava: Google Core Libraries for Java under The Apache Software License, Version 2.0
Hamcrest Core under New BSD License
Java Architecture for XML Binding under CDDL 1.1 or GPL2 w/ CPE
Expand Down
2 changes: 1 addition & 1 deletion pepper-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.corpus-tools</groupId>
<artifactId>pepper</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>This project contains the core of Pepper.</description>
Expand Down
2 changes: 1 addition & 1 deletion pepper-lib/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This project includes:
Aether Transport HTTP under Eclipse Public License, Version 1.0
Aether Transport Wagon under Eclipse Public License, Version 1.0
Aether Utilities under Eclipse Public License, Version 1.0
Apache Commons IO under Apache-2.0
Apache Commons Lang under Apache License, Version 2.0
Apache HttpClient under Apache License
Apache HttpClient Cache under Apache License
Expand All @@ -41,7 +42,6 @@ This project includes:
Common Eclipse Runtime under Eclipse Public License - v 1.0
Commons Codec under The Apache Software License, Version 2.0
Commons Compiler under New BSD License
Commons IO under The Apache Software License, Version 2.0
Commons Logging under The Apache Software License, Version 2.0
Core Runtime under Eclipse Public License - v 1.0
Declarative Services under Eclipse Public License
Expand Down
8 changes: 4 additions & 4 deletions pepper-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.corpus-tools</groupId>
<artifactId>pepper</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand All @@ -32,17 +32,17 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.13</version>
<version>1.3.14</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.0.13</version>
<version>1.3.14</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pepper-newModule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.corpus-tools</groupId>
<artifactId>pepper-parentModule</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<relativePath>../pepper-parentModule/pom.xml</relativePath>
</parent>
<artifactId>pepper-newModule</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pepper-parentModule/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ carefully, which should be located in the corresponding jar-files
inside the folders plugins or lib.

This project includes:
Apache Commons IO under Apache-2.0
Apache Commons Lang under Apache License, Version 2.0
AssertJ fluent assertions under Apache License, Version 2.0
carrot-osgi-anno-scr-core under The BSD License
carrot-osgi-anno-scr-make under The BSD License
Commons IO under The Apache Software License, Version 2.0
Guava: Google Core Libraries for Java under The Apache Software License, Version 2.0
Hamcrest Core under New BSD License
Java Architecture for XML Binding under CDDL 1.1 or GPL2 w/ CPE
Expand Down
2 changes: 1 addition & 1 deletion pepper-parentModule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.corpus-tools</groupId>
<artifactId>pepper</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.corpus-tools</groupId>
<artifactId>pepper</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<packaging>pom</packaging>
<modules>
<module>pepper-framework</module>
Expand Down Expand Up @@ -104,7 +104,7 @@
<!-- versions of dependencies -->
<salt.version>3.4.2</salt.version>
<commons-lang3.version>3.4</commons-lang3.version>
<slf4j.version>1.7.5</slf4j.version>
<slf4j.version>2.0.16</slf4j.version>
<junit.version>4.13.1</junit.version>
<assertj.version>2.4.1</assertj.version>
<mockito.version>1.10.19</mockito.version>
Expand All @@ -116,7 +116,7 @@
<org.codehaus.janino.version>2.7.8</org.codehaus.janino.version>
<org.eclipse.aether.version>1.0.2.v20150114</org.eclipse.aether.version>
<org.eclipse.osgi.services.version>3.4.0.v20140312-2051</org.eclipse.osgi.services.version>
<commons.io.version>2.4</commons.io.version>
<commons.io.version>2.18.0</commons.io.version>
<!-- versions of plugins -->
<maven-bundle-plugin.version>2.5.4</maven-bundle-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
Expand Down

0 comments on commit f6e11fb

Please sign in to comment.