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 2019/12/11 02:01:21 UTC

[directory-fortress-enmasse] branch master updated: Fixed the pom.xml to cut the release

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git


The following commit(s) were added to refs/heads/master by this push:
     new adffcc3  Fixed the pom.xml to cut the release
adffcc3 is described below

commit adffcc3112e1f7c6f7de3526e60e23f197af083f
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Wed Dec 11 03:01:11 2019 +0100

    Fixed the pom.xml to cut the release
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5260deb..5af4e92 100755
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
    specific language governing permissions and limitations
    under the License.
 -->
-<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://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>
@@ -481,4 +481,4 @@
     </build>
   </profile>
 </profiles>
-</project>
\ No newline at end of file
+</project>