Skip to content

Commit

Permalink
chore: prepare release (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Dec 29, 2023
1 parent b36771a commit 0810a64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ If you need more control over the binding process, revert back to the lower leve
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-fixed-length-cartridge</artifactId>
<version>2.0.0-RC2</version>
<version>2.0.0-RC3</version>
</dependency>
----

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-fixed-length-cartridge</artifactId>
<version>2.0.0-RC3-SNAPSHOT</version>
<version>2.0.0-RC3</version>

<name>Smooks Fixed-Length Cartridge</name>
<url>https://www.smooks.org</url>
Expand Down Expand Up @@ -54,12 +54,12 @@
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-cartridge</artifactId>
<version>2.0.0-RC3-SNAPSHOT</version>
<version>2.0.0-RC3</version>
</dependency>
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-flatfile-cartridge</artifactId>
<version>2.0.0-RC3-SNAPSHOT</version>
<version>2.0.0-RC3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 0810a64

Please sign in to comment.