You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/03/02 15:19:23 UTC

directory-fortress-enmasse git commit: [maven-release-plugin] prepare for next development iteration

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master ed73b0cb0 -> c74158cfe


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: c74158cfef85fe73ea07d630f9f2d692d41c8d0e
Parents: ed73b0c
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Wed Mar 2 15:19:15 2016 +0100
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Wed Mar 2 15:19:15 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/c74158cf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 516ffe3..b90eb55 100755
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +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>
@@ -30,7 +30,7 @@
   <groupId>org.apache.directory.fortress</groupId>
   <artifactId>fortress-rest</artifactId>
   <packaging>war</packaging>
-  <version>1.0-RC42</version>
+  <version>1.0-RC43-SNAPSHOT</version>
   <name>Apache Fortress Rest</name>
   <url>http://directory.apache.org/fortress/</url>
   <description>Fortress Rest provides a RESTful implementation of Fortress' ANSI RBAC INCITS 359 engine</description>
@@ -47,7 +47,7 @@
     <developerConnection>
       scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
     </developerConnection>
-    <tag>1.0-RC42</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <issueManagement>
@@ -420,7 +420,7 @@
             <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  ###############" />
+                <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" />