Repository: pdfbox-docs Updated Branches: refs/heads/asf-site 37a60aacc -> f05877eee
Site checkin for project Apache PDFBox Website Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/f05877ee Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/f05877ee Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/f05877ee Branch: refs/heads/asf-site Commit: f05877eee99b430b185d46685fd70d7f13f9f712 Parents: 37a60aa Author: Maruan Sahyoun <sahy...@fileaffairs.de> Authored: Thu Mar 31 08:56:10 2016 +0200 Committer: Maruan Sahyoun <sahy...@fileaffairs.de> Committed: Thu Mar 31 08:56:10 2016 +0200 ---------------------------------------------------------------------- content/2.0/dependencies.html | 4 +--- content/2.0/examples.html | 4 +--- content/2.0/getting-started.html | 18 ++---------------- 3 files changed, 4 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/f05877ee/content/2.0/dependencies.html ---------------------------------------------------------------------- diff --git a/content/2.0/dependencies.html b/content/2.0/dependencies.html index 19dd623..1ed1757 100644 --- a/content/2.0/dependencies.html +++ b/content/2.0/dependencies.html @@ -130,9 +130,7 @@ </ul> </div> <div class="col-xs-12 col-sm-9"> - <p class="alert alert-warning">This is an unreleased development preview and may change without notice.</p> - -<h1 id="dependencies">Dependencies</h1> + <h1 id="dependencies">Dependencies</h1> <p>PDFBox has the following basic dependencies:</p> http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/f05877ee/content/2.0/examples.html ---------------------------------------------------------------------- diff --git a/content/2.0/examples.html b/content/2.0/examples.html index 47c6c8b..b7c2eed 100644 --- a/content/2.0/examples.html +++ b/content/2.0/examples.html @@ -130,9 +130,7 @@ </ul> </div> <div class="col-xs-12 col-sm-9"> - <p class="alert alert-warning">This is an unreleased development preview and may change without notice.</p> - -<h1 id="examples">Examples</h1> + <h1 id="examples">Examples</h1> <p>This content is under construction. Please look at our <a href="https://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/">examples</a> directory in SVN.</p> http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/f05877ee/content/2.0/getting-started.html ---------------------------------------------------------------------- diff --git a/content/2.0/getting-started.html b/content/2.0/getting-started.html index 7c04a79..bd3fb6e 100644 --- a/content/2.0/getting-started.html +++ b/content/2.0/getting-started.html @@ -130,9 +130,7 @@ </ul> </div> <div class="col-xs-12 col-sm-9"> - <p class="alert alert-warning">This is an unreleased development preview and may change without notice.</p> - -<h1 id="getting-started">Getting Started</h1> + <h1 id="getting-started">Getting Started</h1> <p>This content is under construction.</p> @@ -142,21 +140,9 @@ <div class="highlight"><pre><code class="language-" data-lang=""><dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> </code></pre></div> -<p>You'll also need to add the following repository:</p> -<div class="highlight"><pre><code class="language-" data-lang=""><repository> - <id>ApacheSnapshot</id> - <name>Apache Repository</name> - <url>https://repository.apache.org/content/groups/snapshots/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> -</repository> -</code></pre></div> -<p>Please note that this will use the latest <strong>unstable</strong> development snapshot.</p> - </div> </div> </div>