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/juneau.git
commit 0088a41e543d5395d7ca73b760b1a39a1456c735 Author: Gary Gregory <[email protected]> AuthorDate: Mon Dec 18 14:15:31 2023 -0500 Set versions for local builds --- juneau-env.sh | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/juneau-env.sh b/juneau-env.sh index 279d0b601..a38490d7c 100755 --- a/juneau-env.sh +++ b/juneau-env.sh @@ -13,7 +13,7 @@ . ~/.profile set -e -export JUNEAU_VERSION=9.0.1 +export JUNEAU_VERSION=9.0.2 export JAVA_HOME=${JAVA_HOME:-/Library/Java/JavaVirtualMachines/jdk-18.jdk/Contents/Home} export PATH=$JAVA_HOME/bin:$PATH export PATH=/opt/homebrew/bin:$PATH diff --git a/pom.xml b/pom.xml index 76a0025d0..1d61e939d 100644 --- a/pom.xml +++ b/pom.xml @@ -43,9 +43,9 @@ <httpcore.version>4.4.16</httpcore.version> <jetty.version>11.0.18</jetty.version> <juneau.compare.version>8.0.0</juneau.compare.version> - <javadoc.juneau.version>9.0.0</javadoc.juneau.version> - <juneauVersion>9.0.0</juneauVersion> - <juneauVersionNext>9.0.1</juneauVersionNext> + <javadoc.juneau.version>9.0.2</javadoc.juneau.version> + <juneauVersion>9.0.2</juneauVersion> + <juneauVersionNext>9.0.3</juneauVersionNext> <derby.version>10.17.1.0</derby.version> <hibernate.version>5.6.15.Final</hibernate.version> <springboot.version>3.2.0</springboot.version>
