You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by at...@apache.org on 2010/04/13 01:28:53 UTC

svn commit: r933447 - /portals/applications/logging/trunk/pom.xml

Author: ate
Date: Mon Apr 12 23:28:52 2010
New Revision: 933447

URL: http://svn.apache.org/viewvc?rev=933447&view=rev
Log:
- future apa-logging release should (at least) use portals-pom-1.2 too
- fix svn $Id$ marker
- remove no longer needed assembly-plugin override (apache-7 pom now correctly defines it with runOnlyAtExecutionRoot=true)

Modified:
    portals/applications/logging/trunk/pom.xml

Modified: portals/applications/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/logging/trunk/pom.xml?rev=933447&r1=933446&r2=933447&view=diff
==============================================================================
--- portals/applications/logging/trunk/pom.xml (original)
+++ portals/applications/logging/trunk/pom.xml Mon Apr 12 23:28:52 2010
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY 
 See the License for the specific language governing permissions and
 limitations under the License.
 
-  $Id:$
+  $Id$
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
@@ -25,7 +25,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.portals</groupId>
         <artifactId>applications-pom</artifactId>
-        <version>1.1</version>
+        <version>1.2</version>
     </parent>
     
     <groupId>org.apache.portals.applications</groupId>
@@ -67,19 +67,4 @@ limitations under the License.
         <url>http://svn.apache.org/viewcvs.cgi/portals/applications/logging/trunk/</url>
     </scm>
     
-   <profiles>
-    <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <!-- only include this in top level project poms -->
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-assembly-plugin</artifactId>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
 </project>