You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2019/04/03 13:57:18 UTC

svn commit: r1856874 - /felix/trunk/tools/maven-bundle-plugin/pom.xml

Author: gnodet
Date: Wed Apr  3 13:57:18 2019
New Revision: 1856874

URL: http://svn.apache.org/viewvc?rev=1856874&view=rev
Log:
Fix typo in scope

Modified:
    felix/trunk/tools/maven-bundle-plugin/pom.xml

Modified: felix/trunk/tools/maven-bundle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/pom.xml?rev=1856874&r1=1856873&r2=1856874&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Wed Apr  3 13:57:18 2019
@@ -250,7 +250,7 @@
    <groupId>org.eclipse.aether</groupId>
    <artifactId>aether-impl</artifactId>
    <version>1.1.0</version>
-   <scope>tet</scope>
+   <scope>test</scope>
   </dependency>
   <dependency>
    <groupId>org.jdom</groupId>