updates home index.html
Project: http://git-wip-us.apache.org/repos/asf/isis-site/repo Commit: http://git-wip-us.apache.org/repos/asf/isis-site/commit/ba59f850 Tree: http://git-wip-us.apache.org/repos/asf/isis-site/tree/ba59f850 Diff: http://git-wip-us.apache.org/repos/asf/isis-site/diff/ba59f850 Branch: refs/heads/asf-site Commit: ba59f850df1fa6374274c0635b7dc675b7ce5a63 Parents: 9d921a5 Author: Dan Haywood <[email protected]> Authored: Mon Jan 8 23:25:46 2018 +0000 Committer: Dan Haywood <[email protected]> Committed: Mon Jan 8 23:25:46 2018 +0000 ---------------------------------------------------------------------- content/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis-site/blob/ba59f850/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 0ebb813..601896c 100644 --- a/content/index.html +++ b/content/index.html @@ -178,11 +178,12 @@ table.CodeRay td.code>pre{padding:0} <ul class="nav navbar-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Documentation<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="documentation.html">1.15.1 (current)</a></li> + <li><a href="documentation.html">1.16.0 (current)</a></li> <li role="separator" class="divider"></li> - <li><a href="versions/SNAPSHOT/documentation.html">1.16.0-SNAPSHOT</a></li> + <li><a href="versions/SNAPSHOT/documentation.html">2.0.0-M1-SNAPSHOT</a></li> <li role="separator" class="divider"></li> <li class="dropdown-header">Archive</li> + <li><a href="versions/1.15.1/documentation.html">1.15.1</a></li> <li><a href="versions/1.15.0/documentation.html">1.15.0</a></li> <li><a href="versions/1.14.0/documentation.html">1.14.0</a></li> <li><a href="versions/1.13.2.1/documentation.html">1.13.2.1</a></li> @@ -608,7 +609,7 @@ table.CodeRay td.code>pre{padding:0} mvn archetype:generate \ -D archetypeGroupId=org.apache.isis.archetype \ -D archetypeArtifactId=helloworld-archetype \ - -D archetypeVersion=1.15.1 \ + -D archetypeVersion=1.16.0 \ -D groupId=com.mycompany \ -D artifactId=myapp \ -D version=1.0-SNAPSHOT \ @@ -621,7 +622,7 @@ mvn archetype:generate \ mvn archetype:generate \ -D archetypeGroupId=org.apache.isis.archetype \ -D archetypeArtifactId=simpleapp-archetype \ - -D archetypeVersion=1.15.1 \ + -D archetypeVersion=1.16.0 \ -D groupId=com.mycompany \ -D artifactId=myapp \ -D version=1.0-SNAPSHOT \
