Repository: commons-release-plugin
Updated Branches:
  refs/heads/master c6d7168bd -> ff15774ef


Drop duplicate package-info.java files.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/ff15774e
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/ff15774e
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/ff15774e

Branch: refs/heads/master
Commit: ff15774ef7eabfdcd3261e5fb4db5a5feeafd276
Parents: c6d7168
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Tue May 29 15:52:21 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Tue May 29 15:52:21 2018 -0600

----------------------------------------------------------------------
 .../release/plugin/mojos/package-info.java      | 30 --------------------
 .../commons/release/plugin/package-info.java    | 24 ----------------
 .../release/plugin/velocity/package-info.java   | 21 --------------
 3 files changed, 75 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/ff15774e/src/test/java/org/apache/commons/release/plugin/mojos/package-info.java
----------------------------------------------------------------------
diff --git 
a/src/test/java/org/apache/commons/release/plugin/mojos/package-info.java 
b/src/test/java/org/apache/commons/release/plugin/mojos/package-info.java
deleted file mode 100755
index 9a126a6..0000000
--- a/src/test/java/org/apache/commons/release/plugin/mojos/package-info.java
+++ /dev/null
@@ -1,30 +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.
- */
-/**
- * This package contains the unit tests for the package
- * {@link org.apache.commons.release.plugin.mojos}.
- *
- * @author chtompki
- * @since 1.0
- */
-/**
- * Unit tests for all of the mojos of the project.
- *
- * @author chtompki
- * @since 1.0
- */
-package org.apache.commons.release.plugin.mojos;

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/ff15774e/src/test/java/org/apache/commons/release/plugin/package-info.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/release/plugin/package-info.java 
b/src/test/java/org/apache/commons/release/plugin/package-info.java
deleted file mode 100755
index 6733c3a..0000000
--- a/src/test/java/org/apache/commons/release/plugin/package-info.java
+++ /dev/null
@@ -1,24 +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.
- */
-/**
- * This is the base package containing the unit tests
- * <code>commons-release-plugin</code>.
- *
- * @author chtompki
- * @since 1.0
- */
-package org.apache.commons.release.plugin;

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/ff15774e/src/test/java/org/apache/commons/release/plugin/velocity/package-info.java
----------------------------------------------------------------------
diff --git 
a/src/test/java/org/apache/commons/release/plugin/velocity/package-info.java 
b/src/test/java/org/apache/commons/release/plugin/velocity/package-info.java
deleted file mode 100755
index 0825022..0000000
--- a/src/test/java/org/apache/commons/release/plugin/velocity/package-info.java
+++ /dev/null
@@ -1,21 +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.
- */
-/**
- * Contains the tests for the {@link 
org.apache.commons.release.plugin.velocity}
- * package.
- */
-package org.apache.commons.release.plugin.velocity;

Reply via email to