You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2016/03/31 08:58:30 UTC

pdfbox-docs git commit: PDFBOX-3030: remove '... unreleased development ...' warnings

Repository: pdfbox-docs
Updated Branches:
  refs/heads/master 68cae4701 -> d487cf866


PDFBOX-3030: remove '... unreleased development ...' warnings


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/d487cf86
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/d487cf86
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/d487cf86

Branch: refs/heads/master
Commit: d487cf866fd79983d6577a153d27d2075f94a123
Parents: 68cae47
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Thu Mar 31 08:55:44 2016 +0200
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Thu Mar 31 08:55:44 2016 +0200

----------------------------------------------------------------------
 content/2.0/dependencies.md    |  2 --
 content/2.0/examples.md        |  1 -
 content/2.0/getting-started.md | 17 +----------------
 3 files changed, 1 insertion(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/d487cf86/content/2.0/dependencies.md
----------------------------------------------------------------------
diff --git a/content/2.0/dependencies.md b/content/2.0/dependencies.md
index c7d2543..a775d42 100644
--- a/content/2.0/dependencies.md
+++ b/content/2.0/dependencies.md
@@ -20,8 +20,6 @@ layout:  default
 title:   Dependencies
 ---
 
-<p class="alert alert-warning">This is an unreleased development preview and may change without notice.</p>
-
 # Dependencies
 
 PDFBox has the following basic dependencies:

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/d487cf86/content/2.0/examples.md
----------------------------------------------------------------------
diff --git a/content/2.0/examples.md b/content/2.0/examples.md
index 83eaa33..39b9fec 100644
--- a/content/2.0/examples.md
+++ b/content/2.0/examples.md
@@ -19,7 +19,6 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 layout:  default
 title:   Examples
 ---
-<p class="alert alert-warning">This is an unreleased development preview and may change without notice.</p>
 
 # Examples
 

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/d487cf86/content/2.0/getting-started.md
----------------------------------------------------------------------
diff --git a/content/2.0/getting-started.md b/content/2.0/getting-started.md
index 8b55e8c..5fb3498 100644
--- a/content/2.0/getting-started.md
+++ b/content/2.0/getting-started.md
@@ -20,8 +20,6 @@ layout:  default
 title:   Getting Started
 ---
 
-<p class="alert alert-warning">This is an unreleased development preview and may change without notice.</p>
-
 # Getting Started
 
 This content is under construction.
@@ -33,18 +31,5 @@ To use the latest 2.0 snapshot release from the SVN trunk, you'll need to add th
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>pdfbox</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>2.0.0</version>
     </dependency>
-
-You'll also need to add the following repository:
-
-    <repository>
-      <id>ApacheSnapshot</id>
-      <name>Apache Repository</name>
-      <url>https://repository.apache.org/content/groups/snapshots/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-
-Please note that this will use the latest **unstable** development snapshot.