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 2013/08/24 23:42:18 UTC

svn commit: r1517201 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties

Author: michaelo
Date: Sat Aug 24 21:42:17 2013
New Revision: 1517201

URL: http://svn.apache.org/r1517201
Log:
Improved intros of SCM Subversion.

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties?rev=1517201&r1=1517200&r2=1517201&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties Sat Aug 24 21:42:17 2013
@@ -169,11 +169,11 @@ report.scm.devaccess.git.intro          
 report.scm.devaccess.hg.intro                                      = Only project developers can access the Mercurial tree via this method (See {http://www.selenic.com/mercurial/hg.1.html#clone,http://www.selenic.com/mercurial/hg.1.html#clone}).
 report.scm.devaccess.perforce.intro                                = Only project developers can access the Perforce tree via this method. Substitute username and password with the proper values.
 report.scm.devaccess.starteam.intro                                = Only project developers can access the Starteam tree via this method. Substitute username with the proper value.
-report.scm.devaccess.svn.intro1.https                              = Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.
+report.scm.devaccess.svn.intro1.https                              = Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.
 report.scm.devaccess.svn.intro1.other                              = Committers must checkout the Subversion repository.
 report.scm.devaccess.svn.intro1.svn                                = Committers must checkout the Subversion repository via SVN.
 report.scm.devaccess.svn.intro1.svnssh                             = Committers must checkout the Subversion repository via SVN+SSH.
-report.scm.devaccess.svn.intro2                                    = To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)
+report.scm.devaccess.svn.intro2                                    = To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):
 report.scm.devaccess.title                                         = Developer Access
 report.scm.general.intro                                           = This project uses a Source Content Management System to manage its source code.
 report.scm.name                                                    = Source Repository