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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 4319ab0a Fix indentation
4319ab0a is described below
commit 4319ab0acff70f2925b049b7b50754ab75677b4d
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 15 13:44:10 2023 -0400
Fix indentation
---
pom.xml | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5f924c01..bc0b337e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -713,25 +713,25 @@
</build>
</profile>
- <profile>
- <id>java11+</id>
- <activation>
- <jdk>[11,)</jdk>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <!-- -Xmx64m: increases memory for tests on Travis CI -->
- <!-- jdk.tls.client.protocols: For use of older protocol since
DSA is no longer in the JRE -->
- <argLine>-Xmx64m -Djdk.tls.client.protocols=TLSv1.2</argLine>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
+ <profile>
+ <id>java11+</id>
+ <activation>
+ <jdk>[11,)</jdk>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <!-- -Xmx64m: increases memory for tests on Travis CI -->
+ <!-- jdk.tls.client.protocols: For use of older protocol since
DSA is no longer in the JRE -->
+ <argLine>-Xmx64m -Djdk.tls.client.protocols=TLSv1.2</argLine>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>