You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2014/10/30 17:13:03 UTC

git commit: FC-37 - Accelerator jar is refering to a SNAPSHOT version of the released LDAP API

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 08ea401b3 -> 21cd73a24


FC-37 - Accelerator jar is refering to a SNAPSHOT version of the released LDAP API


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/21cd73a2
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/21cd73a2
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/21cd73a2

Branch: refs/heads/master
Commit: 21cd73a24c663988d970f189f01207b8f61c1632
Parents: 08ea401
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Oct 30 11:12:49 2014 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Oct 30 11:12:49 2014 -0500

----------------------------------------------------------------------
 build.xml | 5 ++++-
 ivy.xml   | 6 +++---
 pom.xml   | 4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/21cd73a2/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 98aead5..ad9a647 100644
--- a/build.xml
+++ b/build.xml
@@ -145,8 +145,11 @@
        <property name="javadoc.samples.overview" value="${src.test.dir}/org/openldap/fortress/samples/overview.html" />
 
        <!-- ########### Fortress Package Dependencies ########################### -->
+<!--
        <property name="accelerator-api.jar" value="${lib.dir}/accelerator-api-${version}.jar"/>
-       <property name="accelerator-impl.jar" value="${lib.dir}/accelerator-impl-${version}.jar"/>
+       <property name="accelerator-impl.jar" value="${lib.dir}/accelerator-impl-${version}.jar"/>-->
+       <property name="accelerator-api.jar" value="${lib.dir}/accelerator-api-1.0-RC40.jar"/>
+       <property name="accelerator-impl.jar" value="${lib.dir}/accelerator-impl-1.0-RC40.jar"/>
        <property name="commons-config.jar" value="${lib.dir}/commons-configuration-1.6.jar"/>
        <property name="commons-lang.jar" value="${lib.dir}/commons-lang-2.4.jar"/>
        <property name="commons-collections.jar" value="${lib.dir}/commons-collections-3.2.1.jar"/>

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/21cd73a2/ivy.xml
----------------------------------------------------------------------
diff --git a/ivy.xml b/ivy.xml
index 465f3ba..c81b039 100755
--- a/ivy.xml
+++ b/ivy.xml
@@ -21,7 +21,7 @@
             xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
             xmlns:e="http://ant.apache.org/ivy/extra">
 
-<info organisation="org.apache" module="openldap-fortress-core"/>
+<info organisation="org.apache" module="fortress-core"/>
 
     <dependencies>
         <!-- Fortress core is dependent on these libs: -->
@@ -54,11 +54,11 @@
         <dependency org="org.apache.jmeter" name="ApacheJMeter_java" rev="2.11" conf="default->master" />
 
         <!-- Fortress core source IS dependent org.openldap accelerator: -->
-        <dependency org="org.openldap" name="accelerator-impl" rev="1.0-RC39"  conf="default->master">
+        <dependency org="org.openldap" name="accelerator-impl" rev="1.0-RC40"  conf="default->master">
             <artifact name="accelerator-impl" type="jar"/>
         </dependency>
 
-        <dependency org="org.openldap" name="accelerator-api" rev="1.0-RC39"  conf="default->master">
+        <dependency org="org.openldap" name="accelerator-api" rev="1.0-RC40"  conf="default->master">
             <artifact name="accelerator-api" type="jar"/>
         </dependency>
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/21cd73a2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b134014..0c9485c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,8 +109,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
     <version.maven.surefire.plugin>2.17</version.maven.surefire.plugin>
 
     <!-- Jars -->
-    <version.accelerator.api>1.0-RC39</version.accelerator.api>
-    <version.accelerator.impl>1.0-RC39</version.accelerator.impl>
+    <version.accelerator.api>1.0-RC40</version.accelerator.api>
+    <version.accelerator.impl>1.0-RC40</version.accelerator.impl>
     <version.ant>1.9.1</version.ant>
     <version.ant.launcher>1.9.1</version.ant.launcher>
     <version.antlr>2.7.7</version.antlr>