Merge pull request #33 from jkovalsky/jkovalsky/newPP3Domain

Update of URLs in notification e-mails from Plugin Portal 3.0
diff --git a/pp3/module/Application/src/Application/Controller/VerificationController.php b/pp3/module/Application/src/Application/Controller/VerificationController.php
index 95a135d..a19345b 100644
--- a/pp3/module/Application/src/Application/Controller/VerificationController.php
+++ b/pp3/module/Application/src/Application/Controller/VerificationController.php
@@ -216,11 +216,9 @@
 Verification status: NOGO
 Comments: '.$comment.'
 
-If your plugin was verified successfully, it should be already available on the Plugin Portal Update Center by now:
+Do not give up though. Address the comment(s), upload new binary of your plugin and request the verification again!
 
-http://netbeans-vm.apache.org/pluginportal/data/'.$nbVersion.'/catalog.xml.gz
-
-Thanks for your contribution!
+Good luck!
 NetBeans development team
 
 P.S.: This is an automatic email. DO NOT REPLY to this email.');
@@ -247,7 +245,7 @@
 
 Your plugin should be already available on the Plugin Portal Update Center by now:
 
-http://netbeans-vm.apache.org/pluginportal/data/'.$nbVersion.'/catalog.xml.gz
+https://plugins.netbeans.apache.org/data/'.$nbVersion.'/catalog.xml.gz
 
 Thanks for your contribution!
 NetBeans development team
@@ -257,4 +255,4 @@
         $transport->send($mail);
         // die(var_dump($mail->getBody()));
     }
-}
\ No newline at end of file
+}
diff --git a/pp3/module/Application/src/Application/Entity/VerificationRequest.php b/pp3/module/Application/src/Application/Entity/VerificationRequest.php
index f0479e3..2ffdde8 100644
--- a/pp3/module/Application/src/Application/Entity/VerificationRequest.php
+++ b/pp3/module/Application/src/Application/Entity/VerificationRequest.php
@@ -43,7 +43,7 @@
 
 Please login to the NetBeans Plugin Portal at your earliest convenience, test the plugin above in Apache NetBeans IDE it was written for and either Approve or Reject publishing the plugin on the target Plugin Portal Update Center. The testing should validate that the plugin can be installed, deactivated, activated and uninstalled smoothly. If it registers its own Update Center, the uninstallation of the plugin removes the Update Center as well. If you decide to reject a plugin, please include appropriate justification in the comments field for the plugin owner.
 
-http://netbeans-vm.apache.org/pluginportal/verification/list
+https://plugins.netbeans.apache.org/verification/list
 
 Thanks for your help!
 NetBeans development team