You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2018/09/18 13:36:21 UTC

svn commit: r1841229 - in /aries/trunk: .gitignore blueprint/plugin/blueprint-maven-plugin/pom.xml

Author: jbonofre
Date: Tue Sep 18 13:36:21 2018
New Revision: 1841229

URL: http://svn.apache.org/viewvc?rev=1841229&view=rev
Log:
[ARIES-1826] Bump xbean-finder from 4.5 to 4.9. This closes #87

Author: Michael Vorburger <vorburger>

Modified:
    aries/trunk/.gitignore
    aries/trunk/blueprint/plugin/blueprint-maven-plugin/pom.xml

Modified: aries/trunk/.gitignore
URL: http://svn.apache.org/viewvc/aries/trunk/.gitignore?rev=1841229&r1=1841228&r2=1841229&view=diff
==============================================================================
--- aries/trunk/.gitignore (original)
+++ aries/trunk/.gitignore Tue Sep 18 13:36:21 2018
@@ -1,5 +1,7 @@
+.apt_generated_tests/
 .checkstyle
 .classpath
+.factorypath
 .pmd
 .project
 .ruleset

Modified: aries/trunk/blueprint/plugin/blueprint-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/plugin/blueprint-maven-plugin/pom.xml?rev=1841229&r1=1841228&r2=1841229&view=diff
==============================================================================
--- aries/trunk/blueprint/plugin/blueprint-maven-plugin/pom.xml (original)
+++ aries/trunk/blueprint/plugin/blueprint-maven-plugin/pom.xml Tue Sep 18 13:36:21 2018
@@ -60,7 +60,7 @@
         <plexus-build-api.version>0.0.7</plexus-build-api.version>
         <plexus-utils.version>3.0</plexus-utils.version>
         <osgi.cmpn.version>6.0.0</osgi.cmpn.version>
-        <xbean-finder-shaded.version>4.5</xbean-finder-shaded.version>
+        <xbean-finder-shaded.version>4.9</xbean-finder-shaded.version>
 
         <org.apache.aries.blueprint.api.version>1.0.1</org.apache.aries.blueprint.api.version>
         <org.apache.aries.blueprint.core.version>1.7.1</org.apache.aries.blueprint.core.version>