From d53480c58eb0a229935db9fab3de72a9df222620 Mon Sep 17 00:00:00 2001 From: rwi Date: Fri, 25 Aug 2017 01:40:50 +0200 Subject: [PATCH] [BM] preparation for release of version 3.4.2 --- build/ear/pom.xml | 2 +- build/installation-package-assembly/pom.xml | 2 +- build/war-parent/pom.xml | 2 +- build/war-standalone/pom.xml | 2 +- communote/api/pom.xml | 2 +- communote/commons/pom.xml | 2 +- communote/core/pom.xml | 2 +- communote/parent/pom.xml | 2 +- communote/persistence/pom.xml | 2 +- communote/plugins/communote-activity-base-plugin/pom.xml | 2 +- communote/plugins/communote-activity-core-plugin/pom.xml | 2 +- .../communote-alias-and-tag-link-renderer-plugin/pom.xml | 2 +- communote/plugins/communote-bookmarklet-plugin/pom.xml | 2 +- communote/plugins/communote-confluence-plugin/pom.xml | 2 +- .../plugins/communote-content-types-extractor-plugin/pom.xml | 2 +- communote/plugins/communote-core-plugin/pom.xml | 2 +- communote/plugins/communote-embed-plugin/pom.xml | 2 +- communote/plugins/communote-html-client/pom.xml | 2 +- communote/plugins/communote-ldap-plugin/pom.xml | 2 +- .../communote-plugins-mq-adapter-activemq/pom.xml | 2 +- .../communote-plugins-mq-adapter-jms/pom.xml | 2 +- .../communote-plugins-mq-message-core/pom.xml | 2 +- .../communote-plugins-mq-message/pom.xml | 2 +- .../communote-message-queue/communote-plugins-mq-parent/pom.xml | 2 +- .../communote-plugins-mq-provider-activemq/pom.xml | 2 +- .../communote-plugins-mq-service/pom.xml | 2 +- communote/plugins/communote-message-queue/pom.xml | 2 +- .../communote-message-queue/producer-test-project/pom.xml | 2 +- communote/plugins/communote-plugins-parent/pom.xml | 2 +- communote/plugins/communote-smileys-plugin/pom.xml | 2 +- communote/plugins/communote-webservice-core-plugin/pom.xml | 2 +- communote/plugins/pom.xml | 2 +- communote/plugins/rest-api/1.3/client/pom.xml | 2 +- communote/plugins/rest-api/1.3/doc/pom.xml | 2 +- communote/plugins/rest-api/1.3/implementation/pom.xml | 2 +- communote/plugins/rest-api/1.3/model-generator/pom.xml | 2 +- communote/plugins/rest-api/1.3/model/pom.xml | 2 +- communote/plugins/rest-api/1.3/pom.xml | 2 +- communote/plugins/rest-api/2.2/client/pom.xml | 2 +- communote/plugins/rest-api/2.2/doc/pom.xml | 2 +- communote/plugins/rest-api/2.2/implementation/pom.xml | 2 +- communote/plugins/rest-api/2.2/model-generator/pom.xml | 2 +- communote/plugins/rest-api/2.2/model/pom.xml | 2 +- communote/plugins/rest-api/2.2/pom.xml | 2 +- communote/plugins/rest-api/2.4/client/pom.xml | 2 +- communote/plugins/rest-api/2.4/doc/pom.xml | 2 +- communote/plugins/rest-api/2.4/implementation/pom.xml | 2 +- communote/plugins/rest-api/2.4/model-generator/pom.xml | 2 +- communote/plugins/rest-api/2.4/model/pom.xml | 2 +- communote/plugins/rest-api/2.4/pom.xml | 2 +- communote/plugins/rest-api/3.0/client/pom.xml | 2 +- communote/plugins/rest-api/3.0/doc/pom.xml | 2 +- communote/plugins/rest-api/3.0/implementation/pom.xml | 2 +- communote/plugins/rest-api/3.0/model-generator/pom.xml | 2 +- communote/plugins/rest-api/3.0/model/pom.xml | 2 +- communote/plugins/rest-api/3.0/pom.xml | 2 +- communote/plugins/rest-api/pom.xml | 2 +- communote/plugins/rest-api/test-plugin/pom.xml | 2 +- communote/pom.xml | 2 +- communote/tests/all-versions/integration/pom.xml | 2 +- .../com/communote/server/test/CommunoteIntegrationTest.java | 2 +- communote/tests/all-versions/old-rest-api/pom.xml | 2 +- communote/webapp/pom.xml | 2 +- communote/widgets/jar/pom.xml | 2 +- communote/widgets/pom.xml | 2 +- communote/widgets/war/pom.xml | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/build/ear/pom.xml b/build/ear/pom.xml index e386a2e..7f28eda 100644 --- a/build/ear/pom.xml +++ b/build/ear/pom.xml @@ -3,7 +3,7 @@ com.communote.server communote-server-parent - 3.4.2-SNAPSHOT + 3.4.2 communote-ear ear diff --git a/build/installation-package-assembly/pom.xml b/build/installation-package-assembly/pom.xml index 4dd9547..e693c38 100644 --- a/build/installation-package-assembly/pom.xml +++ b/build/installation-package-assembly/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.communote.server communote-installation-package-assembly - 3.4.2-SNAPSHOT + 3.4.2 Communote installation packages This project builds the installation packages for Communote diff --git a/build/war-parent/pom.xml b/build/war-parent/pom.xml index 38421e6..1af72d4 100644 --- a/build/war-parent/pom.xml +++ b/build/war-parent/pom.xml @@ -4,7 +4,7 @@ com.communote.server communote-server-parent - 3.4.2-SNAPSHOT + 3.4.2 communote-war-parent pom diff --git a/build/war-standalone/pom.xml b/build/war-standalone/pom.xml index dbbaf05..7f0c428 100644 --- a/build/war-standalone/pom.xml +++ b/build/war-standalone/pom.xml @@ -4,7 +4,7 @@ com.communote.server communote-war-parent - 3.4.2-SNAPSHOT + 3.4.2 ../war-parent communote-war-standalone diff --git a/communote/api/pom.xml b/communote/api/pom.xml index 527b809..c4be4b1 100644 --- a/communote/api/pom.xml +++ b/communote/api/pom.xml @@ -4,7 +4,7 @@ communote-server-parent com.communote.server - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/commons/pom.xml b/communote/commons/pom.xml index f580168..7a7d805 100644 --- a/communote/commons/pom.xml +++ b/communote/commons/pom.xml @@ -4,7 +4,7 @@ com.communote.server communote-server-parent - 3.4.2-SNAPSHOT + 3.4.2 communote-commons diff --git a/communote/core/pom.xml b/communote/core/pom.xml index 630b1fd..9846332 100644 --- a/communote/core/pom.xml +++ b/communote/core/pom.xml @@ -4,7 +4,7 @@ com.communote.server communote-server-parent - 3.4.2-SNAPSHOT + 3.4.2 communote-server-core-impl diff --git a/communote/parent/pom.xml b/communote/parent/pom.xml index 7841658..56fb1ab 100644 --- a/communote/parent/pom.xml +++ b/communote/parent/pom.xml @@ -6,7 +6,7 @@ communote-server-parent pom Communote Parent - 3.4.2-SNAPSHOT + 3.4.2 Communote - Parent https://communote.github.io/ diff --git a/communote/persistence/pom.xml b/communote/persistence/pom.xml index 6fb9d13..73e26da 100644 --- a/communote/persistence/pom.xml +++ b/communote/persistence/pom.xml @@ -3,7 +3,7 @@ com.communote.server communote-server-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-activity-base-plugin/pom.xml b/communote/plugins/communote-activity-base-plugin/pom.xml index d20c908..2be18e1 100644 --- a/communote/plugins/communote-activity-base-plugin/pom.xml +++ b/communote/plugins/communote-activity-base-plugin/pom.xml @@ -3,7 +3,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-activity-core-plugin/pom.xml b/communote/plugins/communote-activity-core-plugin/pom.xml index be493a1..b923df1 100644 --- a/communote/plugins/communote-activity-core-plugin/pom.xml +++ b/communote/plugins/communote-activity-core-plugin/pom.xml @@ -3,7 +3,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-alias-and-tag-link-renderer-plugin/pom.xml b/communote/plugins/communote-alias-and-tag-link-renderer-plugin/pom.xml index d1989ab..48360e8 100644 --- a/communote/plugins/communote-alias-and-tag-link-renderer-plugin/pom.xml +++ b/communote/plugins/communote-alias-and-tag-link-renderer-plugin/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-bookmarklet-plugin/pom.xml b/communote/plugins/communote-bookmarklet-plugin/pom.xml index eeff564..ac775e5 100644 --- a/communote/plugins/communote-bookmarklet-plugin/pom.xml +++ b/communote/plugins/communote-bookmarklet-plugin/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-confluence-plugin/pom.xml b/communote/plugins/communote-confluence-plugin/pom.xml index 5c10ee8..795fc5d 100644 --- a/communote/plugins/communote-confluence-plugin/pom.xml +++ b/communote/plugins/communote-confluence-plugin/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-content-types-extractor-plugin/pom.xml b/communote/plugins/communote-content-types-extractor-plugin/pom.xml index 7082d8b..af09043 100644 --- a/communote/plugins/communote-content-types-extractor-plugin/pom.xml +++ b/communote/plugins/communote-content-types-extractor-plugin/pom.xml @@ -3,7 +3,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-core-plugin/pom.xml b/communote/plugins/communote-core-plugin/pom.xml index b8bac42..73a5674 100644 --- a/communote/plugins/communote-core-plugin/pom.xml +++ b/communote/plugins/communote-core-plugin/pom.xml @@ -3,7 +3,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-embed-plugin/pom.xml b/communote/plugins/communote-embed-plugin/pom.xml index 766dd5e..312f2eb 100644 --- a/communote/plugins/communote-embed-plugin/pom.xml +++ b/communote/plugins/communote-embed-plugin/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-html-client/pom.xml b/communote/plugins/communote-html-client/pom.xml index dbfdcee..519b68d 100644 --- a/communote/plugins/communote-html-client/pom.xml +++ b/communote/plugins/communote-html-client/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-ldap-plugin/pom.xml b/communote/plugins/communote-ldap-plugin/pom.xml index 43e6ade..ae3f065 100644 --- a/communote/plugins/communote-ldap-plugin/pom.xml +++ b/communote/plugins/communote-ldap-plugin/pom.xml @@ -3,7 +3,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-message-queue/communote-plugins-mq-adapter-activemq/pom.xml b/communote/plugins/communote-message-queue/communote-plugins-mq-adapter-activemq/pom.xml index 236f222..20aee03 100644 --- a/communote/plugins/communote-message-queue/communote-plugins-mq-adapter-activemq/pom.xml +++ b/communote/plugins/communote-message-queue/communote-plugins-mq-adapter-activemq/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-mq-parent - 3.4.2-SNAPSHOT + 3.4.2 ../communote-plugins-mq-parent/pom.xml com.communote.plugins.mq diff --git a/communote/plugins/communote-message-queue/communote-plugins-mq-adapter-jms/pom.xml b/communote/plugins/communote-message-queue/communote-plugins-mq-adapter-jms/pom.xml index c6bb6d1..8ba9b37 100644 --- a/communote/plugins/communote-message-queue/communote-plugins-mq-adapter-jms/pom.xml +++ b/communote/plugins/communote-message-queue/communote-plugins-mq-adapter-jms/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-mq-parent - 3.4.2-SNAPSHOT + 3.4.2 ../communote-plugins-mq-parent/pom.xml com.communote.plugins.mq diff --git a/communote/plugins/communote-message-queue/communote-plugins-mq-message-core/pom.xml b/communote/plugins/communote-message-queue/communote-plugins-mq-message-core/pom.xml index ca30770..29491d5 100644 --- a/communote/plugins/communote-message-queue/communote-plugins-mq-message-core/pom.xml +++ b/communote/plugins/communote-message-queue/communote-plugins-mq-message-core/pom.xml @@ -6,7 +6,7 @@ com.communote.plugins communote-plugins-mq-parent - 3.4.2-SNAPSHOT + 3.4.2 ../communote-plugins-mq-parent/pom.xml com.communote.plugins.mq diff --git a/communote/plugins/communote-message-queue/communote-plugins-mq-message/pom.xml b/communote/plugins/communote-message-queue/communote-plugins-mq-message/pom.xml index 67a2b26..a0b583f 100644 --- a/communote/plugins/communote-message-queue/communote-plugins-mq-message/pom.xml +++ b/communote/plugins/communote-message-queue/communote-plugins-mq-message/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-mq-parent - 3.4.2-SNAPSHOT + 3.4.2 ../communote-plugins-mq-parent/pom.xml com.communote.plugins.mq diff --git a/communote/plugins/communote-message-queue/communote-plugins-mq-parent/pom.xml b/communote/plugins/communote-message-queue/communote-plugins-mq-parent/pom.xml index b45808d..3003546 100644 --- a/communote/plugins/communote-message-queue/communote-plugins-mq-parent/pom.xml +++ b/communote/plugins/communote-message-queue/communote-plugins-mq-parent/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 communote-plugins-mq-parent diff --git a/communote/plugins/communote-message-queue/communote-plugins-mq-provider-activemq/pom.xml b/communote/plugins/communote-message-queue/communote-plugins-mq-provider-activemq/pom.xml index 91d7417..6dc47f0 100644 --- a/communote/plugins/communote-message-queue/communote-plugins-mq-provider-activemq/pom.xml +++ b/communote/plugins/communote-message-queue/communote-plugins-mq-provider-activemq/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-mq-parent - 3.4.2-SNAPSHOT + 3.4.2 ../communote-plugins-mq-parent/pom.xml com.communote.plugins.mq diff --git a/communote/plugins/communote-message-queue/communote-plugins-mq-service/pom.xml b/communote/plugins/communote-message-queue/communote-plugins-mq-service/pom.xml index a1a21f1..21d2edf 100644 --- a/communote/plugins/communote-message-queue/communote-plugins-mq-service/pom.xml +++ b/communote/plugins/communote-message-queue/communote-plugins-mq-service/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-mq-parent - 3.4.2-SNAPSHOT + 3.4.2 ../communote-plugins-mq-parent/pom.xml com.communote.plugins.mq diff --git a/communote/plugins/communote-message-queue/pom.xml b/communote/plugins/communote-message-queue/pom.xml index 90030fb..610ab34 100644 --- a/communote/plugins/communote-message-queue/pom.xml +++ b/communote/plugins/communote-message-queue/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.communote.plugins communote-plugins-mq-build-all - 3.4.2-SNAPSHOT + 3.4.2 pom Communote - Plugins - Message Queue - Build All https://communote.github.io/ diff --git a/communote/plugins/communote-message-queue/producer-test-project/pom.xml b/communote/plugins/communote-message-queue/producer-test-project/pom.xml index 2138e5b..c006fc1 100644 --- a/communote/plugins/communote-message-queue/producer-test-project/pom.xml +++ b/communote/plugins/communote-message-queue/producer-test-project/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-mq-parent - 3.4.2-SNAPSHOT + 3.4.2 ../communote-plugins-mq-parent/pom.xml com.communote.plugins.mq diff --git a/communote/plugins/communote-plugins-parent/pom.xml b/communote/plugins/communote-plugins-parent/pom.xml index a68ce9d..4b781d1 100644 --- a/communote/plugins/communote-plugins-parent/pom.xml +++ b/communote/plugins/communote-plugins-parent/pom.xml @@ -4,7 +4,7 @@ com.communote.server communote-server-parent - 3.4.2-SNAPSHOT + 3.4.2 ../../parent com.communote.plugins diff --git a/communote/plugins/communote-smileys-plugin/pom.xml b/communote/plugins/communote-smileys-plugin/pom.xml index b8a0ec5..52c4bd9 100644 --- a/communote/plugins/communote-smileys-plugin/pom.xml +++ b/communote/plugins/communote-smileys-plugin/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/communote-webservice-core-plugin/pom.xml b/communote/plugins/communote-webservice-core-plugin/pom.xml index c6c4240..781ff41 100644 --- a/communote/plugins/communote-webservice-core-plugin/pom.xml +++ b/communote/plugins/communote-webservice-core-plugin/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/pom.xml b/communote/plugins/pom.xml index 0e11faf..57db77c 100644 --- a/communote/plugins/pom.xml +++ b/communote/plugins/pom.xml @@ -3,7 +3,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/rest-api/1.3/client/pom.xml b/communote/plugins/rest-api/1.3/client/pom.xml index 392967b..8ca1385 100644 --- a/communote/plugins/rest-api/1.3/client/pom.xml +++ b/communote/plugins/rest-api/1.3/client/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-rest-api-1.3 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml com.communote diff --git a/communote/plugins/rest-api/1.3/doc/pom.xml b/communote/plugins/rest-api/1.3/doc/pom.xml index 22facaf..332bc7c 100644 --- a/communote/plugins/rest-api/1.3/doc/pom.xml +++ b/communote/plugins/rest-api/1.3/doc/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-rest-api-1.3 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-1.3-doc diff --git a/communote/plugins/rest-api/1.3/implementation/pom.xml b/communote/plugins/rest-api/1.3/implementation/pom.xml index afeacbc..5010188 100644 --- a/communote/plugins/rest-api/1.3/implementation/pom.xml +++ b/communote/plugins/rest-api/1.3/implementation/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-rest-api-1.3 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-1.3-implementation diff --git a/communote/plugins/rest-api/1.3/model-generator/pom.xml b/communote/plugins/rest-api/1.3/model-generator/pom.xml index 16d2603..aa3deff 100644 --- a/communote/plugins/rest-api/1.3/model-generator/pom.xml +++ b/communote/plugins/rest-api/1.3/model-generator/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-rest-api-1.3 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-1.3-model-generator diff --git a/communote/plugins/rest-api/1.3/model/pom.xml b/communote/plugins/rest-api/1.3/model/pom.xml index 5d75374..ff62279 100644 --- a/communote/plugins/rest-api/1.3/model/pom.xml +++ b/communote/plugins/rest-api/1.3/model/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-rest-api-1.3 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml diff --git a/communote/plugins/rest-api/1.3/pom.xml b/communote/plugins/rest-api/1.3/pom.xml index 227181c..673a031 100644 --- a/communote/plugins/rest-api/1.3/pom.xml +++ b/communote/plugins/rest-api/1.3/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 com.communote.plugins diff --git a/communote/plugins/rest-api/2.2/client/pom.xml b/communote/plugins/rest-api/2.2/client/pom.xml index 70c1c68..2f1b467 100644 --- a/communote/plugins/rest-api/2.2/client/pom.xml +++ b/communote/plugins/rest-api/2.2/client/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-rest-api-2.2 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml com.communote diff --git a/communote/plugins/rest-api/2.2/doc/pom.xml b/communote/plugins/rest-api/2.2/doc/pom.xml index ed73dc2..094ef9d 100644 --- a/communote/plugins/rest-api/2.2/doc/pom.xml +++ b/communote/plugins/rest-api/2.2/doc/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-rest-api-2.2 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-2.2-doc diff --git a/communote/plugins/rest-api/2.2/implementation/pom.xml b/communote/plugins/rest-api/2.2/implementation/pom.xml index 33c9a82..33521e2 100644 --- a/communote/plugins/rest-api/2.2/implementation/pom.xml +++ b/communote/plugins/rest-api/2.2/implementation/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-rest-api-2.2 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-2.2-implementation diff --git a/communote/plugins/rest-api/2.2/model-generator/pom.xml b/communote/plugins/rest-api/2.2/model-generator/pom.xml index b3fc45f..5eb7668 100644 --- a/communote/plugins/rest-api/2.2/model-generator/pom.xml +++ b/communote/plugins/rest-api/2.2/model-generator/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-rest-api-2.2 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-2.2-model-generator diff --git a/communote/plugins/rest-api/2.2/model/pom.xml b/communote/plugins/rest-api/2.2/model/pom.xml index a868c42..9b50be3 100644 --- a/communote/plugins/rest-api/2.2/model/pom.xml +++ b/communote/plugins/rest-api/2.2/model/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-rest-api-2.2 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml diff --git a/communote/plugins/rest-api/2.2/pom.xml b/communote/plugins/rest-api/2.2/pom.xml index 1b43198..123c9b4 100644 --- a/communote/plugins/rest-api/2.2/pom.xml +++ b/communote/plugins/rest-api/2.2/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 diff --git a/communote/plugins/rest-api/2.4/client/pom.xml b/communote/plugins/rest-api/2.4/client/pom.xml index 62cbf73..3a607f3 100644 --- a/communote/plugins/rest-api/2.4/client/pom.xml +++ b/communote/plugins/rest-api/2.4/client/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-rest-api-2.4 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml com.communote diff --git a/communote/plugins/rest-api/2.4/doc/pom.xml b/communote/plugins/rest-api/2.4/doc/pom.xml index fe5f69e..a58bf7b 100644 --- a/communote/plugins/rest-api/2.4/doc/pom.xml +++ b/communote/plugins/rest-api/2.4/doc/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-rest-api-2.4 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-2.4-doc diff --git a/communote/plugins/rest-api/2.4/implementation/pom.xml b/communote/plugins/rest-api/2.4/implementation/pom.xml index d126b84..1313dae 100644 --- a/communote/plugins/rest-api/2.4/implementation/pom.xml +++ b/communote/plugins/rest-api/2.4/implementation/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-rest-api-2.4 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-2.4-implementation diff --git a/communote/plugins/rest-api/2.4/model-generator/pom.xml b/communote/plugins/rest-api/2.4/model-generator/pom.xml index 6668f98..95994ec 100644 --- a/communote/plugins/rest-api/2.4/model-generator/pom.xml +++ b/communote/plugins/rest-api/2.4/model-generator/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-rest-api-2.4 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-2.4-model-generator diff --git a/communote/plugins/rest-api/2.4/model/pom.xml b/communote/plugins/rest-api/2.4/model/pom.xml index 7c1b464..cc89959 100644 --- a/communote/plugins/rest-api/2.4/model/pom.xml +++ b/communote/plugins/rest-api/2.4/model/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-rest-api-2.4 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml diff --git a/communote/plugins/rest-api/2.4/pom.xml b/communote/plugins/rest-api/2.4/pom.xml index 984bb1d..096d442 100644 --- a/communote/plugins/rest-api/2.4/pom.xml +++ b/communote/plugins/rest-api/2.4/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 communote-rest-api-2.4 diff --git a/communote/plugins/rest-api/3.0/client/pom.xml b/communote/plugins/rest-api/3.0/client/pom.xml index 18c2ef4..b32504b 100644 --- a/communote/plugins/rest-api/3.0/client/pom.xml +++ b/communote/plugins/rest-api/3.0/client/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-rest-api-3.0 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml com.communote diff --git a/communote/plugins/rest-api/3.0/doc/pom.xml b/communote/plugins/rest-api/3.0/doc/pom.xml index 80e8bef..451c385 100644 --- a/communote/plugins/rest-api/3.0/doc/pom.xml +++ b/communote/plugins/rest-api/3.0/doc/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-rest-api-3.0 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-3.0-doc diff --git a/communote/plugins/rest-api/3.0/implementation/pom.xml b/communote/plugins/rest-api/3.0/implementation/pom.xml index fded3a3..45a23e5 100644 --- a/communote/plugins/rest-api/3.0/implementation/pom.xml +++ b/communote/plugins/rest-api/3.0/implementation/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-rest-api-3.0 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-3.0-implementation diff --git a/communote/plugins/rest-api/3.0/model-generator/pom.xml b/communote/plugins/rest-api/3.0/model-generator/pom.xml index 6f625fe..c350582 100644 --- a/communote/plugins/rest-api/3.0/model-generator/pom.xml +++ b/communote/plugins/rest-api/3.0/model-generator/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-rest-api-3.0 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml communote-rest-api-3.0-model-generator diff --git a/communote/plugins/rest-api/3.0/model/pom.xml b/communote/plugins/rest-api/3.0/model/pom.xml index 01d3754..afa6002 100644 --- a/communote/plugins/rest-api/3.0/model/pom.xml +++ b/communote/plugins/rest-api/3.0/model/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-rest-api-3.0 - 3.4.2-SNAPSHOT + 3.4.2 ../pom.xml diff --git a/communote/plugins/rest-api/3.0/pom.xml b/communote/plugins/rest-api/3.0/pom.xml index 5032ec9..86318c2 100644 --- a/communote/plugins/rest-api/3.0/pom.xml +++ b/communote/plugins/rest-api/3.0/pom.xml @@ -5,7 +5,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 communote-rest-api-3.0 diff --git a/communote/plugins/rest-api/pom.xml b/communote/plugins/rest-api/pom.xml index be527f1..072de26 100644 --- a/communote/plugins/rest-api/pom.xml +++ b/communote/plugins/rest-api/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 4.0.0 diff --git a/communote/plugins/rest-api/test-plugin/pom.xml b/communote/plugins/rest-api/test-plugin/pom.xml index f0066f5..fd80e6c 100644 --- a/communote/plugins/rest-api/test-plugin/pom.xml +++ b/communote/plugins/rest-api/test-plugin/pom.xml @@ -4,7 +4,7 @@ com.communote.plugins communote-plugins-parent - 3.4.2-SNAPSHOT + 3.4.2 communote-rest-api-test-plugin diff --git a/communote/pom.xml b/communote/pom.xml index 81d38a7..3c24645 100644 --- a/communote/pom.xml +++ b/communote/pom.xml @@ -3,7 +3,7 @@ com.communote.server communote-server-build pom - 3.4.2-SNAPSHOT + 3.4.2 The Communote Project Communote - Build https://communote.github.io/ diff --git a/communote/tests/all-versions/integration/pom.xml b/communote/tests/all-versions/integration/pom.xml index bb6610c..4ae45a0 100644 --- a/communote/tests/all-versions/integration/pom.xml +++ b/communote/tests/all-versions/integration/pom.xml @@ -5,7 +5,7 @@ communote-server-parent com.communote.server - 3.4.2-SNAPSHOT + 3.4.2 tests-all-versions-integration diff --git a/communote/tests/all-versions/integration/src/main/java/com/communote/server/test/CommunoteIntegrationTest.java b/communote/tests/all-versions/integration/src/main/java/com/communote/server/test/CommunoteIntegrationTest.java index ecc536f..dc26f37 100644 --- a/communote/tests/all-versions/integration/src/main/java/com/communote/server/test/CommunoteIntegrationTest.java +++ b/communote/tests/all-versions/integration/src/main/java/com/communote/server/test/CommunoteIntegrationTest.java @@ -81,7 +81,7 @@ public abstract class CommunoteIntegrationTest { * and read the bundles from there. No need to configure directory here then. */ // TODO How to improve this resolution - public static final String COMMUNOTE_VERSION = System.getProperty("project.version", "3.4.2-SNAPSHOT"); + public static final String COMMUNOTE_VERSION = System.getProperty("project.version", "3.4.2"); private static final Logger LOGGER = LoggerFactory.getLogger(CommunoteIntegrationTest.class); diff --git a/communote/tests/all-versions/old-rest-api/pom.xml b/communote/tests/all-versions/old-rest-api/pom.xml index b0d1a7f..b64eb33 100644 --- a/communote/tests/all-versions/old-rest-api/pom.xml +++ b/communote/tests/all-versions/old-rest-api/pom.xml @@ -5,7 +5,7 @@ com.communote.server communote-server-parent - 3.4.2-SNAPSHOT + 3.4.2 tests-api jar diff --git a/communote/webapp/pom.xml b/communote/webapp/pom.xml index 58b8f59..e6041bb 100644 --- a/communote/webapp/pom.xml +++ b/communote/webapp/pom.xml @@ -5,7 +5,7 @@ com.communote.server communote-server-parent - 3.4.2-SNAPSHOT + 3.4.2 communote-server-web diff --git a/communote/widgets/jar/pom.xml b/communote/widgets/jar/pom.xml index 79a5c42..ebc7172 100644 --- a/communote/widgets/jar/pom.xml +++ b/communote/widgets/jar/pom.xml @@ -4,7 +4,7 @@ com.communote.server communote-server-widgets - 3.4.2-SNAPSHOT + 3.4.2 communote-server-widgets-jar jar diff --git a/communote/widgets/pom.xml b/communote/widgets/pom.xml index 1415f75..a80f31d 100644 --- a/communote/widgets/pom.xml +++ b/communote/widgets/pom.xml @@ -5,7 +5,7 @@ com.communote.server communote-server-parent - 3.4.2-SNAPSHOT + 3.4.2 com.communote.server diff --git a/communote/widgets/war/pom.xml b/communote/widgets/war/pom.xml index ef01be3..bea907b 100644 --- a/communote/widgets/war/pom.xml +++ b/communote/widgets/war/pom.xml @@ -4,7 +4,7 @@ com.communote.server communote-server-widgets - 3.4.2-SNAPSHOT + 3.4.2 communote-server-widgets-war war