Skip to content

Commit

Permalink
[SMX4-1119] Fix warning messages in commons-net 1.4.1 bundle
Browse files Browse the repository at this point in the history
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk@1309967 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jbonofre committed Apr 5, 2012
1 parent 68c8e27 commit 3c100c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions commons-net-1.4.1/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
<version>8</version>
<version>9-SNAPSHOT</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>

Expand All @@ -43,7 +43,7 @@
org.apache.commons.net
</servicemix.osgi.export.pkg>
<servicemix.osgi.import.pkg>
*
org.apache.oro*;version="[2.0.8,3)"
</servicemix.osgi.import.pkg>
</properties>

Expand Down Expand Up @@ -98,4 +98,5 @@
</plugin>
</plugins>
</build>

</project>
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -112,6 +112,7 @@
<module>commons-jexl-1.1</module>
<module>commons-jxpath-1.2</module>
<module>commons-lang-2.4</module>
<module>commons-net-1.4.1</module>
</modules>

</project>

0 comments on commit 3c100c1

Please sign in to comment.