Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jqm-all-2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marcanpilami committed May 12, 2022
1 parent f309c2f commit b1d4b7d
Show file tree
Hide file tree
Showing 43 changed files with 45 additions and 46 deletions.
2 changes: 1 addition & 1 deletion jqm-all/jqm-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-admin</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-client/jqm-api-client-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-client</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-api-client-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-client/jqm-api-client-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-client</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-api-client-hibernate</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-client/jqm-api-client-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-client</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-api-client-jdbc</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-client/jqm-api-client-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-client</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-api-client-jersey</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-client</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-doc</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-engine</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-handlers/jqm-handler-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-handlers</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-handler-spring</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-handlers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-handlers</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-integration-tests-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-integration-tests-ws</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-integration-tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-model</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-pki/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-pki</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-providers</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-runner/jqm-runner-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-runner</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-runner/jqm-runner-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-runner</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-runner-basic</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-runner/jqm-runner-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-runner</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-runner-java</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-runner/jqm-runner-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-runner</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-runner-shell</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-runner/jqm-runner-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-runner</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-runner-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-runner</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-service</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-test-helpers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-test-helpers</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-cl-isolation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-cl-isolation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-datetimemaven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-datetimemaven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-datetimemavenjarinlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-datetimemavenjarinlib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-datetimemavennolibdef/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-datetimemavennolibdef</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-datetimemavennopom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-datetimemavennopom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-datetimemavennopomlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-datetimemavennopomlib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-em/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-em</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-jndijms-amq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-jndijms-amq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-providedapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-providedapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-pyl-hibapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-pyl-hibapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-pyl-nodep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-pyl-nodep</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-pyl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-test-pyl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-spring-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-test-spring-1</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/jqm-test-spring-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-tests</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-test-spring-2</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-tst/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-tst</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
5 changes: 2 additions & 3 deletions jqm-all/jqm-ws/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>

<artifactId>jqm-ws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jqm-all/jqm-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-all</artifactId>
<version>2.2.9-SNAPSHOT</version>
<version>2.2.9</version>
</parent>
<artifactId>jqm-xml</artifactId>

Expand Down

0 comments on commit b1d4b7d

Please sign in to comment.