Skip to content

Commit

Permalink
chore: prepare release (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Jun 19, 2023
1 parent 7aabc94 commit 72cacbb
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 @@ -149,7 +149,7 @@ The DFDL cartridge supports variables, on disk caching, and trace debugging. Con
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-dfdl-cartridge</artifactId>
<version>1.0.0-RC1</version>
<version>1.0.0-RC2</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 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-dfdl-cartridge</artifactId>
<version>1.0.0-RC2-SNAPSHOT</version>
<version>1.0.0-RC2</version>

<name>Smooks DFDL Cartridge</name>
<url>https://www.smooks.org</url>
Expand Down Expand Up @@ -40,7 +40,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gpg.skip>true</gpg.skip>
<smooks.version>2.0.0-RC2-SNAPSHOT</smooks.version>
<smooks.version>2.0.0-RC2</smooks.version>
</properties>

<build>
Expand Down

0 comments on commit 72cacbb

Please sign in to comment.