This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jelly.git
commit 3086d2ff5c18deea8cdcba19c7b5229f99496ae2 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 14 08:26:26 2025 -0500 Revert "Bump commons-parent from 58 to 79" This reverts commit 539593993d47bcf696181f31db40b38f8a949fd6. --- .github/workflows/maven.yml | 2 +- core/pom.xml | 2 +- jelly-tags/interaction/xdocs/navigation.xml | 2 +- jelly-tags/jaxme/pom.xml | 2 +- pom.xml | 31 ++++++++++++++++++++++------- src/changes/changes.xml | 11 +++++----- 6 files changed, 33 insertions(+), 17 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f6f6b310..76d94977 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -58,4 +58,4 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn --errors --show-version --batch-mode --no-transfer-progress test -P'!java-9-up' -Dmaven.compiler.release=8 + run: mvn --errors --show-version --batch-mode --no-transfer-progress test diff --git a/core/pom.xml b/core/pom.xml index 0a4d3cbe..fe4b6c5a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -110,7 +110,7 @@ <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> - <version>1.2.0</version> + <version>1.1.6</version> </dependency> <dependency> <groupId>xerces</groupId> diff --git a/jelly-tags/interaction/xdocs/navigation.xml b/jelly-tags/interaction/xdocs/navigation.xml index 47d6dc23..8a812132 100644 --- a/jelly-tags/interaction/xdocs/navigation.xml +++ b/jelly-tags/interaction/xdocs/navigation.xml @@ -24,7 +24,7 @@ <menu name="Interaction Tag Library"> <item name="Overview" href="/index.html"/> <item name="Tags" href="/tags.html"/> - <item name="Changes" href="/changes.html"/> + <item name="Changes" href="/changes-report.html"/> </menu> &commons; </body> diff --git a/jelly-tags/jaxme/pom.xml b/jelly-tags/jaxme/pom.xml index fb4ce888..5f4b7e2e 100644 --- a/jelly-tags/jaxme/pom.xml +++ b/jelly-tags/jaxme/pom.xml @@ -34,7 +34,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.3.4</version> + <version>1.3.0</version> </dependency> <!-- TODO: These versions probably want updating --> <dependency> diff --git a/pom.xml b/pom.xml index af008bab..f830c8b3 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>79</version> + <version>58</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-jelly</groupId> @@ -338,6 +338,28 @@ <defaultGoal>clean verify javadoc:javadoc</defaultGoal> <pluginManagement> <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <debug>true</debug> + <optimize>false</optimize> + <showDeprecation>true</showDeprecation> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.source}</target> + </configuration> + </plugin> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifestEntries> + <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> + <X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK> + <X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK> + </manifestEntries> + </archive> + </configuration> + </plugin> </plugins> </pluginManagement> <plugins> @@ -422,18 +444,13 @@ <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> - <version>1.2.0</version> + <version>1.1.6</version> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.12.2</version> </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.3.4</version> - </dependency> </dependencies> <reporting> <plugins> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 922ec718..fe2e13ce 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,9 +38,9 @@ then tweak the source formatting if necessary and regenerate, then commit The <action> type attribute can be add,update,fix,remove. --> -<document xmlns="http://maven.apache.org/changes/2.0.0" +<document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Apache Commons IO Release Notes</title> </properties> @@ -54,11 +54,10 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" due-to="ggregory">Fix building on modern Java.</action> <!-- UPDATE --> <action type="update" due-to="ggregory">Bump Java from 7 to 8.</action> - <action type="update" due-to="ggregory">Bump commons-parent from 42 to 79.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-logging from 1.0.3 to 1.3.4.</action> + <action type="update" due-to="ggregory">Bump commons-parent from 42 to 58.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-logging from 1.0.3 to 1.3.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from a mix of 1.6 and 1.7.0 to 1.10.0.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump xmlunit:xmlunit from a mix of 0.8 and 1.0 to 1.6.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump jaxen:jaxen from 1.1.6 to 1.2.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump xmlunit:xmlunit from a mix of 0.8 and 1.0 to 1.6.</action> </release> </body> </document>