You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2011/05/29 16:03:51 UTC

svn commit: r1128877 - /james/mailet/ai/trunk/pom.xml

Author: rdonkin
Date: Sun May 29 14:03:51 2011
New Revision: 1128877

URL: http://svn.apache.org/viewvc?rev=1128877&view=rev
Log:
[maven-release-plugin] prepare release apache-james-ai-project-0.1

Modified:
    james/mailet/ai/trunk/pom.xml

Modified: james/mailet/ai/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1128877&r1=1128876&r2=1128877&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun May 29 14:03:51 2011
@@ -71,6 +71,11 @@
       <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-gpg-plugin</artifactId>
+           <version>1.2</version>
+         </plugin>
+         <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-clean-plugin</artifactId>
            <version>2.4.1</version>
          </plugin>
@@ -215,6 +220,15 @@ Compilation
           <encoding>iso8859-1</encoding>
         </configuration>
       </plugin>
+
+         <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-gpg-plugin</artifactId>
+           <configuration>
+             <skip>true</skip>
+           </configuration>
+         </plugin>
+
       
  <!-- 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r1128877 - /james/mailet/ai/trunk/pom.xml

Posted by Robert Burrell Donkin <ro...@gmail.com>.
Darn :-/

release:prepare -DdryRun=true didn't work.

Will revert.

Robert

On Sun, May 29, 2011 at 3:03 PM,  <rd...@apache.org> wrote:
> Author: rdonkin
> Date: Sun May 29 14:03:51 2011
> New Revision: 1128877
>
> URL: http://svn.apache.org/viewvc?rev=1128877&view=rev
> Log:
> [maven-release-plugin] prepare release apache-james-ai-project-0.1
>
> Modified:
>    james/mailet/ai/trunk/pom.xml
>
> Modified: james/mailet/ai/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1128877&r1=1128876&r2=1128877&view=diff
> ==============================================================================
> --- james/mailet/ai/trunk/pom.xml (original)
> +++ james/mailet/ai/trunk/pom.xml Sun May 29 14:03:51 2011
> @@ -71,6 +71,11 @@
>       <plugins>
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
> +           <artifactId>maven-gpg-plugin</artifactId>
> +           <version>1.2</version>
> +         </plugin>
> +         <plugin>
> +           <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-clean-plugin</artifactId>
>            <version>2.4.1</version>
>          </plugin>
> @@ -215,6 +220,15 @@ Compilation
>           <encoding>iso8859-1</encoding>
>         </configuration>
>       </plugin>
> +
> +         <plugin>
> +           <groupId>org.apache.maven.plugins</groupId>
> +           <artifactId>maven-gpg-plugin</artifactId>
> +           <configuration>
> +             <skip>true</skip>
> +           </configuration>
> +         </plugin>
> +
>
>  <!--
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org