You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/04 14:06:33 UTC

[commons-jci] branch master updated: Spaces, not tabs.

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-jci.git


The following commit(s) were added to refs/heads/master by this push:
     new 2685456  Spaces, not tabs.
2685456 is described below

commit 268545664c4f617abb54b005f7fc4266d12edad0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jan 4 09:06:30 2023 -0500

    Spaces, not tabs.
---
 src/changes/changes.xml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2b7273a..0bf0e1c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,15 +61,15 @@ The <action> type attribute can be add,update,fix,remove.
     Defining changes.version allows one to create the RN without first removing the SNAPSHOT suffix.
      -->
 
-	<body>
-		<release version="2.0" date="202Y-MM-DD" description="Major release (Java 8).">
-			<!-- UPDATE -->
-			<action type="update" dev="ggregory" due-to="Dependabot">
-				Bump commons-io from 2.2 to 2.11.0 #11.
-			</action>
-   			<action type="update" dev="ggregory" due-to="Dependabot">
-   			        Bump junit from 4.11 to 4.13.2 #10
-			</action>
-		</release>
-	</body>
+  <body>
+    <release version="2.0" date="202Y-MM-DD" description="Major release (Java 8).">
+      <!-- UPDATE -->
+      <action type="update" dev="ggregory" due-to="Dependabot">
+        Bump commons-io from 2.2 to 2.11.0 #11.
+      </action>
+      <action type="update" dev="ggregory" due-to="Dependabot">
+        Bump junit from 4.11 to 4.13.2 #10
+      </action>
+    </release>
+  </body>
 </document>