Skip to content

Commit

Permalink
chore: prepare release (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Jun 24, 2023
1 parent ec7b4f7 commit 1d1c8c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ image:docs/images/MVEL-csv-rulebase.png[Image:MVEL-csv-rulebase.png]
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-rules-cartridge</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC2</version>
</dependency>
----

Expand All @@ -156,4 +156,4 @@ xmlns:rules="https://www.smooks.org/xsd/smooks/rules-1.1.xsd

Smooks Rules 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 Rules 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+`
4 changes: 2 additions & 2 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-rules-cartridge</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
<packaging>bundle</packaging>

<name>Smooks Rules 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

0 comments on commit 1d1c8c2

Please sign in to comment.