Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>smooks</artifactId>
<groupId>org.smooks</groupId>
<version>2.2.1</version>
<version>2.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>smooks</artifactId>
<groupId>org.smooks</groupId>
<version>2.2.1</version>
<version>2.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks</groupId>
<artifactId>smooks</artifactId>
<version>2.2.1</version>
<version>2.2.2-SNAPSHOT</version>
</parent>

<name>Smooks Commons</name>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks</groupId>
<artifactId>smooks</artifactId>
<version>2.2.1</version>
<version>2.2.2-SNAPSHOT</version>
</parent>

<name>Smooks Core</name>
Expand Down
2 changes: 1 addition & 1 deletion management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.smooks</groupId>
<artifactId>smooks</artifactId>
<version>2.2.1</version>
<version>2.2.2-SNAPSHOT</version>
</parent>

<name>Smooks Management</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

<groupId>org.smooks</groupId>
<artifactId>smooks</artifactId>
<version>2.2.1</version>
<version>2.2.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Smooks</name>
<url>https://www.smooks.org</url>

<description>
Smooks is an extensible data integration Java framework for building XML and non-XML fragment-based applications.
Smooks is an open-source, extensible Java framework for building event-driven applications that break up structured data into chunks for data integration.
</description>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion test-kit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>smooks</artifactId>
<groupId>org.smooks</groupId>
<version>2.2.1</version>
<version>2.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down