You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/07/12 22:54:11 UTC

[18/21] isis git commit: ISIS-1335: updating downloads page

ISIS-1335: updating downloads page


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/994e677d
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/994e677d
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/994e677d

Branch: refs/heads/master
Commit: 994e677d638a271b861454de1a405d4f88b658b5
Parents: 09f004a
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Jul 11 20:47:13 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Jul 11 20:47:13 2016 +0100

----------------------------------------------------------------------
 adocs/documentation/src/main/asciidoc/downloads.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/994e677d/adocs/documentation/src/main/asciidoc/downloads.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/downloads.adoc b/adocs/documentation/src/main/asciidoc/downloads.adoc
index a5a1941..1757c00 100644
--- a/adocs/documentation/src/main/asciidoc/downloads.adoc
+++ b/adocs/documentation/src/main/asciidoc/downloads.adoc
@@ -25,12 +25,12 @@ If you want to build Apache Isis from formally released source tarballs, you can
 
 Core:
 
-* https://www.apache.org/dyn/closer.cgi/isis/isis-core/isis-1.12.2-source-release.zip[isis-1.12.2] (http://www.apache.org/dist/isis/isis-core/isis-1.12.2-source-release.zip.asc[asc], http://www.apache.org/dist/isis/isis-core/isis-1.12.2-source-release.zip.md5[md5])
+* https://www.apache.org/dyn/closer.cgi/isis/isis-core/isis-1.13.0-source-release.zip[isis-1.13.0] (http://www.apache.org/dist/isis/isis-core/isis-1.13.0-source-release.zip.asc[asc], http://www.apache.org/dist/isis/isis-core/isis-1.13.0-source-release.zip.md5[md5])
 
 
 Archetypes:
 
-* https://www.apache.org/dyn/closer.cgi/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.12.2-source-release.zip[simpleapp-archetype-1.12.2] (http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.12.2-source-release.zip.asc[asc], http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.12.2-source-release.zip.md5[md5])
+* https://www.apache.org/dyn/closer.cgi/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.0-source-release.zip[simpleapp-archetype-1.13.0] (http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.0-source-release.zip.asc[asc], http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.13.0-source-release.zip.md5[md5])
 
 
 
@@ -45,7 +45,7 @@ Then verify the signatures using a command such as:
 [source,bash]
 ----
 pgpk -a KEYS
-pgpv isis-1.12.2-source-release.zip.asc
+pgpv isis-1.13.0-source-release.zip.asc
 ----
 
 or
@@ -53,7 +53,7 @@ or
 [source,bash]
 ----
 pgp -ka KEYS
-pgp isis-1.12.2-source-release.zip.asc
+pgp isis-1.13.0-source-release.zip.asc
 ----
 
 
@@ -62,7 +62,7 @@ or
 [source,bash]
 ----
 gpg \u2013import KEYS
-gpg \u2013verify isis-1.12.2-source-release.zip.asc
+gpg \u2013verify isis-1.13.0-source-release.zip.asc
 ----