Skip to content

Commit

Permalink
Merge pull request #1331 from Mailaender/tycho-3.0.3
Browse files Browse the repository at this point in the history
Update Tycho and downgrade Maven
  • Loading branch information
eselmeister committed Mar 7, 2023
2 parents 5b9ed05 + ce0ab30 commit e77f6de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.5
- name: Build with Maven
run: mvn -f chemclipse/releng/org.eclipse.chemclipse.aggregator/pom.xml -T 1C verify --batch-mode --no-transfer-progress
2 changes: 1 addition & 1 deletion chemclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>pom</packaging>
<properties>
<!-- versions for plugins to use -->
<tycho.version>3.0.1</tycho.version>
<tycho.version>3.0.3</tycho.version>
<pmd.version>3.16.0</pmd.version>
<checkstyle.version>3.1.2</checkstyle.version>
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
Expand Down

0 comments on commit e77f6de

Please sign in to comment.