You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2012/04/17 14:15:53 UTC

svn commit: r1327059 - /gora/trunk/pom.xml

Author: lewismc
Date: Tue Apr 17 12:15:52 2012
New Revision: 1327059

URL: http://svn.apache.org/viewvc?rev=1327059&view=rev
Log:
commit to make trivial change to pom.xml

Modified:
    gora/trunk/pom.xml

Modified: gora/trunk/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/pom.xml?rev=1327059&r1=1327058&r2=1327059&view=diff
==============================================================================
--- gora/trunk/pom.xml (original)
+++ gora/trunk/pom.xml Tue Apr 17 12:15:52 2012
@@ -355,10 +355,11 @@
     
     <profiles>
       <profile>
-        <id>release</id>
+        <id>apache-release</id>
           <build>
             <plugins>
               <!-- 
+              <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <version>${apache-rat-plugin.version}</version>