You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/06/16 18:18:30 UTC

svn commit: r1350950 - /incubator/directmemory/trunk/pom.xml

Author: olamy
Date: Sat Jun 16 16:18:30 2012
New Revision: 1350950

URL: http://svn.apache.org/viewvc?rev=1350950&view=rev
Log:
buildnumber plugin must work with svn 1.7

Modified:
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1350950&r1=1350949&r2=1350950&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Sat Jun 16 16:18:30 2012
@@ -411,6 +411,18 @@ under the License.
             <svn>javasvn</svn>
           </providerImplementations>
         </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>com.google.code.maven-scm-provider-svnjava</groupId>
+            <artifactId>maven-scm-provider-svnjava</artifactId>
+            <version>2.0.2</version>
+          </dependency>
+          <dependency>
+            <groupId>org.tmatesoft.svnkit</groupId>
+            <artifactId>svnkit</artifactId>
+            <version>1.7.4-v1</version>
+          </dependency>
+        </dependencies>
       </plugin>
 
       <plugin>