Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 3cd3134

Browse files
committed
Helloworld examples links corrections + servlet4.version update.
Change-Id: Ie038d725928f7a8dec7e4e8191dea1e33d3e1d15
1 parent d74cce4 commit 3cd3134

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

examples/helloworld-pure-jax-rs/README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5-
Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
5+
Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved.
66
77
The contents of this file are subject to the terms of either the GNU
88
General Public License Version 2 only ("GPL") or the Common Development
@@ -64,4 +64,4 @@ Run the example as follows:
6464
6565
This deploys the example using [Grizzly](http://grizzly.java.net/) container. You can access the application at:
6666

67-
- <http://localhost:8080/base/helloworld>
67+
- <http://localhost:8080/helloworld>

examples/helloworld-webapp/README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5-
Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
5+
Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved.
66
77
The contents of this file are subject to the terms of either the GNU
88
General Public License Version 2 only ("GPL") or the Common Development
@@ -70,4 +70,4 @@ Run the example as follows:
7070
7171
This deploys the example using [Grizzly](http://grizzly.java.net/) container. You can access the application at:
7272

73-
- <http://localhost:8080/base/helloworld>
73+
- <http://localhost:8080/helloworld-webapp/helloworld>

examples/helloworld-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>javax.servlet</groupId>
6464
<artifactId>javax.servlet-api</artifactId>
65-
<version>${servlet3.version}</version>
65+
<version>${servlet4.version}</version>
6666
</dependency>
6767

6868
<dependency>

examples/helloworld/README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5-
Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
5+
Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved.
66
77
The contents of this file are subject to the terms of either the GNU
88
General Public License Version 2 only ("GPL") or the Common Development
@@ -64,4 +64,4 @@ Run the example as follows:
6464
6565
This deploys the example using [Grizzly](http://grizzly.java.net/) container.
6666

67-
- <http://localhost:8080/helloworld>
67+
- <http://localhost:8080/base/helloworld>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@
19041904
<rome.version>1.0</rome.version>
19051905
<servlet2.version>2.4</servlet2.version>
19061906
<servlet3.version>3.0.1</servlet3.version>
1907-
<servlet4.version>4.0.0-b07</servlet4.version>
1907+
<servlet4.version>4.0.0</servlet4.version>
19081908
<simple.version>6.0.1</simple.version>
19091909
<slf4j.version>1.7.12</slf4j.version>
19101910
<spring4.version>4.3.4.RELEASE</spring4.version>

0 commit comments

Comments
 (0)