You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/09/12 19:07:29 UTC

[maven-scm] branch SCM-953 updated (88c027e -> 43c8885)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git.


    from 88c027e  [SCM-953] Deprecate commercial and CVS providers
     new ce849b9  [SCM-956] Deprecate maven-scm-provider-accurev
     new 46c5ee3  [SCM-957] Deprecate maven-scm-provider-bazaar
     new 8abef99  [SCM-958] Deprecate maven-scm-provider-clearcase
     new 688f633  [SCM-959] Deprecate maven-scm-provider-integrity
     new 5679df6  [SCM-960] Deprecate maven-scm-provider-jazz
     new 17bfab0  [SCM-961] Deprecate maven-scm-provider-perforce
     new f5dffe2  [SCM-962] Deprecate maven-scm-provider-starteam
     new 1a3c683  [SCM-963] Deprecate maven-scm-provider-tfs
     new 8d66c6e  [SCM-964] Deprecate maven-scm-provider-vss
     new bddf6d0  [SCM-965] Deprecate maven-scm-providers-cvs
     new 43c8885  [SCM-966] Deprecate maven-scm-provider-synergy

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/site/apt/index.apt                         |  4 ++++
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 .../src/site/site.xml                              |  2 +-
 .../maven-scm-provider-jazz/src/site/apt/index.apt |  4 ++++
 .../src/site/apt/index.apt                         |  4 ++++
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 .../maven-scm-provider-tfs/src/site/apt/index.apt  | 28 ++++++++++++++++++++++
 .../maven-scm-provider-tfs}/src/site/site.xml      |  2 +-
 .../maven-scm-provider-vss/src/site/apt/index.apt  | 28 ++++++++++++++++++++++
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 14 files changed, 266 insertions(+), 2 deletions(-)
 create mode 100644 maven-scm-providers/maven-scm-provider-bazaar/src/site/apt/index.apt
 create mode 100644 maven-scm-providers/maven-scm-provider-clearcase/src/site/apt/index.apt
 create mode 100644 maven-scm-providers/maven-scm-provider-integrity/src/site/apt/index.apt
 copy {maven-scm-api => maven-scm-providers/maven-scm-provider-integrity}/src/site/site.xml (97%)
 create mode 100644 maven-scm-providers/maven-scm-provider-starteam/src/site/apt/index.apt
 create mode 100644 maven-scm-providers/maven-scm-provider-synergy/src/site/apt/index.apt
 create mode 100644 maven-scm-providers/maven-scm-provider-tfs/src/site/apt/index.apt
 copy {maven-scm-api => maven-scm-providers/maven-scm-provider-tfs}/src/site/site.xml (97%)
 create mode 100644 maven-scm-providers/maven-scm-provider-vss/src/site/apt/index.apt
 create mode 100644 maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvsexe/src/site/apt/index.apt
 create mode 100644 maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvsjava/src/site/apt/index.apt

[maven-scm] 02/11: [SCM-957] Deprecate maven-scm-provider-bazaar

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit 46c5ee3a6c3ebcc9fd5db78365ec2e9a887bbf1f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 20:33:39 2021 +0200

    [SCM-957] Deprecate maven-scm-provider-bazaar
---
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/maven-scm-providers/maven-scm-provider-bazaar/src/site/apt/index.apt b/maven-scm-providers/maven-scm-provider-bazaar/src/site/apt/index.apt
new file mode 100644
index 0000000..5b89596
--- /dev/null
+++ b/maven-scm-providers/maven-scm-provider-bazaar/src/site/apt/index.apt
@@ -0,0 +1,28 @@
+ --------------
+ Maven SCM Bazaar provider
+ --------------
+
+ ~~ Licensed to the Apache Software Foundation (ASF) under one
+ ~~ or more contributor license agreements.  See the NOTICE file
+ ~~ distributed with this work for additional information
+ ~~ regarding copyright ownership.  The ASF licenses this file
+ ~~ to you under the Apache License, Version 2.0 (the
+ ~~ "License"); you may not use this file except in compliance
+ ~~ with the License.  You may obtain a copy of the License at
+ ~~
+ ~~   http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing,
+ ~~ software distributed under the License is distributed on an
+ ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~~ KIND, either express or implied.  See the License for the
+ ~~ specific language governing permissions and limitations
+ ~~ under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
+

[maven-scm] 09/11: [SCM-964] Deprecate maven-scm-provider-vss

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit 8d66c6ec8e6de8907b614f98dc1c3ee873345846
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 20:54:30 2021 +0200

    [SCM-964] Deprecate maven-scm-provider-vss
---
 .../maven-scm-provider-vss/src/site/apt/index.apt  | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/maven-scm-providers/maven-scm-provider-vss/src/site/apt/index.apt b/maven-scm-providers/maven-scm-provider-vss/src/site/apt/index.apt
new file mode 100644
index 0000000..8d20d75
--- /dev/null
+++ b/maven-scm-providers/maven-scm-provider-vss/src/site/apt/index.apt
@@ -0,0 +1,28 @@
+ --------------
+ Maven SCM VSS provider
+ --------------
+
+ ~~ Licensed to the Apache Software Foundation (ASF) under one
+ ~~ or more contributor license agreements.  See the NOTICE file
+ ~~ distributed with this work for additional information
+ ~~ regarding copyright ownership.  The ASF licenses this file
+ ~~ to you under the Apache License, Version 2.0 (the
+ ~~ "License"); you may not use this file except in compliance
+ ~~ with the License.  You may obtain a copy of the License at
+ ~~
+ ~~   http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing,
+ ~~ software distributed under the License is distributed on an
+ ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~~ KIND, either express or implied.  See the License for the
+ ~~ specific language governing permissions and limitations
+ ~~ under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
+

[maven-scm] 08/11: [SCM-963] Deprecate maven-scm-provider-tfs

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit 1a3c683ccca654df362a6d61a974b027fc1845ce
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 20:51:16 2021 +0200

    [SCM-963] Deprecate maven-scm-provider-tfs
---
 .../maven-scm-provider-tfs/src/site/apt/index.apt  | 28 ++++++++++++++++
 .../maven-scm-provider-tfs/src/site/site.xml       | 37 ++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/maven-scm-providers/maven-scm-provider-tfs/src/site/apt/index.apt b/maven-scm-providers/maven-scm-provider-tfs/src/site/apt/index.apt
new file mode 100644
index 0000000..1afa4bd
--- /dev/null
+++ b/maven-scm-providers/maven-scm-provider-tfs/src/site/apt/index.apt
@@ -0,0 +1,28 @@
+ --------------
+ Maven SCM TFS provider
+ --------------
+
+ ~~ Licensed to the Apache Software Foundation (ASF) under one
+ ~~ or more contributor license agreements.  See the NOTICE file
+ ~~ distributed with this work for additional information
+ ~~ regarding copyright ownership.  The ASF licenses this file
+ ~~ to you under the Apache License, Version 2.0 (the
+ ~~ "License"); you may not use this file except in compliance
+ ~~ with the License.  You may obtain a copy of the License at
+ ~~
+ ~~   http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing,
+ ~~ software distributed under the License is distributed on an
+ ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~~ KIND, either express or implied.  See the License for the
+ ~~ specific language governing permissions and limitations
+ ~~ under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
+
diff --git a/maven-scm-providers/maven-scm-provider-tfs/src/site/site.xml b/maven-scm-providers/maven-scm-provider-tfs/src/site/site.xml
new file mode 100644
index 0000000..4842f2e
--- /dev/null
+++ b/maven-scm-providers/maven-scm-provider-tfs/src/site/site.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
+  name="Maven SCM TFS Provider">
+  <body>
+    <menu ref="parent" />
+
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
+      <item name="Source Xref" href="xref/index.html"/>
+      <!--item name="FAQ" href="faq.html"/-->
+    </menu>
+
+    <menu ref="reports" inherit="bottom" />
+  </body>
+</project>

[maven-scm] 01/11: [SCM-956] Deprecate maven-scm-provider-accurev

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit ce849b9bdb22281bc45932e7ba565c86bffdfc12
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 20:28:34 2021 +0200

    [SCM-956] Deprecate maven-scm-provider-accurev
---
 maven-scm-providers/maven-scm-provider-accurev/src/site/apt/index.apt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/maven-scm-providers/maven-scm-provider-accurev/src/site/apt/index.apt b/maven-scm-providers/maven-scm-provider-accurev/src/site/apt/index.apt
index 1044074..978ad96 100644
--- a/maven-scm-providers/maven-scm-provider-accurev/src/site/apt/index.apt
+++ b/maven-scm-providers/maven-scm-provider-accurev/src/site/apt/index.apt
@@ -28,6 +28,10 @@
 
  The AccuRev provider implements Maven's generic SCM API for the AccuRev SCM system.
 
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
+
 Use Cases
 
  The provider must handle a number of different use cases:

[maven-scm] 10/11: [SCM-965] Deprecate maven-scm-providers-cvs

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit bddf6d00aa0df2f7e3c81838e8fb1f9f0be1a184
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 20:59:37 2021 +0200

    [SCM-965] Deprecate maven-scm-providers-cvs
---
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvsexe/src/site/apt/index.apt b/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvsexe/src/site/apt/index.apt
new file mode 100644
index 0000000..0e97569
--- /dev/null
+++ b/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvsexe/src/site/apt/index.apt
@@ -0,0 +1,28 @@
+ --------------
+ Maven SCM CVS Exe provider
+ --------------
+
+ ~~ Licensed to the Apache Software Foundation (ASF) under one
+ ~~ or more contributor license agreements.  See the NOTICE file
+ ~~ distributed with this work for additional information
+ ~~ regarding copyright ownership.  The ASF licenses this file
+ ~~ to you under the Apache License, Version 2.0 (the
+ ~~ "License"); you may not use this file except in compliance
+ ~~ with the License.  You may obtain a copy of the License at
+ ~~
+ ~~   http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing,
+ ~~ software distributed under the License is distributed on an
+ ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~~ KIND, either express or implied.  See the License for the
+ ~~ specific language governing permissions and limitations
+ ~~ under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
+
diff --git a/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvsjava/src/site/apt/index.apt b/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvsjava/src/site/apt/index.apt
new file mode 100644
index 0000000..4782c15
--- /dev/null
+++ b/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvsjava/src/site/apt/index.apt
@@ -0,0 +1,28 @@
+ --------------
+ Maven SCM CVS Java provider
+ --------------
+
+ ~~ Licensed to the Apache Software Foundation (ASF) under one
+ ~~ or more contributor license agreements.  See the NOTICE file
+ ~~ distributed with this work for additional information
+ ~~ regarding copyright ownership.  The ASF licenses this file
+ ~~ to you under the Apache License, Version 2.0 (the
+ ~~ "License"); you may not use this file except in compliance
+ ~~ with the License.  You may obtain a copy of the License at
+ ~~
+ ~~   http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing,
+ ~~ software distributed under the License is distributed on an
+ ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~~ KIND, either express or implied.  See the License for the
+ ~~ specific language governing permissions and limitations
+ ~~ under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
+

[maven-scm] 06/11: [SCM-961] Deprecate maven-scm-provider-perforce

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit 17bfab0bf0ca3d34c62015af2cde042ef64f2776
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 20:46:09 2021 +0200

    [SCM-961] Deprecate maven-scm-provider-perforce
---
 .../maven-scm-provider-perforce/src/site/apt/index.apt                | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/maven-scm-providers/maven-scm-provider-perforce/src/site/apt/index.apt b/maven-scm-providers/maven-scm-provider-perforce/src/site/apt/index.apt
index 27871cc..cdb6ae0 100644
--- a/maven-scm-providers/maven-scm-provider-perforce/src/site/apt/index.apt
+++ b/maven-scm-providers/maven-scm-provider-perforce/src/site/apt/index.apt
@@ -30,6 +30,10 @@ Maven Perforce SCM provider
 
  The Perforce provider acts as a "driver" between Maven's generic SCM API and the Perforce SCM system.
 
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
+
 Use Cases
 
  The provider must handle a number of different usecases:

[maven-scm] 04/11: [SCM-959] Deprecate maven-scm-provider-integrity

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit 688f63308987f467572825e9609d3f885d89e00f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 20:39:12 2021 +0200

    [SCM-959] Deprecate maven-scm-provider-integrity
---
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++
 .../maven-scm-provider-integrity/src/site/site.xml | 37 ++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/maven-scm-providers/maven-scm-provider-integrity/src/site/apt/index.apt b/maven-scm-providers/maven-scm-provider-integrity/src/site/apt/index.apt
new file mode 100644
index 0000000..c48bf68
--- /dev/null
+++ b/maven-scm-providers/maven-scm-provider-integrity/src/site/apt/index.apt
@@ -0,0 +1,28 @@
+ --------------
+ Maven SCM Integrity provider
+ --------------
+
+ ~~ Licensed to the Apache Software Foundation (ASF) under one
+ ~~ or more contributor license agreements.  See the NOTICE file
+ ~~ distributed with this work for additional information
+ ~~ regarding copyright ownership.  The ASF licenses this file
+ ~~ to you under the Apache License, Version 2.0 (the
+ ~~ "License"); you may not use this file except in compliance
+ ~~ with the License.  You may obtain a copy of the License at
+ ~~
+ ~~   http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing,
+ ~~ software distributed under the License is distributed on an
+ ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~~ KIND, either express or implied.  See the License for the
+ ~~ specific language governing permissions and limitations
+ ~~ under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
+
diff --git a/maven-scm-providers/maven-scm-provider-integrity/src/site/site.xml b/maven-scm-providers/maven-scm-provider-integrity/src/site/site.xml
new file mode 100644
index 0000000..5f669bb
--- /dev/null
+++ b/maven-scm-providers/maven-scm-provider-integrity/src/site/site.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
+  name="Maven SCM Integrity Provider">
+  <body>
+    <menu ref="parent" />
+
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
+      <item name="Source Xref" href="xref/index.html"/>
+      <!--item name="FAQ" href="faq.html"/-->
+    </menu>
+
+    <menu ref="reports" inherit="bottom" />
+  </body>
+</project>

[maven-scm] 05/11: [SCM-960] Deprecate maven-scm-provider-jazz

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit 5679df6df0ab438fec6f1f8cf9cf639242d3314c
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 20:40:40 2021 +0200

    [SCM-960] Deprecate maven-scm-provider-jazz
---
 maven-scm-providers/maven-scm-provider-jazz/src/site/apt/index.apt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/maven-scm-providers/maven-scm-provider-jazz/src/site/apt/index.apt b/maven-scm-providers/maven-scm-provider-jazz/src/site/apt/index.apt
index 82f27c6..2d90369 100644
--- a/maven-scm-providers/maven-scm-provider-jazz/src/site/apt/index.apt
+++ b/maven-scm-providers/maven-scm-provider-jazz/src/site/apt/index.apt
@@ -29,6 +29,10 @@
  The Jazz provider implements Maven's generic SCM API for the Jazz SCM system.
 
  Jazz SCM is included in the Rational Team Concert product.
+
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
    
 Use Cases
 

[maven-scm] 03/11: [SCM-958] Deprecate maven-scm-provider-clearcase

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit 8abef99bc9a8298850715384d376da099ec6e498
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 20:35:52 2021 +0200

    [SCM-958] Deprecate maven-scm-provider-clearcase
---
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/maven-scm-providers/maven-scm-provider-clearcase/src/site/apt/index.apt b/maven-scm-providers/maven-scm-provider-clearcase/src/site/apt/index.apt
new file mode 100644
index 0000000..ae61c51
--- /dev/null
+++ b/maven-scm-providers/maven-scm-provider-clearcase/src/site/apt/index.apt
@@ -0,0 +1,28 @@
+ --------------
+ Maven SCM ClearCase provider
+ --------------
+
+ ~~ Licensed to the Apache Software Foundation (ASF) under one
+ ~~ or more contributor license agreements.  See the NOTICE file
+ ~~ distributed with this work for additional information
+ ~~ regarding copyright ownership.  The ASF licenses this file
+ ~~ to you under the Apache License, Version 2.0 (the
+ ~~ "License"); you may not use this file except in compliance
+ ~~ with the License.  You may obtain a copy of the License at
+ ~~
+ ~~   http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing,
+ ~~ software distributed under the License is distributed on an
+ ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~~ KIND, either express or implied.  See the License for the
+ ~~ specific language governing permissions and limitations
+ ~~ under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
+

[maven-scm] 11/11: [SCM-966] Deprecate maven-scm-provider-synergy

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit 43c8885ea1afb87e32c55b624b30b3d16629d3ab
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 21:02:52 2021 +0200

    [SCM-966] Deprecate maven-scm-provider-synergy
---
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/maven-scm-providers/maven-scm-provider-synergy/src/site/apt/index.apt b/maven-scm-providers/maven-scm-provider-synergy/src/site/apt/index.apt
new file mode 100644
index 0000000..5282062
--- /dev/null
+++ b/maven-scm-providers/maven-scm-provider-synergy/src/site/apt/index.apt
@@ -0,0 +1,28 @@
+ --------------
+ Maven SCM Synergy provider
+ --------------
+
+ ~~ Licensed to the Apache Software Foundation (ASF) under one
+ ~~ or more contributor license agreements.  See the NOTICE file
+ ~~ distributed with this work for additional information
+ ~~ regarding copyright ownership.  The ASF licenses this file
+ ~~ to you under the Apache License, Version 2.0 (the
+ ~~ "License"); you may not use this file except in compliance
+ ~~ with the License.  You may obtain a copy of the License at
+ ~~
+ ~~   http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing,
+ ~~ software distributed under the License is distributed on an
+ ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~~ KIND, either express or implied.  See the License for the
+ ~~ specific language governing permissions and limitations
+ ~~ under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
+

[maven-scm] 07/11: [SCM-962] Deprecate maven-scm-provider-starteam

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch SCM-953
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit f5dffe2b837352860ae6bfc17bc1a1b1bd8f19d2
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 20:48:54 2021 +0200

    [SCM-962] Deprecate maven-scm-provider-starteam
---
 .../src/site/apt/index.apt                         | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/maven-scm-providers/maven-scm-provider-starteam/src/site/apt/index.apt b/maven-scm-providers/maven-scm-provider-starteam/src/site/apt/index.apt
new file mode 100644
index 0000000..384c98e
--- /dev/null
+++ b/maven-scm-providers/maven-scm-provider-starteam/src/site/apt/index.apt
@@ -0,0 +1,28 @@
+ --------------
+ Maven SCM StarTeam provider
+ --------------
+
+ ~~ Licensed to the Apache Software Foundation (ASF) under one
+ ~~ or more contributor license agreements.  See the NOTICE file
+ ~~ distributed with this work for additional information
+ ~~ regarding copyright ownership.  The ASF licenses this file
+ ~~ to you under the Apache License, Version 2.0 (the
+ ~~ "License"); you may not use this file except in compliance
+ ~~ with the License.  You may obtain a copy of the License at
+ ~~
+ ~~   http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing,
+ ~~ software distributed under the License is distributed on an
+ ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~~ KIND, either express or implied.  See the License for the
+ ~~ specific language governing permissions and limitations
+ ~~ under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Deprecation Notice
+
+  This SCM provider is deprecated and will be removed in version 2.0.0.
+