[java-idp-plugin-scripting] 02/02: untabify

Rod Widdowson rdw at steadingsoftware.com
Tue Dec 14 20:13:30 UTC 2021


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=ec5ed09a2244d12de30bac44f64bf2c7abd537b6

commit ec5ed09a2244d12de30bac44f64bf2c7abd537b6
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Dec 12 11:47:23 2021 +0000

    untabify
---
 nashorn-graalvm-dist/pom.xml | 10 +++++-----
 nashorn-jdk-dist/pom.xml     | 10 +++++-----
 rhino-dist/pom.xml           |  8 ++++----
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/nashorn-graalvm-dist/pom.xml b/nashorn-graalvm-dist/pom.xml
index 228e4f7..9cb541c 100644
--- a/nashorn-graalvm-dist/pom.xml
+++ b/nashorn-graalvm-dist/pom.xml
@@ -53,15 +53,15 @@
                 <artifactId>maven-enforcer-plugin</artifactId>
                 <dependencies>
                     <dependency>
-			<groupId>net.shibboleth.maven.enforcer.rules</groupId>
-			<artifactId>maven-dist-enforcer</artifactId>
-			<version>3.0.0</version>
+                        <groupId>net.shibboleth.maven.enforcer.rules</groupId>
+                        <artifactId>maven-dist-enforcer</artifactId>
+                        <version>3.0.0</version>
                     </dependency>
                 </dependencies>
                 <executions>
                     <execution>
                         <id>nashorn-graalvm-enforce</id>
-			<phase>verify</phase>
+                        <phase>verify</phase>
                         <goals>
                             <goal>enforce</goal>
                         </goals>
@@ -84,7 +84,7 @@
                         </configuration>
                     </execution>
                 </executions>
-	    </plugin>
+            </plugin>
         </plugins>
     </build>
 </project>
diff --git a/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
index c67a6df..0cde855 100644
--- a/nashorn-jdk-dist/pom.xml
+++ b/nashorn-jdk-dist/pom.xml
@@ -53,15 +53,15 @@
                 <artifactId>maven-enforcer-plugin</artifactId>
                 <dependencies>
                     <dependency>
- 			<groupId>net.shibboleth.maven.enforcer.rules</groupId>
-			<artifactId>maven-dist-enforcer</artifactId>
-			<version>3.0.0</version>
+                        <groupId>net.shibboleth.maven.enforcer.rules</groupId>
+                        <artifactId>maven-dist-enforcer</artifactId>
+                        <version>3.0.0</version>
                     </dependency>
                 </dependencies>
                 <executions>
                     <execution>
                         <id>nashorn-jdk-enforce</id>
-			<phase>verify</phase>
+                        <phase>verify</phase>
                         <goals>
                             <goal>enforce</goal>
                         </goals>
@@ -84,7 +84,7 @@
                         </configuration>
                     </execution>
                 </executions>
-	    </plugin>
+            </plugin>
         </plugins>
     </build>
 </project>
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index 6b24ee0..a345d89 100644
--- a/rhino-dist/pom.xml
+++ b/rhino-dist/pom.xml
@@ -53,15 +53,15 @@
                 <artifactId>maven-enforcer-plugin</artifactId>
                 <dependencies>
                     <dependency>
-			<groupId>net.shibboleth.maven.enforcer.rules</groupId>
-			<artifactId>maven-dist-enforcer</artifactId>
-			<version>3.0.0</version>
+                        <groupId>net.shibboleth.maven.enforcer.rules</groupId>
+                        <artifactId>maven-dist-enforcer</artifactId>
+                        <version>3.0.0</version>
                     </dependency>
                 </dependencies>
                 <executions>
                     <execution>
                         <id>rhino-enforce</id>
-			<phase>verify</phase>
+                        <phase>verify</phase>
                         <goals>
                             <goal>enforce</goal>
                         </goals>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list