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 2016/03/07 17:00:30 UTC

[1/2] directory-fortress-commander git commit: [maven-release-plugin] prepare release 1.0-RC42

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master a350b5e5b -> 7d5e9536f


[maven-release-plugin] prepare release 1.0-RC42


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/6ea0ec35
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/6ea0ec35
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/6ea0ec35

Branch: refs/heads/master
Commit: 6ea0ec35dd3166747f0ea5281332cca947fdd781
Parents: a350b5e
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Mar 7 09:59:03 2016 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Mar 7 09:59:03 2016 -0600

----------------------------------------------------------------------
 pom.xml | 66 ++++++++++++++++++++++++++----------------------------------
 1 file changed, 29 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/6ea0ec35/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3dd73d4..54fbcaf 100755
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
    specific language governing permissions and limitations
    under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -31,7 +30,7 @@
   <groupId>org.apache.directory.fortress</groupId>
   <artifactId>fortress-web</artifactId>
   <packaging>war</packaging>
-  <version>1.0-RC42-SNAPSHOT</version>
+  <version>1.0-RC42</version>
   <name>Apache Fortress Web</name>
   <url>http://directory.apache.org/fortress/</url>
   <description>Fortress Web is an ANSI RBAC INCITS 359 compliant administrative UI</description>
@@ -47,7 +46,7 @@
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-fortress-web.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-web.git
     </developerConnection>
-    <tag>HEAD</tag>
+    <tag>1.0-RC42</tag>
   </scm>
 
   <issueManagement>
@@ -576,37 +575,30 @@
           <execution>
             <phase>test</phase>
             <configuration>
-              <target name="fortress-load"  if="load.file"
-                      description="Loads fortress rbac policy files into ldap">
-                <echo message="###############  Run Fortress Policy Load  ###############"/>
-                <java
-                        classname="org.apache.tools.ant.launch.Launcher"
-                        fork="true"
-                        failonerror="true"
-                        dir="${basedir}"
-                        timeout="4000000"
-                        taskname="startAnt">
+              <target name="fortress-load" if="load.file" description="Loads fortress rbac policy files into ldap">
+                <echo message="############### Run Fortress Policy Load  ###############" />
+                <java classname="org.apache.tools.ant.launch.Launcher" fork="true" failonerror="true" dir="${basedir}" timeout="4000000" taskname="startAnt">
                   <classpath>
-                    <pathelement location="./src/main/resources"/>
-                    <pathelement location="${org.apache.ant:ant-launcher:jar}"/>
-                    <pathelement location="${org.apache.ant:ant:jar}"/>
-                    <pathelement location="${org.apache.directory.fortress:fortress-core:jar}"/>
-                    <pathelement location="${org.openldap:accelerator-api:jar}"/>
-                    <pathelement location="${org.openldap:accelerator-impl:jar}"/>
-                    <pathelement location="${log4j:log4j:jar}"/>
-                    <pathelement location="${org.apache.directory.api:api-all:jar}"/>
-                    <pathelement location="${org.apache.mina:mina-core:jar}"/>
-                    <pathelement location="${org.jgrapht:jgrapht-core:jar}"/>
-                    <pathelement location="${org.jasypt:jasypt:jar}"/>
-                    <pathelement location="${commons-configuration:commons-configuration:jar}"/>
-                    <pathelement location="${commons-lang:commons-lang:jar}"/>
-                    <pathelement location="${commons-collections:commons-collections:jar}"/>
-                    <pathelement location="${commons-logging:commons-logging:jar}"/>
-                    <pathelement location="${commons-io:commons-io:jar}"/>
-                    <pathelement location="${commons-pool:commons-pool:jar}"/>
-                    <pathelement location="${net.sf.ehcache:ehcache-core:jar}"/>
-                    <pathelement location="${org.slf4j:slf4j-api:jar}"/>
-                    <pathelement location="${org.slf4j:slf4j-log4j12:jar}"/>
+                    <pathelement location="./src/main/resources" />
+                    <pathelement location="${org.apache.ant:ant-launcher:jar}" />
+                    <pathelement location="${org.apache.ant:ant:jar}" />
+                    <pathelement location="${org.apache.directory.fortress:fortress-core:jar}" />
+                    <pathelement location="${org.openldap:accelerator-api:jar}" />
+                    <pathelement location="${org.openldap:accelerator-impl:jar}" />
+                    <pathelement location="${log4j:log4j:jar}" />
+                    <pathelement location="${org.apache.directory.api:api-all:jar}" />
+                    <pathelement location="${org.apache.mina:mina-core:jar}" />
+                    <pathelement location="${org.jgrapht:jgrapht-core:jar}" />
+                    <pathelement location="${org.jasypt:jasypt:jar}" />
+                    <pathelement location="${commons-configuration:commons-configuration:jar}" />
+                    <pathelement location="${commons-lang:commons-lang:jar}" />
+                    <pathelement location="${commons-collections:commons-collections:jar}" />
+                    <pathelement location="${commons-logging:commons-logging:jar}" />
+                    <pathelement location="${commons-io:commons-io:jar}" />
+                    <pathelement location="${commons-pool:commons-pool:jar}" />
+                    <pathelement location="${net.sf.ehcache:ehcache-core:jar}" />
+                    <pathelement location="${org.slf4j:slf4j-api:jar}" />
+                    <pathelement location="${org.slf4j:slf4j-log4j12:jar}" />
                     <pathelement location="${org.apache.cxf:cxf-api:jar}" />
                     <pathelement location="${javax.ws.rs:javax.ws.rs-api:jar}" />
                     <pathelement location="${javax.ws.rs:javax.ws.rs-api:jar}" />
@@ -616,11 +608,11 @@
                     <pathelement location="${commons-codec:commons-codec:jar}" />
                     <pathelement location="${antlr:antlr:jar}" />
                   </classpath>
-                  <sysproperty key="version" value="${project.version}"/>
+                  <sysproperty key="version" value="${project.version}" />
                   <sysproperty key="tenant" value="${tenant}" />
-                  <arg value="-buildfile"/>
+                  <arg value="-buildfile" />
                   <arg file="./${load.file}" />
-                  <!--                  <arg file="./src/main/resources/FortressRestServerPolicy.xml"/>-->
+                  <!--                  <arg file="./src/main/resources/FortressRestServerPolicy.xml" />-->
                 </java>
               </target>
             </configuration>


[2/2] directory-fortress-commander git commit: release preps

Posted by sm...@apache.org.
release preps


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/7d5e9536
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/7d5e9536
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/7d5e9536

Branch: refs/heads/master
Commit: 7d5e9536f4e8e65fb8340eb5803938f3124953b1
Parents: 6ea0ec3
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Mar 7 10:00:17 2016 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Mar 7 10:00:17 2016 -0600

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/7d5e9536/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 54fbcaf..4d6e5c8 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,10 +30,10 @@
   <groupId>org.apache.directory.fortress</groupId>
   <artifactId>fortress-web</artifactId>
   <packaging>war</packaging>
-  <version>1.0-RC42</version>
+  <version>1.0-RC42-SNAPSHOT</version>
   <name>Apache Fortress Web</name>
   <url>http://directory.apache.org/fortress/</url>
-  <description>Fortress Web is an ANSI RBAC INCITS 359 compliant administrative UI</description>
+  <description>Apache Fortress Web is an ANSI RBAC INCITS 359 compliant administrative UI</description>
 
   <licenses>
     <license>
@@ -43,8 +43,8 @@
   </licenses>
 
   <scm>
-    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-fortress-web.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-web.git
+    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
     </developerConnection>
     <tag>1.0-RC42</tag>
   </scm>