You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/05 11:36:50 UTC

svn commit: r1334364 - /maven/plugins/trunk/maven-changelog-plugin/pom.xml

Author: olamy
Date: Sat May  5 09:36:50 2012
New Revision: 1334364

URL: http://svn.apache.org/viewvc?rev=1334364&view=rev
Log:
add jazz provider

Modified:
    maven/plugins/trunk/maven-changelog-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/pom.xml?rev=1334364&r1=1334363&r2=1334364&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Sat May  5 09:36:50 2012
@@ -230,6 +230,11 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
+      <artifactId>maven-scm-provider-jazz</artifactId>
+      <version>${maven-scm.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-provider-local</artifactId>
       <version>${maven-scm.version}</version>
     </dependency>