You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2018/09/09 16:20:46 UTC

[directory-studio] branch master updated (56aa07f -> 0434efa)

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

seelmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/directory-studio.git.


    from 56aa07f  Update release process
     new 6d0e2f2  Updates during release
     new 0434efa  Add missing license header

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                               |  8 ++++----
 .../studio/test/integration/ui/DIRSTUDIO-1160.ldif      | 17 +++++++++++++++++
 2 files changed, 21 insertions(+), 4 deletions(-)


[directory-studio] 02/02: Add missing license header

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0434efa75932dbe333293bd28025f2515a82e187
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sun Sep 9 18:20:28 2018 +0200

    Add missing license header
---
 .../studio/test/integration/ui/DIRSTUDIO-1160.ldif      | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/tests/test.integration.ui/src/main/resources/org/apache/directory/studio/test/integration/ui/DIRSTUDIO-1160.ldif b/tests/test.integration.ui/src/main/resources/org/apache/directory/studio/test/integration/ui/DIRSTUDIO-1160.ldif
index fd8c720..d504a32 100644
--- a/tests/test.integration.ui/src/main/resources/org/apache/directory/studio/test/integration/ui/DIRSTUDIO-1160.ldif
+++ b/tests/test.integration.ui/src/main/resources/org/apache/directory/studio/test/integration/ui/DIRSTUDIO-1160.ldif
@@ -1,3 +1,20 @@
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
 version: 1
 
 dn: cn=U0034692,ou=users,ou=system


[directory-studio] 01/02: Updates during release

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6d0e2f2623a458e0097a794aec9ce00c16e85c6e
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sun Sep 9 18:20:13 2018 +0200

    Updates during release
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 20789b1..15e3253 100644
--- a/README.md
+++ b/README.md
@@ -192,7 +192,7 @@ As long as the `org.apache.directory.studio.openldap.feature` is not ready for r
     mvn -f pom-first.xml clean install
     git checkout pom.xml
     mvn org.eclipse.tycho:tycho-versions-plugin:1.2.0:set-version -DnewVersion=$VERSION
-    git commit -m "Set version number for release $VERSION"
+    git commit -am "Set version number for release $VERSION"
     git push origin $VERSION-prepare
 
 #### Create the release tag
@@ -216,7 +216,7 @@ Run the actual release within a fresh checkout to ensure no previous build artif
 
 #### Close the staging Nexus repository
 
-See <https://repository.apache.org/#stagingRepositories>.
+See https://repository.apache.org/#stagingRepositories
 
 #### Package and sign distribution packages
 
@@ -240,7 +240,7 @@ Afterwards all distribution packages and user guides are located in `target`.
     svn co https://dist.apache.org/repos/dist/dev/directory/studio/$VERSION .
     svn add *
     svn commit -m "Add release $VERSION"
-    cd ../..
+    cd ../../..
 
 #### Upload the user guides to SVN
 
@@ -249,7 +249,7 @@ Afterwards all distribution packages and user guides are located in `target`.
     svn co https://svn.apache.org/repos/infra/websites/production/directory/content/studio/users-guide/$VERSION .
     svn add *
     svn commit -m "Add release $VERSION"
-    cd ../..
+    cd ../../..
 
 Note: This publishes the user guides directly to the production CMS!