You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2009/02/25 07:45:36 UTC

svn commit: r747681 - in /directory/shared/trunk: bouncycastle-reduced/pom.xml pom.xml

Author: felixk
Date: Wed Feb 25 06:45:35 2009
New Revision: 747681

URL: http://svn.apache.org/viewvc?rev=747681&view=rev
Log:
Use latest Directory TLP pom

Modified:
    directory/shared/trunk/bouncycastle-reduced/pom.xml
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/bouncycastle-reduced/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/bouncycastle-reduced/pom.xml?rev=747681&r1=747680&r2=747681&view=diff
==============================================================================
--- directory/shared/trunk/bouncycastle-reduced/pom.xml (original)
+++ directory/shared/trunk/bouncycastle-reduced/pom.xml Wed Feb 25 06:45:35 2009
@@ -28,10 +28,12 @@
   <groupId>org.apache.directory.shared</groupId>
   <artifactId>shared-bouncycastle-reduced</artifactId>
   <name>Apache Directory Reduced Bouncycastle (repackaged)</name>
+
   <description>
     Repackages the BouncyCastle jar including only those files we require
     rather than everything which includes patented algorithms like IDEA.
   </description>
+
   <dependencies>
     <dependency>
       <groupId>bouncycastle</groupId>
@@ -45,16 +47,8 @@
       </exclusions>
     </dependency>
   </dependencies>
+
   <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-shade-plugin</artifactId>
-          <version>1.1</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=747681&r1=747680&r2=747681&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Wed Feb 25 06:45:35 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>14</version>
+    <version>15</version>
   </parent>
   <groupId>org.apache.directory.shared</groupId>
   <artifactId>shared-parent</artifactId>
@@ -32,14 +32,14 @@
 
   <properties>
     <projectName>ApacheDS-Shared</projectName>
-    <distributionManagement.site.url>scpexe://vm094.oxylos.org/var/www/html/projects/shared/</distributionManagement.site.url>
+    <distMgmtSiteUrl>scpexe://vm094.oxylos.org/var/www/html/projects/shared/</distMgmtSiteUrl>
     <skin.version>1.0.0-SNAPSHOT</skin.version>
   </properties>
   
   <distributionManagement>
     <site>
       <id>apache.directory.shared</id>
-      <url>${distributionManagement.site.url}</url>
+      <url>${distMgmtSiteUrl}</url>
     </site>
   </distributionManagement>
 
@@ -124,18 +124,6 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-antlr-plugin</artifactId>
-          <version>2.0-beta-1</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
   <reporting>
     <excludeDefaults>true</excludeDefaults>
     <plugins>
@@ -197,7 +185,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.5</version>
         <configuration>
           <aggregate>true</aggregate>
           <linksource>true</linksource>
@@ -206,7 +193,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>1.1.1</version>
         <configuration>
           <xmlOutput>false</xmlOutput>
           <!--
@@ -232,7 +218,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.2</version>
       </plugin>
     </plugins>
   </reporting>
@@ -244,6 +229,7 @@
   </scm>
 
   <repositories>
+    <!-- Remove me when ASF CI can deploy Snapshots -->
     <repository>
       <id>apache.directory.snapshot.repo</id>
       <name>Snapshot repository for the Apache Directory project</name>
@@ -253,5 +239,4 @@
       </releases>
     </repository>
   </repositories>
-
 </project>