Repository: commons-rdf Updated Branches: refs/heads/master 4c954378b -> 50b61b801
updated all documentation to point to the upcoming 0.5.0 release Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/60c8c590 Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/60c8c590 Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/60c8c590 Branch: refs/heads/master Commit: 60c8c5903768224b4ef58a9410e0ca6c5a8d2d27 Parents: 8957182 Author: Sergio Fernández <ser...@wikier.org> Authored: Wed Nov 1 19:28:04 2017 -0700 Committer: Sergio Fernández <ser...@wikier.org> Committed: Wed Nov 1 19:28:04 2017 -0700 ---------------------------------------------------------------------- README.md | 8 ++++---- src/site/markdown/download.md | 30 +++++++++++++----------------- src/site/markdown/introduction.md | 6 +++--- src/site/markdown/userguide.md | 6 +++--- 4 files changed, 23 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/60c8c590/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 27a8fc5..802aa37 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,9 @@ Building has been tested with [Apache Maven 3.2](http://maven.apache.org/downloa [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] ------------------------------------------------------------------------ - [INFO] Building Commons RDF 0.0.3-SNAPSHOT + [INFO] Building Commons RDF 0.5.0 .... - [INFO] Installing /home/johndoe/src/commons-rdf/commons-rdf-api/target/commons-rdf-api-0.0.3-SNAPSHOT-javadoc.jar to /home/johndoe/.m2/repository/org/apache/commons/commons-rdf/commons-rdf-api/0.0.3-SNAPSHOT/commons-rdf-api-0.0.3-SNAPSHOT-javadoc.jar + [INFO] Installing /home/johndoe/src/commons-rdf/commons-rdf-api/target/commons-rdf-api-0.5.0-javadoc.jar to /home/johndoe/.m2/repository/org/apache/commons/commons-rdf/commons-rdf-api/0.5.0/commons-rdf-api-0.5.0-javadoc.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] @@ -108,7 +108,7 @@ To then use this build from your project, add to Maven (update `<version>` to ma <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rdf-api</artifactId> - <version>0.3.0-incubating</version> + <version>0.5.0</version> </dependency> .. and an equivalent `<dependency>` for the @@ -184,7 +184,7 @@ classifier for the commons-rdf-api module, for example (for Maven): <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rdf-api</artifactId> - <version>0.3.0-incubating</version> + <version>0.5.0</version> <classifier>tests</classifier> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/60c8c590/src/site/markdown/download.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md index 22499fe..0b84313 100644 --- a/src/site/markdown/download.md +++ b/src/site/markdown/download.md @@ -39,7 +39,7 @@ To use Commons RDF with [Maven](https://maven.apache.org/), add to your `pom.xml <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rdf-api</artifactId> - <version>0.3.0-incubating</version> + <version>0.5.0</version> </dependency> <!-- and at least one of the implementations: --> @@ -47,22 +47,22 @@ To use Commons RDF with [Maven](https://maven.apache.org/), add to your `pom.xml <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rdf-simple</artifactId> - <version>0.3.0-incubating</version> + <version>0.5.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rdf-jsonld-java</artifactId> - <version>0.3.0-incubating</version> + <version>0.5.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rdf-jena</artifactId> - <version>0.3.0-incubating</version> + <version>0.5.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rdf-rdf4j</artifactId> - <version>0.3.0-incubating</version> + <version>0.5.0</version> </dependency> </dependencies> @@ -85,20 +85,16 @@ you may also be interested in the [source code repository](source-repository.htm which is also [mirrored to GitHub](http://github.com/apache/commons-rdf). -### 0.3.0-incubating +### 0.5.0 -**Apache Commons RDF 0.3.0-incubating** was published on 2016-11-15, and is available for download +**Apache Commons RDF 0.5.0** was published on 2017-11-XX, and is available for download from official mirrors of the -ASF Distribution Directory [incubator/commonsrdf](https://www.apache.org/dyn/closer.lua/incubator/commonsrdf/0.3.0-incubating/): - -* [apache-commons-rdf-0.3.0-incubating-src.zip](https://www.apache.org/dyn/closer.lua/incubator/commonsrdf/0.3.0-incubating/apache-commons-rdf-0.3.0-incubating-src.zip) - ([asc](https://www.apache.org/dist/incubator/commonsrdf/0.3.0-incubating/apache-commons-rdf-0.3.0-incubating-src.zip.asc), - [md5](https://www.apache.org/dist/incubator/commonsrdf/0.3.0-incubating/apache-commons-rdf-0.3.0-incubating-src.zip.md5), - [sha1](https://www.apache.org/dist/incubator/commonsrdf/0.3.0-incubating/apache-commons-rdf-0.3.0-incubating-src.zip.sha1)) -* [apache-commons-rdf-0.3.0-incubating-src.tar.gz](https://www.apache.org/dyn/closer.lua/incubator/commonsrdf/0.3.0-incubating/apache-commons-rdf-0.3.0-incubating-src.zip) - ([asc](https://www.apache.org/dist/incubator/commonsrdf/0.3.0-incubating/apache-commons-rdf-0.3.0-incubating-src.tar.gz.asc), - [md5](https://www.apache.org/dist/incubator/commonsrdf/0.3.0-incubating/apache-commons-rdf-0.3.0-incubating-src.tar.gz.md5), - [sha1](https://www.apache.org/dist/incubator/commonsrdf/0.3.0-incubating/apache-commons-rdf-0.3.0-incubating-src.tar.gz.sha1)) +ASF Distribution Directory [incubator/commonsrdf](https://www.apache.org/dyn/closer.lua/incubator/commonsrdf/0.5.0/): + +* [apache-commons-rdf-0.5.0-src.zip](https://www.apache.org/dyn/closer.lua/incubator/commonsrdf/0.5.0/apache-commons-rdf-0.5.0-src.zip) + ([asc](https://www.apache.org/dist/incubator/commonsrdf/0.5.0/apache-commons-rdf-0.5.0-src.zip.asc), + [md5](https://www.apache.org/dist/incubator/commonsrdf/0.5.0/apache-commons-rdf-0.5.0-src.zip.md5), + [sha1](https://www.apache.org/dist/incubator/commonsrdf/0.5.0/apache-commons-rdf-0.5.0-src.zip.sha1)) After downloading the files, [check the signatures](https://www.apache.org/info/verification.html) using the following [KEYS](https://www.apache.org/dist/incubator/commonsrdf/KEYS) http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/60c8c590/src/site/markdown/introduction.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/introduction.md b/src/site/markdown/introduction.md index f0250b0..a6d75dc 100644 --- a/src/site/markdown/introduction.md +++ b/src/site/markdown/introduction.md @@ -86,9 +86,9 @@ to share your project or to use newer versions of Commons RDF. This tutorial assumes a classic Java project with local `.jar` files (say in your project's `lib/` folder), so download and add to your project's class path: -* [commons-rdf-api-0.3.0-incubating.jar](https://repo.maven.apache.org/maven2/org/apache/commons/commons-rdf-api/0.3.0-incubating/commons-rdf-api-0.3.0-incubating.jar) -([signature](https://repo.maven.apache.org/maven2/org/apache/commons/commons-rdf-api/0.3.0-incubating/commons-rdf-api-0.3.0-incubating.jar.asc)) -* [commons-rdf-simple-0.3.0-incubating.jar](https://repo.maven.apache.org/maven2/org/apache/commons/commons-rdf-simple/0.3.0-incubating/commons-rdf-simple-0.3.0-incubating.jar) ([signature](https://repo.maven.apache.org/maven2/org/apache/commons/commons-rdf-simple/0.3.0-incubating/commons-rdf-simple-0.3.0-incubating.jar.asc)) +* [commons-rdf-api-0.5.0.jar](https://repo.maven.apache.org/maven2/org/apache/commons/commons-rdf-api/0.5.0/commons-rdf-api-0.5.0.jar) +([signature](https://repo.maven.apache.org/maven2/org/apache/commons/commons-rdf-api/0.5.0/commons-rdf-api-0.5.0.jar.asc)) +* [commons-rdf-simple-0.5.0.jar](https://repo.maven.apache.org/maven2/org/apache/commons/commons-rdf-simple/0.5.0/commons-rdf-simple-0.5.0.jar) ([signature](https://repo.maven.apache.org/maven2/org/apache/commons/commons-rdf-simple/0.5.0/commons-rdf-simple-0.5.0.jar.asc)) _Tip: If you prefer you can [verify the signatures](https://www.apache.org/info/verification.html) using the Apache Commons [KEYS](https://www.apache.org/dist/commons/KEYS)._ http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/60c8c590/src/site/markdown/userguide.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/userguide.md b/src/site/markdown/userguide.md index e09cfd7..7180ea6 100644 --- a/src/site/markdown/userguide.md +++ b/src/site/markdown/userguide.md @@ -21,7 +21,7 @@ # User Guide This page shows some examples of a client using the Commons RDF API. -It was last updated for version `0.3.0-incubating` of the +It was last updated for version `0.5.0` of the Commons RDF [API](apidocs/). * [Introduction](#Introduction) @@ -89,7 +89,7 @@ add the following dependency to your `pom.xml`: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rdf-api</artifactId> - <version>0.3.0-incubating</version> + <version>0.5.0</version> </dependency> </dependencies> ``` @@ -133,7 +133,7 @@ _simple_ implementation, add to your `<dependencies>`: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rdf-simple</artifactId> - <version>0.3.0-incubating</version> + <version>0.5.0</version> </dependency> ```