This repository was archived by the owner on Nov 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +75
-67
lines changed
Expand file tree Collapse file tree 14 files changed +75
-67
lines changed Original file line number Diff line number Diff line change 33
44 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6- Copyright (c) 2011-2013 Oracle and/or its affiliates. All rights reserved.
6+ Copyright (c) 2011-2015 Oracle and/or its affiliates. All rights reserved.
77
88 The contents of this file are subject to the terms of either the GNU
99 General Public License Version 2 only ("GPL") or the Common Development
Original file line number Diff line number Diff line change 33
44 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6- Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
6+ Copyright (c) 2013-2015 Oracle and/or its affiliates. All rights reserved.
77
88 The contents of this file are subject to the terms of either the GNU
99 General Public License Version 2 only ("GPL") or the Common Development
Original file line number Diff line number Diff line change 22
33 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5- Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
5+ Copyright (c) 2012-2015 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
7373 <plugin >
7474 <groupId >org.apache.maven.plugins</groupId >
7575 <artifactId >maven-compiler-plugin</artifactId >
76- <version >2.5.1</version >
77- <configuration >
78- <source >1.7</source >
79- <target >1.7</target >
80- </configuration >
8176 </plugin >
8277<!-- mvn exec:java
8378-->
8479 <plugin >
8580 <groupId >org.codehaus.mojo</groupId >
8681 <artifactId >exec-maven-plugin</artifactId >
87- <version >1.2.1</version >
8882 <executions >
8983 <execution >
9084 <goals >
Original file line number Diff line number Diff line change 22
33 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5- Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
5+ Copyright (c) 2012-2015 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
7979 <plugin >
8080 <groupId >org.apache.maven.plugins</groupId >
8181 <artifactId >maven-compiler-plugin</artifactId >
82- <version >2.5.1</version >
83- <configuration >
84- <source >1.7</source >
85- <target >1.7</target >
86- </configuration >
8782 </plugin >
8883 <plugin >
8984 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 22
33 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5- Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
5+ Copyright (c) 2013-2015 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
7373 <plugin >
7474 <groupId >org.apache.maven.plugins</groupId >
7575 <artifactId >maven-compiler-plugin</artifactId >
76- <version >2.5.1</version >
77- <configuration >
78- <source >1.7</source >
79- <target >1.7</target >
80- </configuration >
8176 </plugin >
8277<!-- mvn exec:java
8378-->
8479 <plugin >
8580 <groupId >org.codehaus.mojo</groupId >
8681 <artifactId >exec-maven-plugin</artifactId >
87- <version >1.2.1</version >
8882 <executions >
8983 <execution >
9084 <goals >
Original file line number Diff line number Diff line change 22
33 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5- Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
5+ Copyright (c) 2012-2015 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
Original file line number Diff line number Diff line change 22
33 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5- Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
5+ Copyright (c) 2013-2015 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
7474 <plugin >
7575 <groupId >org.apache.maven.plugins</groupId >
7676 <artifactId >maven-compiler-plugin</artifactId >
77- <version >2.5.1</version >
78- <configuration >
79- <source >1.7</source >
80- <target >1.7</target >
81- </configuration >
8277 </plugin >
8378 <plugin >
8479 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 22
33 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5- Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
5+ Copyright (c) 2012-2015 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
7373 <plugin >
7474 <groupId >org.apache.maven.plugins</groupId >
7575 <artifactId >maven-compiler-plugin</artifactId >
76- <version >2.5.1</version >
77- <configuration >
78- <source >1.7</source >
79- <target >1.7</target >
80- </configuration >
8176 </plugin >
8277 <plugin >
8378 <groupId >org.codehaus.mojo</groupId >
8479 <artifactId >exec-maven-plugin</artifactId >
85- <version >1.2.1</version >
8680 <executions >
8781 <execution >
8882 <goals >
Original file line number Diff line number Diff line change 22
33 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5- Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
5+ Copyright (c) 2012-2015 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
6060 <dependency >
6161 <groupId >javax</groupId >
6262 <artifactId >javaee-web-api</artifactId >
63- <version >6.0</version >
6463 <scope >provided</scope >
6564 </dependency >
6665 <dependency >
Original file line number Diff line number Diff line change 33
44 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6- Copyright (c) 2011-2013 Oracle and/or its affiliates. All rights reserved.
6+ Copyright (c) 2011-2015 Oracle and/or its affiliates. All rights reserved.
77
88 The contents of this file are subject to the terms of either the GNU
99 General Public License Version 2 only ("GPL") or the Common Development
You can’t perform that action at this time.
0 commit comments