Skip to content

Commit

Permalink
chore: prepare release (#94)
Browse files Browse the repository at this point in the history
* chore: prepare release
  • Loading branch information
cjmamo authored Jun 24, 2023
1 parent 4bad76d commit a4fab92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ executionContext.getBeanContext().addBean("myBean", myBeanInstance);
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-scripting-cartridge</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC2</version>
</dependency>
----
// end::smooks-scripting-cartridge[]
Expand All @@ -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+`
`+SPDX-License-Identifier: Apache-2.0 OR LGPL-3.0-or-later+`
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-scripting-cartridge</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
<packaging>bundle</packaging>

<name>Smooks Scripting Cartridge</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gpg.skip>true</gpg.skip>
<smooks.version>2.0.0-RC2-SNAPSHOT</smooks.version>
<smooks.version>2.0.0-RC2</smooks.version>
</properties>

<build>
Expand Down Expand Up @@ -209,7 +209,7 @@
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-cartridge</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a4fab92

Please sign in to comment.