You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/06/02 20:33:56 UTC

incubator-tamaya git commit: Initial commit of the release guide of Tamaya.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 07a0cdf49 -> fc155997c


Initial commit of the release guide of Tamaya.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/fc155997
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/fc155997
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/fc155997

Branch: refs/heads/master
Commit: fc155997cd26f5657d51ae11b011549d070754be
Parents: 07a0cdf
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Tue Jun 2 20:33:37 2015 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Tue Jun 2 20:33:37 2015 +0200

----------------------------------------------------------------------
 docs/src/main/asciidoc/releaseguide/release-guide.adoc | 3 +++
 pom.xml                                                | 1 +
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/fc155997/docs/src/main/asciidoc/releaseguide/release-guide.adoc
----------------------------------------------------------------------
diff --git a/docs/src/main/asciidoc/releaseguide/release-guide.adoc b/docs/src/main/asciidoc/releaseguide/release-guide.adoc
new file mode 100644
index 0000000..9df65ba
--- /dev/null
+++ b/docs/src/main/asciidoc/releaseguide/release-guide.adoc
@@ -0,0 +1,3 @@
+= Apache Tamaya -- Release Guide
+
+This document contains the guidelines for Tamaya.

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/fc155997/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aec4283..5ea50d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,6 +546,7 @@ under the License.
                         <exclude>**/js/jquery-*</exclude>
                         <exclude>**/*.json</exclude>
                         <exclude>**/*.adoc</exclude>
+                        <exclude>**/*.md</exclude>
                         <!-- json can't get comments -->
                     </excludes>
                 </configuration>