diff --git a/README.adoc b/README.adoc index 3637c90..50ad725 100644 --- a/README.adoc +++ b/README.adoc @@ -71,7 +71,7 @@ executionContext.getBeanContext().addBean("myBean", myBeanInstance); org.smooks.cartridges smooks-scripting-cartridge - 2.0.0-RC1 + 2.0.0-RC2 ---- // end::smooks-scripting-cartridge[] @@ -80,4 +80,4 @@ executionContext.getBeanContext().addBean("myBean", myBeanInstance); Smooks Scripting Cartridge is open source and licensed under the terms of the Apache License Version 2.0, or the GNU Lesser General Public License version 3.0 or later. You may use Smooks Scripting Cartridge according to either of these licenses as is most appropriate for your project. -`+SPDX-License-Identifier: Apache-2.0 OR LGPL-3.0-or-later+` \ No newline at end of file +`+SPDX-License-Identifier: Apache-2.0 OR LGPL-3.0-or-later+` diff --git a/pom.xml b/pom.xml index 7bd0ac5..f2136f9 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.smooks.cartridges smooks-scripting-cartridge - 2.0.0-RC2-SNAPSHOT + 2.0.0-RC2 bundle Smooks Scripting Cartridge @@ -42,7 +42,7 @@ UTF-8 true - 2.0.0-RC2-SNAPSHOT + 2.0.0-RC2 @@ -209,7 +209,7 @@ org.smooks.cartridges smooks-javabean-cartridge - 2.0.0-RC2-SNAPSHOT + 2.0.0-RC2 test