This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jelly.git
commit a244cd59f74b3ff830b8e6aa661f16cf18d343f4 Author: Gary Gregory <[email protected]> AuthorDate: Tue Sep 8 17:10:59 2026 -0400 Bump ojb:obj from 0.9.6 to 1.0.rc4. --- jelly-tags/ojb/pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jelly-tags/ojb/pom.xml b/jelly-tags/ojb/pom.xml index 3a1cbb3a..8dd1f23e 100644 --- a/jelly-tags/ojb/pom.xml +++ b/jelly-tags/ojb/pom.xml @@ -36,7 +36,7 @@ <dependency> <groupId>ojb</groupId> <artifactId>ojb</artifactId> - <version>0.9.6</version> + <version>1.0.rc4</version> </dependency> <!-- ojb depends on commons-lang by extending org.apache.commons.lang.exception.NestableRuntimeException --> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8f8957c3..3e622249 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -85,6 +85,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump geronimo-spec:geronimo-spec-jms from 1.0-M1 to 1.1-rc4 #98.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump velocity:velocity from 1.3 to 1.5 #99.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot, Suraj Rajan">Bump jline:jline from 0.9.5 to 2.14.6 (#104, #107).</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump ojb:ojb from 0.9.6 to 1.0.rc4.</action> </release> </body> </document>
