Index: applications/editors/josm/plugins/cadastre-fr/CONTRIBUTION
===================================================================
--- applications/editors/josm/plugins/cadastre-fr/CONTRIBUTION	(revision 33638)
+++ applications/editors/josm/plugins/cadastre-fr/CONTRIBUTION	(revision 33639)
@@ -3,2 +3,3 @@
 the french cadastre WMS www.cadatre.gouv.fr.
 This particular WMS provides vectorized or raster images for only one municipality at a time.
+It is now maintained by Don-vip <vincent.privat@gmail.com>
Index: applications/editors/josm/plugins/cadastre-fr/build.xml
===================================================================
--- applications/editors/josm/plugins/cadastre-fr/build.xml	(revision 33638)
+++ applications/editors/josm/plugins/cadastre-fr/build.xml	(revision 33639)
@@ -9,5 +9,5 @@
          See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
     -->
-    <property name="plugin.author" value="Pieren"/>
+    <property name="plugin.author" value="Pieren;Don-vip"/>
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.fr.cadastre.CadastrePlugin"/>
     <property name="plugin.description" value="A special handler for the French land registry WMS server."/>
Index: applications/editors/josm/plugins/cadastre-fr/src/META-INF/MANIFEST.MF
===================================================================
--- applications/editors/josm/plugins/cadastre-fr/src/META-INF/MANIFEST.MF	(revision 33638)
+++ applications/editors/josm/plugins/cadastre-fr/src/META-INF/MANIFEST.MF	(revision 33639)
@@ -2,5 +2,5 @@
 Plugin-Class: org.openstreetmap.josm.plugins.fr.cadastre.CadastrePlugin
 Plugin-Description: A special handler for the French land registry WMS server
-Plugin-Version: 2.6
+Plugin-Version: 2.9
 Plugin-Stage: 60
-Plugin-Author: Pieren;<pieren3@gmail.com>
+Plugin-Author: Pieren;<pieren3@gmail.com>;Don-vip;<vincent.privat@gmail.com>
Index: applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/CadastrePlugin.java
===================================================================
--- applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/CadastrePlugin.java	(revision 33638)
+++ applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/CadastrePlugin.java	(revision 33639)
@@ -155,7 +155,10 @@
  * <br>                - option to simplify raster images in 2 bits colors (like images served in the past).
  * <br>2.6 10-Sep-2013 - add JOSM "sessions" feature support (list of layers stored in a file)
+ * <br>2.7 26-Apr-2014 - switch to Java 7
+ * <br>2.8 21-Jul-2016 - switch to Java 8
+ * <br>2.9 23-Aug-2017 - use new HTTPS links from French cadastre - requires JOSM 12623+ to load Certigna certificate
  */
 public class CadastrePlugin extends Plugin {
-    static String VERSION = "2.6";
+    static String VERSION = "2.9";
 
     static JMenu cadastreJMenu;
