This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 59f5fd7  Whitespace
59f5fd7 is described below

commit 59f5fd726a2372e47f7523ab90fa0741515a9cdd
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 27 09:01:24 2024 -0500

    Whitespace
---
 src/main/java/org/apache/commons/release/plugin/mojos/package-info.java  | 1 +
 src/main/java/org/apache/commons/release/plugin/package-info.java        | 1 +
 .../java/org/apache/commons/release/plugin/velocity/package-info.java    | 1 +
 src/test/java/org/apache/commons/release/plugin/stubs/package-info.java  | 1 +
 4 files changed, 4 insertions(+)

diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/package-info.java 
b/src/main/java/org/apache/commons/release/plugin/mojos/package-info.java
index cbccbf9..69f66cc 100755
--- a/src/main/java/org/apache/commons/release/plugin/mojos/package-info.java
+++ b/src/main/java/org/apache/commons/release/plugin/mojos/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * This package contains all the maven mojos for the commons-release-plugin. 
Currently
  * this only has the following mojos:
diff --git a/src/main/java/org/apache/commons/release/plugin/package-info.java 
b/src/main/java/org/apache/commons/release/plugin/package-info.java
index b91a530..2e3d085 100755
--- a/src/main/java/org/apache/commons/release/plugin/package-info.java
+++ b/src/main/java/org/apache/commons/release/plugin/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * Base package for the commons-release-plugin. It should contain only classes
  * that are used across all sub-packages. For now the only class in this 
package
diff --git 
a/src/main/java/org/apache/commons/release/plugin/velocity/package-info.java 
b/src/main/java/org/apache/commons/release/plugin/velocity/package-info.java
index d3f9de0..2cebacf 100755
--- a/src/main/java/org/apache/commons/release/plugin/velocity/package-info.java
+++ b/src/main/java/org/apache/commons/release/plugin/velocity/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * Contains classes that take our velocity templates and render's them to a 
{@link java.io.Writer}
  * class.
diff --git 
a/src/test/java/org/apache/commons/release/plugin/stubs/package-info.java 
b/src/test/java/org/apache/commons/release/plugin/stubs/package-info.java
index 112f08f..471fb0e 100755
--- a/src/test/java/org/apache/commons/release/plugin/stubs/package-info.java
+++ b/src/test/java/org/apache/commons/release/plugin/stubs/package-info.java
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /**
  * This package is meant to contain stubbed objects for the maven testing
  * paradigm. These stubs can in turn be used in the poms in the 
<code>src/test/resources</code>

Reply via email to