Skip to content

Commit

Permalink
Merge pull request #404 from apache/ARIES-2163-replace-ianal-with-ger…
Browse files Browse the repository at this point in the history
…onimo-tools-maven-plugin

[ARIES-2163] Replace ianal-maven-plugin with geronimo tools-maven-plugin
  • Loading branch information
alien11689 authored Jan 26, 2025
2 parents a03ace7 + 50df261 commit f697ba6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 8, 11 ]
java: [ 8, 11, 17, 21 ]
os: [ ubuntu-latest ]
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
14 changes: 7 additions & 7 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>30</version>
<version>33</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -233,11 +233,11 @@
<maven-paxexam-plugin.version>1.2.4</maven-paxexam-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<org.apache.aries.versioning.plugin.version>0.3.0</org.apache.aries.versioning.plugin.version>
<ianal-maven-plugin.version>1.0-alpha-1</ianal-maven-plugin.version>
<animal-sniffer-enforcer-rule.version>1.6</animal-sniffer-enforcer-rule.version>
<tools-maven-plugin.version>1.4</tools-maven-plugin.version>

<!--Other-->
<java.source.version>1.8</java.source.version>
<java.source.version>8</java.source.version>
</properties>

<build>
Expand Down Expand Up @@ -454,12 +454,12 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<optimize>true</optimize>
<debug>true</debug>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<source>${java.source.version}</source>
<target>${java.source.version}</target>
<release>${java.source.version}</release>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -533,9 +533,9 @@
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>ianal-maven-plugin</artifactId>
<version>${ianal-maven-plugin.version}</version>
<groupId>org.apache.geronimo.genesis.plugins</groupId>
<artifactId>tools-maven-plugin</artifactId>
<version>${tools-maven-plugin.version}</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>30</version>
<version>33</version>
</parent>

<!-- This pom is for convenience in building several aries subprojects at once.
Expand Down
2 changes: 1 addition & 1 deletion versioning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
<version>2.1.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions versioning/versioning-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>parent</artifactId>
<version>2.1.1</version>
<relativePath/>
<version>2.1.2-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<groupId>org.apache.aries.versioning</groupId>
Expand Down
4 changes: 2 additions & 2 deletions versioning/versioning-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>parent</artifactId>
<version>2.1.1</version>
<relativePath/>
<version>2.1.2-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<groupId>org.apache.aries.versioning</groupId>
Expand Down

0 comments on commit f697ba6

Please sign in to comment.