You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/01/16 06:56:54 UTC

[1/3] incubator-tamaya git commit: TAMAYA-53 Moved FindBugs filter to the correct directory.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master ff6f947ac -> e39043cc7


TAMAYA-53 Moved FindBugs filter to the correct directory.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/52c52e71
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/52c52e71
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/52c52e71

Branch: refs/heads/master
Commit: 52c52e71a3693ee7a2f3cceadb796b826635d9b5
Parents: ff6f947
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Thu Jan 15 20:30:16 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Thu Jan 15 20:30:16 2015 +0100

----------------------------------------------------------------------
 .../resources/findbugs/findbugs-exclude.xml     | 22 ++++++++++++++++++++
 .../src/main/resources/findbugs-exclude.xml     | 22 --------------------
 2 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/52c52e71/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml
----------------------------------------------------------------------
diff --git a/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml b/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml
new file mode 100644
index 0000000..8a29761
--- /dev/null
+++ b/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml
@@ -0,0 +1,22 @@
+<!--
+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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<FindBugsFilter>
+
+</FindBugsFilter>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/52c52e71/dormant/buildtools/src/main/resources/findbugs-exclude.xml
----------------------------------------------------------------------
diff --git a/dormant/buildtools/src/main/resources/findbugs-exclude.xml b/dormant/buildtools/src/main/resources/findbugs-exclude.xml
deleted file mode 100644
index 8a29761..0000000
--- a/dormant/buildtools/src/main/resources/findbugs-exclude.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--
-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.
--->
-<?xml version="1.0" encoding="UTF-8"?>
-<FindBugsFilter>
-
-</FindBugsFilter>


[2/3] incubator-tamaya git commit: TAMAYA-53 Fixed XML markup error.

Posted by pl...@apache.org.
TAMAYA-53 Fixed XML markup error.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/fc5c6085
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/fc5c6085
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/fc5c6085

Branch: refs/heads/master
Commit: fc5c6085cfc6c48806720846910979be5b27a9f9
Parents: 52c52e7
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Thu Jan 15 20:31:47 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Thu Jan 15 20:31:47 2015 +0100

----------------------------------------------------------------------
 .../src/main/resources/findbugs/findbugs-exclude.xml               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/fc5c6085/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml
----------------------------------------------------------------------
diff --git a/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml b/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml
index 8a29761..9227846 100644
--- a/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml
+++ b/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml
@@ -1,3 +1,4 @@
+<?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
@@ -16,7 +17,6 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <FindBugsFilter>
 
 </FindBugsFilter>


[3/3] incubator-tamaya git commit: TAMAYA-53 Fix for failing build.

Posted by pl...@apache.org.
TAMAYA-53 Fix for failing build.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/e39043cc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/e39043cc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/e39043cc

Branch: refs/heads/master
Commit: e39043cc76068335639fa923199431de4ce12608
Parents: fc5c608
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Thu Jan 15 21:19:16 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Thu Jan 15 21:19:16 2015 +0100

----------------------------------------------------------------------
 java7/pom.xml     |  9 ---------
 java8/api/pom.xml | 10 ----------
 modules/pom.xml   |  8 --------
 3 files changed, 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/e39043cc/java7/pom.xml
----------------------------------------------------------------------
diff --git a/java7/pom.xml b/java7/pom.xml
index 165bd2c..88d5e36 100644
--- a/java7/pom.xml
+++ b/java7/pom.xml
@@ -35,15 +35,6 @@ under the License.
         <jdkVersion>1.7</jdkVersion>
     </properties>
 
-    <build>
-        <extensions>
-            <extension>
-                <groupId>org.apache.tamaya</groupId>
-                <artifactId>buildconfigurations</artifactId>
-                <version>${project.version}</version>
-            </extension>
-        </extensions>
-    </build>
 
     <modules>
         <module>api</module>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/e39043cc/java8/api/pom.xml
----------------------------------------------------------------------
diff --git a/java8/api/pom.xml b/java8/api/pom.xml
index 5b6ddd9..d0f9fb4 100644
--- a/java8/api/pom.xml
+++ b/java8/api/pom.xml
@@ -33,16 +33,6 @@ under the License.
         The API defines a complete SE based API for reading of configuration data.
     </description>
 
-    <build>
-        <extensions>
-            <extension>
-                <groupId>org.apache.tamaya</groupId>
-                <artifactId>buildconfigurations</artifactId>
-                <version>${project.version}</version>
-            </extension>
-        </extensions>
-    </build>
-
     <dependencies>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/e39043cc/modules/pom.xml
----------------------------------------------------------------------
diff --git a/modules/pom.xml b/modules/pom.xml
index 22c4b0e..10bca33 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -44,14 +44,6 @@ under the License.
     </modules>
 
     <build>
-        <extensions>
-            <extension>
-                <groupId>org.apache.tamaya</groupId>
-                <artifactId>buildconfigurations</artifactId>
-                <version>${project.version}</version>
-            </extension>
-        </extensions>
-
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>