Skip to content

Commit

Permalink
chore: prepare v2.0.2 release (#126)
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 88cee4c commit 983d62b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ customerId=ftl:Invalid customer number '${ruleResult.text}' at '${path}'. Custo

== Example

https://github.com/smooks/smooks-examples/tree/v4/validation-basic[See the Validation Example].
https://github.com/smooks/smooks-examples/tree/v5/validation-basic[See the Validation Example].

== Maven Coordinates

Expand All @@ -114,7 +114,7 @@ https://github.com/smooks/smooks-examples/tree/v4/validation-basic[See the Valid
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-validation-cartridge</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
----
// end::smooks-validation-cartridge[]
Expand Down
8 changes: 4 additions & 4 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-validation-cartridge</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>

<name>Smooks Validation Cartridge</name>
<url>https://www.smooks.org</url>
Expand Down Expand Up @@ -190,18 +190,18 @@
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-rules-cartridge</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-cartridge</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.smooks</groupId>
<artifactId>smooks-test-kit</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 983d62b

Please sign in to comment.