Skip to content

Commit

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

* docs: prepare docs 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 1cf40b2 commit 71fb169
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 @@ -192,7 +192,7 @@ In situations where using a node tree is not practical, Smooks allows you to use
</smooks-resource-list>
----

NOTE: See full example in the https://github.com/smooks/smooks-examples/tree/v4/file-router[file-router] example
NOTE: See full example in the https://github.com/smooks/smooks-examples/tree/v5/file-router[file-router] example

=== Programmatic Configuration

Expand Down Expand Up @@ -254,7 +254,7 @@ This can happen and is most likely going to be a result of your stylesheet conta
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-templating-cartridge</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
----
// end::smooks-templating-cartridge[]
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-templating-cartridge</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>

<name>Smooks Templating Cartridge</name>
<url>https://www.smooks.org</url>
Expand Down Expand Up @@ -46,12 +46,12 @@
<dependency>
<groupId>org.smooks</groupId>
<artifactId>smooks-core</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</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>
Expand Down

0 comments on commit 71fb169

Please sign in to comment.