Skip to content

Commit

Permalink
chore: prepare release (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo committed Apr 17, 2024
1 parent 378de4c commit b0a85dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 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-RC3</version>
<version>2.0.0-RC4</version>
</dependency>
----

Expand Down
12 changes: 3 additions & 9 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-RC4-SNAPSHOT</version>
<version>2.0.0-RC4</version>

<name>Smooks Fixed-Length Cartridge</name>
<url>https://www.smooks.org</url>
Expand Down Expand Up @@ -37,12 +37,6 @@
<name>Smooks Developers</name>
<email>smooks-dev@googlegroups.com</email>
</developer>
<developer>
<name>Cedric Rathgeb</name>
<roles>
<role>Contribution</role>
</roles>
</developer>
</developers>

<properties>
Expand All @@ -54,12 +48,12 @@
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-cartridge</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC4</version>
</dependency>
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-flatfile-cartridge</artifactId>
<version>2.0.0-RC4-SNAPSHOT</version>
<version>2.0.0-RC4</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit b0a85dc

Please sign in to comment.