Skip to content

Commit

Permalink
chore: prepare release (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Oct 20, 2024
1 parent cf608fe commit dabb9b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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-RC4</version>
<version>2.0.0</version>
</dependency>
----

Expand Down
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-RC5-SNAPSHOT</version>
<version>2.0.0</version>

<name>Smooks Rules Cartridge</name>
<url>https://www.smooks.org</url>
Expand Down Expand Up @@ -41,7 +41,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gpg.skip>true</gpg.skip>
<smooks.version>2.0.0-RC5-SNAPSHOT</smooks.version>
<smooks.version>2.0.0</smooks.version>
</properties>

<build>
Expand Down

0 comments on commit dabb9b5

Please sign in to comment.