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 2008/09/17 13:43:30 UTC

svn commit: r696261 - /directory/studio/trunk/pom.xml

Author: felixk
Date: Wed Sep 17 04:43:29 2008
New Revision: 696261

URL: http://svn.apache.org/viewvc?rev=696261&view=rev
Log:
- Fix tagBase
- Add released maven-studio-plugin to pluginManagement section

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=696261&r1=696260&r2=696261&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Wed Sep 17 04:43:29 2008
@@ -1025,7 +1025,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <tagBase>https://svn.apache.org/repos/asf/directory/studio/releases/</tagBase>
+          <tagBase>https://svn.apache.org/repos/asf/directory/studio/tags/</tagBase>
         </configuration>
       </plugin>
       <plugin>
@@ -1040,6 +1040,11 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.directory.studio</groupId>
+          <artifactId>maven-studio-plugin</artifactId>
+          <version>1.0.0</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-eclipse-plugin</artifactId>
           <version>2.5.1</version>