Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit 73c28bd

Browse files
author
Hendrik Saly
committed
Maven POM updates (most recent
dependencies and maven plugins are used. Also fixed a few typos and copyright year.)
1 parent 1eba77d commit 73c28bd

File tree

14 files changed

+75
-67
lines changed

14 files changed

+75
-67
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

bundles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

demos/facebook/pom.xml

Lines changed: 1 addition & 7 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) 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
@@ -73,18 +73,12 @@
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>

demos/jaxrs/pom.xml

Lines changed: 1 addition & 6 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) 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
@@ -79,11 +79,6 @@
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>

demos/jsonpointer/pom.xml

Lines changed: 1 addition & 7 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) 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
@@ -73,18 +73,12 @@
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>

demos/pom.xml

Lines changed: 1 addition & 1 deletion
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) 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

demos/servlet/pom.xml

Lines changed: 1 addition & 6 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) 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
@@ -74,11 +74,6 @@
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>

demos/twitter/pom.xml

Lines changed: 1 addition & 7 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) 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
@@ -73,16 +73,10 @@
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>

gf/pom.xml

Lines changed: 1 addition & 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) 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
@@ -60,7 +60,6 @@
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>

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

0 commit comments

Comments
 (0)