You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/04/02 07:57:53 UTC

svn commit: r1670821 - in /maven/site/trunk: .gitignore content/apt/maven-2.x-eol.apt content/apt/plugins/index.apt content/apt/shared/index.apt

Author: khmarbaise
Date: Thu Apr  2 05:57:53 2015
New Revision: 1670821

URL: http://svn.apache.org/r1670821
Log:
Apache Maven SCM Version 1.9.4

Modified:
    maven/site/trunk/.gitignore
    maven/site/trunk/content/apt/maven-2.x-eol.apt
    maven/site/trunk/content/apt/plugins/index.apt
    maven/site/trunk/content/apt/shared/index.apt

Modified: maven/site/trunk/.gitignore
URL: http://svn.apache.org/viewvc/maven/site/trunk/.gitignore?rev=1670821&r1=1670820&r2=1670821&view=diff
==============================================================================
--- maven/site/trunk/.gitignore (original)
+++ maven/site/trunk/.gitignore Thu Apr  2 05:57:53 2015
@@ -1,7 +1,9 @@
-*.iml
-*.iws
-*.ipr
+.classpath
+.project
+nbactions.xml
+.settings
 target
+test-output
+*.iml
 .idea
 .svn
-.DS_Store
\ No newline at end of file

Modified: maven/site/trunk/content/apt/maven-2.x-eol.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/maven-2.x-eol.apt?rev=1670821&r1=1670820&r2=1670821&view=diff
==============================================================================
--- maven/site/trunk/content/apt/maven-2.x-eol.apt (original)
+++ maven/site/trunk/content/apt/maven-2.x-eol.apt Thu Apr  2 05:57:53 2015
@@ -158,7 +158,7 @@ End Of Life Apache Maven 2.x
 *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+
 | {{{/plugins/maven-repository-plugin/} <<<repository>>>}}     | B          | {{{/plugins-archives/maven-repository-plugin-2.4}<<2.4>>}}       | 2015-02-22 | Plugin to help with repository-based tasks.
 *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+
-| {{{/scm/maven-scm-plugin/} <<<scm>>>}}                       | B          | {{{/scm-archives/scm-1.9.2/maven-scm-plugin/}<<1.9.2>>}}         | 2014-09-17 | Execute SCM commands for the current project. 
+| {{{/scm/maven-scm-plugin/} <<<scm>>>}}                       | B          | {{{/scm-archives/scm-1.9.4/maven-scm-plugin/}<<1.9.4>>}}         | 2015-04-01 | Execute SCM commands for the current project. 
 *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+
 | {{{/plugins/maven-scm-publish-plugin/} <<<scm-publish>>>}}   | B          | {{{/plugins-archives/maven-scm-publish-plugin-1.0-beta-2/}<<1.0-beta-2>>}} | 2012-11-01 | Publish your Maven website to a scm location.
 *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+

Modified: maven/site/trunk/content/apt/plugins/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugins/index.apt?rev=1670821&r1=1670820&r2=1670821&view=diff
==============================================================================
--- maven/site/trunk/content/apt/plugins/index.apt (original)
+++ maven/site/trunk/content/apt/plugins/index.apt Thu Apr  2 05:57:53 2015
@@ -161,7 +161,7 @@ Available Plugins
 *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/plugins/maven-repository-plugin/} <<<repository>>>}}     | B          | 2.4          | 2015-02-22 | Plugin to help with repository-based tasks. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-repository-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MREPOSITORY}JIRA}}
 *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/scm/maven-scm-plugin/} <<<scm>>>}}                       | B          | 1.9.2        | 2014-09-17 | Execute SCM commands for the current project. | {{{https://git-wip-us.apache.org/repos/asf/maven-scm.git }GIT}} | {{{http://jira.codehaus.org/browse/SCM}JIRA}}
+| {{{/scm/maven-scm-plugin/} <<<scm>>>}}                       | B          | 1.9.4        | 2015-04-01 | Execute SCM commands for the current project. | {{{https://git-wip-us.apache.org/repos/asf/maven-scm.git }GIT}} | {{{http://jira.codehaus.org/browse/SCM}JIRA}}
 *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/plugins/maven-scm-publish-plugin/} <<<scm-publish>>>}}   | B          | 1.1          | 2014-05-18 | Publish your Maven website to a scm location. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-scm-publish-plugin/}SVN}} | {{{http://jira.codehaus.org/browse/MSCMPUB}JIRA}}
 *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+

Modified: maven/site/trunk/content/apt/shared/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/shared/index.apt?rev=1670821&r1=1670820&r2=1670821&view=diff
==============================================================================
--- maven/site/trunk/content/apt/shared/index.apt (original)
+++ maven/site/trunk/content/apt/shared/index.apt Thu Apr  2 05:57:53 2015
@@ -78,7 +78,7 @@ Shared Components
 *----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
 | {{{/shared/maven-verifier/} <<<maven-verifier>>>}}                         | 1.5          | 2013-12-06        | Used to run Maven builds as part of tests. | {{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-verifier/}SVN}} | {{{http://jira.codehaus.org/browse/MSHARED/component/13281}JIRA}}
 *----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/scm/} <<<maven-scm>>>}}                                                   | 1.9.2        | 2014-09-17        | Generic API to SCM systems.               | {{{git://git.apache.org/maven-scm.git}GIT}} | {{{http://jira.codehaus.org/browse/SCM}JIRA}}
+| {{{/scm/} <<<maven-scm>>>}}                                                   | 1.9.4        | 2015-04-01        | Generic API to SCM systems.               | {{{git://git.apache.org/maven-scm.git}GIT}} | {{{http://jira.codehaus.org/browse/SCM}JIRA}}
 *----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+