Skip to content

Commit 245801c

Browse files
committed
prepare release syncope-2.1.9
1 parent 48075e6 commit 245801c

File tree

99 files changed

+100
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+100
-100
lines changed

archetype/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Archetype</name>

client/cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-client</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Client CLI</name>

client/console/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-client</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Client Console</name>

client/enduser/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-client</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Client Enduser</name>

client/lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-client</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Client Lib</name>

client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Client</name>

common/lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-common</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Common Lib</name>

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Common</name>

common/rest-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-common</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Common REST API</name>

core/logic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-core</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core Logic</name>

core/persistence-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-core</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core Persistence API</name>

core/persistence-jpa-json/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-core</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core Persistence JPA JSON</name>

core/persistence-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-core</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core Persistence JPA</name>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core</name>

core/provisioning-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-core</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core Provisioning API</name>

core/provisioning-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-core</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core Provisioning Java</name>

core/rest-cxf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-core</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core REST CXF</name>

core/spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-core</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core Spring</name>

core/upgrade/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-core</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core Upgrade</name>

core/workflow-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-core</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core Workflow API</name>

core/workflow-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-core</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Core Workflow Java</name>

deb/console/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-deb</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Deb Console</name>

deb/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-deb</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Deb Core</name>

deb/enduser/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-deb</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Deb Enduser</name>

deb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Deb</name>

docker/console/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-docker</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Docker Console</name>

docker/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-docker</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Docker Core</name>

docker/enduser/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-docker</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Docker Enduser</name>

docker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Docker</name>

ext/camel/client-console/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-camel</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Camel Client Console</name>

ext/camel/common-lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-camel</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Camel Common Lib</name>

ext/camel/logic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-camel</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Camel Logic</name>

ext/camel/persistence-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-camel</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Camel Persistence API</name>

ext/camel/persistence-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-camel</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Camel Persistence JPA</name>

ext/camel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-ext</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Camel</name>

ext/camel/provisioning-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-camel</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Camel Provisioning API</name>

ext/camel/provisioning-camel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-camel</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Camel Provisioning</name>

ext/camel/rest-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-camel</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Camel REST API</name>

ext/camel/rest-cxf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-camel</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Camel REST CXF</name>

ext/elasticsearch/client-elasticsearch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-elasticsearch</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Elasticsearch Client</name>

ext/elasticsearch/persistence-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-elasticsearch</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Elasticsearch Persistence JPA</name>

ext/elasticsearch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope</groupId>
2626
<artifactId>syncope-ext</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Elasticsearch</name>

ext/elasticsearch/provisioning-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-elasticsearch</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Elasticsearch Provisioning Java</name>

ext/flowable/client-console/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.syncope.ext</groupId>
2626
<artifactId>syncope-ext-flowable</artifactId>
27-
<version>2.1.9-SNAPSHOT</version>
27+
<version>2.1.9</version>
2828
</parent>
2929

3030
<name>Apache Syncope Ext: Flowable Client Console</name>

0 commit comments

Comments
 (0)