Skip to content

Commit

Permalink
chore: prepare release (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Feb 20, 2022
1 parent 79fd0ad commit f17ff74
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 @@ -298,7 +298,7 @@ If you need more control over the binding process, revert back to the lower leve
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-csv-cartridge</artifactId>
<version>2.0.0-M3</version>
<version>2.0.0-RC1</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-csv-cartridge</artifactId>
<version>2.0.0-RC1-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<packaging>bundle</packaging>

<name>Smooks CSV Cartridge</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-flatfile-cartridge</artifactId>
<version>2.0.0-RC1-SNAPSHOT</version>
<version>2.0.0-RC1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit f17ff74

Please sign in to comment.