Skip to content

Commit

Permalink
Update Maven including plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Aug 17, 2023
1 parent dae5b94 commit 3ec593d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.0
maven-version: 3.9.2
- name: Build with Maven
run: mvn -f chemclipse/releng/org.eclipse.chemclipse.aggregator/pom.xml -T 1C clean verify --batch-mode --no-transfer-progress
12 changes: 6 additions & 6 deletions chemclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<packaging>pom</packaging>
<properties>
<!-- versions for plugins to use -->
<tycho.version>4.0.0</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>
<tycho.version>4.0.1</tycho.version>
<pmd.version>3.21.0</pmd.version>
<checkstyle.version>3.3.0</checkstyle.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<cbi-version>1.1.5</cbi-version>
<!-- definition of the target to use -->
<tycho.target.groupId>org.eclipse.chemclipse</tycho.target.groupId>
Expand Down Expand Up @@ -185,7 +185,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand All @@ -195,7 +195,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.0</version>
<version>3.9</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 3ec593d

Please sign in to comment.