You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/05/01 14:07:26 UTC

svn commit: r1098279 - in /maven/shared/trunk/maven-shared-resources/src: main/resources/org/apache/maven/shared/ main/resources/org/apache/maven/shared/announcement.vm site/apt/index.apt.vm

Author: dennisl
Date: Sun May  1 12:07:26 2011
New Revision: 1098279

URL: http://svn.apache.org/viewvc?rev=1098279&view=rev
Log:
Add an announcement template for shared components to be used by Maven Changes Plugin.

Added:
    maven/shared/trunk/maven-shared-resources/src/main/resources/org/apache/maven/shared/
    maven/shared/trunk/maven-shared-resources/src/main/resources/org/apache/maven/shared/announcement.vm
      - copied, changed from r1098256, maven/shared/trunk/maven-shared-resources/src/main/resources/org/apache/maven/plugins/announcement.vm
Modified:
    maven/shared/trunk/maven-shared-resources/src/site/apt/index.apt.vm

Copied: maven/shared/trunk/maven-shared-resources/src/main/resources/org/apache/maven/shared/announcement.vm (from r1098256, maven/shared/trunk/maven-shared-resources/src/main/resources/org/apache/maven/plugins/announcement.vm)
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-resources/src/main/resources/org/apache/maven/shared/announcement.vm?p2=maven/shared/trunk/maven-shared-resources/src/main/resources/org/apache/maven/shared/announcement.vm&p1=maven/shared/trunk/maven-shared-resources/src/main/resources/org/apache/maven/plugins/announcement.vm&r1=1098256&r2=1098279&rev=1098279&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-resources/src/main/resources/org/apache/maven/plugins/announcement.vm (original)
+++ maven/shared/trunk/maven-shared-resources/src/main/resources/org/apache/maven/shared/announcement.vm Sun May  1 12:07:26 2011
@@ -20,13 +20,13 @@ ${introduction}
 
 ${url}
 
-You should specify the version in your project's plugin configuration:
+You should specify the version in your project's dependency configuration:
 
-<plugin>
-  <groupId>org.apache.maven.plugins</groupId>
+<dependency>
+  <groupId>org.apache.maven.shared</groupId>
   <artifactId>${artifactId}</artifactId>
   <version>${version}</version>
-</plugin>
+</dependency>
 
 
 Release Notes - ${project.name} - Version ${version}

Modified: maven/shared/trunk/maven-shared-resources/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-resources/src/site/apt/index.apt.vm?rev=1098279&r1=1098278&r2=1098279&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-resources/src/site/apt/index.apt.vm (original)
+++ maven/shared/trunk/maven-shared-resources/src/site/apt/index.apt.vm Sun May  1 12:07:26 2011
@@ -42,6 +42,13 @@ Maven Shared Resources
   e-mail that conforms to the "Promote the release" section of our
   {{{http://maven.apache.org/developers/release/maven-project-release-procedure.html#Promote_the_release}release procedure}}.
 
+** org/apache/maven/shared/announcement.vm
+
+  This is a template that can be used by Maven Changes Plugin to create and send
+  an announcement e-mail for one of our shared components. It will create an
+  announcement e-mail that conforms to the "Promote the release" section of our
+  {{{http://maven.apache.org/developers/release/maven-project-release-procedure.html#Promote_the_release}release procedure}}.
+
 
 * Usage