Repository: aries-jax-rs-whiteboard Updated Branches: refs/heads/master 5b9db9ff7 -> 39c19a133
Adding missing license headers and cleaning up poms Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/39c19a13 Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/39c19a13 Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/39c19a13 Branch: refs/heads/master Commit: 39c19a13376a48b77494083dacd11fb0d76c8100 Parents: 5b9db9f Author: Christian Schneider <[email protected]> Authored: Mon Nov 28 18:21:25 2016 +0100 Committer: Christian Schneider <[email protected]> Committed: Mon Nov 28 18:21:25 2016 +0100 ---------------------------------------------------------------------- jax-rs.example-run/pom.xml | 18 +++++++++++++++++- jax-rs.example/pom.xml | 18 +++++++++++++++++- jax-rs.itests-run/pom.xml | 18 +++++++++++++++++- jax-rs.itests/pom.xml | 18 +++++++++++++++++- jax-rs.log4j-configuration/pom.xml | 18 +++++++++++++++++- jax-rs.whiteboard/pom.xml | 30 +++++++++++++++++++++++------- pom.xml | 18 ++++++++++++++++++ 7 files changed, 126 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/39c19a13/jax-rs.example-run/pom.xml ---------------------------------------------------------------------- diff --git a/jax-rs.example-run/pom.xml b/jax-rs.example-run/pom.xml index 8d298e6..616f3c9 100644 --- a/jax-rs.example-run/pom.xml +++ b/jax-rs.example-run/pom.xml @@ -1,3 +1,20 @@ +<?xml version='1.0' encoding='UTF-8' ?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -12,7 +29,6 @@ <description>Apache Aries JAX-RS Example Run Configuration</description> <name>Apache Aries JAX-RS Example Run Configuration</name> <packaging>pom</packaging> - <version>0.0.1-SNAPSHOT</version> <build> <plugins> http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/39c19a13/jax-rs.example/pom.xml ---------------------------------------------------------------------- diff --git a/jax-rs.example/pom.xml b/jax-rs.example/pom.xml index 560fdc3..9200bd2 100644 --- a/jax-rs.example/pom.xml +++ b/jax-rs.example/pom.xml @@ -1,3 +1,20 @@ +<?xml version='1.0' encoding='UTF-8' ?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -13,7 +30,6 @@ <artifactId>org.apache.aries.jax.rs.example</artifactId> <description>Apache Aries JAX-RS Example</description> <name>Apache Aries JAX-RS Example</name> - <version>0.0.1-SNAPSHOT</version> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/39c19a13/jax-rs.itests-run/pom.xml ---------------------------------------------------------------------- diff --git a/jax-rs.itests-run/pom.xml b/jax-rs.itests-run/pom.xml index 653ad8b..868a1f0 100644 --- a/jax-rs.itests-run/pom.xml +++ b/jax-rs.itests-run/pom.xml @@ -1,3 +1,20 @@ +<?xml version='1.0' encoding='UTF-8' ?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -14,7 +31,6 @@ <artifactId>org.apache.aries.jax.rs.itests-run</artifactId> <description>Apache Aries JAX-RS Integration Test Plan</description> <name>Apache Aries JAX-RS Integration Test Plan</name> - <version>0.0.1-SNAPSHOT</version> <packaging>pom</packaging> <build> http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/39c19a13/jax-rs.itests/pom.xml ---------------------------------------------------------------------- diff --git a/jax-rs.itests/pom.xml b/jax-rs.itests/pom.xml index d3f8411..3bd6936 100644 --- a/jax-rs.itests/pom.xml +++ b/jax-rs.itests/pom.xml @@ -1,3 +1,20 @@ +<?xml version='1.0' encoding='UTF-8' ?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -14,7 +31,6 @@ <artifactId>org.apache.aries.jax.rs.itests</artifactId> <description>Apache Aries JAX-RS Integration Tests</description> <name>Apache Aries JAX-RS Integration Tests</name> - <version>0.0.1-SNAPSHOT</version> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/39c19a13/jax-rs.log4j-configuration/pom.xml ---------------------------------------------------------------------- diff --git a/jax-rs.log4j-configuration/pom.xml b/jax-rs.log4j-configuration/pom.xml index 077b299..a72beee 100644 --- a/jax-rs.log4j-configuration/pom.xml +++ b/jax-rs.log4j-configuration/pom.xml @@ -1,3 +1,20 @@ +<?xml version='1.0' encoding='UTF-8' ?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -13,5 +30,4 @@ <artifactId>org.apache.aries.jax.rs.log4j-configuration</artifactId> <description>Apache Aries JAX-RS Log4J Configuration Fragment</description> <name>Apache Aries JAX-RS Log4J Configuration Fragment</name> - <version>0.0.1-SNAPSHOT</version> </project> http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/39c19a13/jax-rs.whiteboard/pom.xml ---------------------------------------------------------------------- diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml index 7459dab..13ec2f0 100644 --- a/jax-rs.whiteboard/pom.xml +++ b/jax-rs.whiteboard/pom.xml @@ -1,3 +1,20 @@ +<?xml version='1.0' encoding='UTF-8' ?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -13,7 +30,6 @@ <artifactId>org.apache.aries.jax.rs.whiteboard</artifactId> <description>Apache Aries JAX-RS Whiteboard</description> <name>Apache Aries JAX-RS Whiteboard</name> - <version>0.0.1-SNAPSHOT</version> <dependencies> <dependency> @@ -24,32 +40,32 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-databinding-jaxb</artifactId> - <version>3.1.7</version> + <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-extension-providers</artifactId> - <version>3.1.7</version> + <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>3.1.7</version> + <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.7</version> + <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-common</artifactId> - <version>3.1.7</version> + <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-validator</artifactId> - <version>3.1.7</version> + <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.codehaus.jettison</groupId> http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/39c19a13/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6022520..bf34c51 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,20 @@ +<?xml version='1.0' encoding='UTF-8' ?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -10,6 +27,7 @@ <packaging>pom</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <cxf.version>3.1.7</cxf.version> </properties> <build>
