Skip to content

Commit

Permalink
chore: prepare v2.0.2 release (#129)
Browse files Browse the repository at this point in the history
* chore: prepare v2.0.2 release

* docs: prepare for release

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: cjmamo <823038+cjmamo@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and cjmamo authored Jan 4, 2025
1 parent 585415e commit 6004880
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.1</version>
<version>2.0.2</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.2-SNAPSHOT</version>
<version>2.0.2</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.2.0-SNAPSHOT</smooks.version>
<smooks.version>2.2.0</smooks.version>
</properties>

<build>
Expand Down

0 comments on commit 6004880

Please sign in to comment.