Skip to content

Commit

Permalink
chore: prepare release (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Jun 20, 2023
1 parent 6949de4 commit 4117d84
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ Note that as of Smooks v1.2, if a link:/javadoc/v1.7.1/smooks/org/milyn/payload/
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-cartridge</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC2</version>
</dependency>
----

Expand All @@ -1125,4 +1125,4 @@ xmlns:jb="https://www.smooks.org/xsd/smooks/javabean-1.6.xsd"

Smooks JavaBean 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 JavaBean 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 cartridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-pom</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -45,4 +45,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
2 changes: 1 addition & 1 deletion perfcomp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>smooks-javabean-pom</artifactId>
<groupId>org.smooks.cartridges</groupId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>

<groupId>org.smooks</groupId>
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-javabean-pom</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
<packaging>pom</packaging>

<name>Smooks JavaBean Cartridge</name>
Expand Down Expand Up @@ -41,7 +41,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>

<modules>
Expand Down

0 comments on commit 4117d84

Please sign in to comment.