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/01/02 07:51:19 UTC

[04/13] isis git commit: ISIS-1243: bumping simpleapp to use isis 1.11.0; adding missing ASF license to new file.

ISIS-1243: bumping simpleapp to use isis 1.11.0; adding missing ASF license to new file.


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

Branch: refs/heads/master
Commit: 9a0247c9f8288ddf0828a13be2d30a0c338e6492
Parents: 57779c2
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Dec 29 12:36:31 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Dec 29 12:36:31 2015 +0000

----------------------------------------------------------------------
 example/application/simpleapp/pom.xml             |  2 +-
 .../webapp/src/main/webapp/swagger-ui/index.html  | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/9a0247c9/example/application/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index ec12b19..f3f0dc8 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -34,7 +34,7 @@
     </prerequisites>
 
     <properties>
-        <isis.version>1.11.0-SNAPSHOT</isis.version>
+        <isis.version>1.11.0</isis.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

http://git-wip-us.apache.org/repos/asf/isis/blob/9a0247c9/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html b/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html
index f27d3be..c22fcaf 100644
--- a/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html
+++ b/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html
@@ -1,4 +1,22 @@
 <!DOCTYPE html>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <html>
 <head>
     <meta charset="UTF-8">