Skip to content

Commit

Permalink
chore: prepare release (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Jun 22, 2023
1 parent 656b7a7 commit 97e657e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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-RC1</version>
<version>2.0.0-RC2</version>
</dependency>
----

Expand All @@ -312,4 +312,4 @@ xmlns:csv="https://www.smooks.org/xsd/smooks/csv-1.7.xsd"

Smooks CSV Cartridge is open source and licensed under the terms of the Apache License Version 2.0, or the GNU Lesser General Public License version 3.0 or later. You may use Smooks CSV Cartridge according to either of these licenses as is most appropriate for your project.

`+SPDX-License-Identifier: Apache-2.0 OR LGPL-3.0-or-later+`
`+SPDX-License-Identifier: Apache-2.0 OR LGPL-3.0-or-later+`
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-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</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-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 97e657e

Please sign in to comment.