summaryrefslogtreecommitdiff
path: root/pdf-over-gui/pom.xml
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-29 12:28:03 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-29 12:28:03 +0200
commite40743a6a6524ecdf1a9412439a818b79d275649 (patch)
treee2af64bc00cdbed1c5e3e5b5c0cb8a28feb3d132 /pdf-over-gui/pom.xml
parentc2ae8db46f7184dee58d949f7d54725558252635 (diff)
downloadpdf-over-e40743a6a6524ecdf1a9412439a818b79d275649.tar.gz
pdf-over-e40743a6a6524ecdf1a9412439a818b79d275649.tar.bz2
pdf-over-e40743a6a6524ecdf1a9412439a818b79d275649.zip
fix indentation
Diffstat (limited to 'pdf-over-gui/pom.xml')
-rw-r--r--pdf-over-gui/pom.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index d813894b..6dcdc53f 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -509,22 +509,22 @@
<plugins>
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
- <artifactId>launch4j-maven-plugin</artifactId>
- <version>2.1.1</version>
- <executions>
- <execution>
- <id>l4j-gui</id>
- <phase>package</phase>
- </execution>
- <execution>
- <id>l4j-cli</id>
- <phase>package</phase>
- </execution>
- <execution>
- <id>l4j-uninst</id>
- <phase>package</phase>
- </execution>
- </executions>
+ <artifactId>launch4j-maven-plugin</artifactId>
+ <version>2.1.1</version>
+ <executions>
+ <execution>
+ <id>l4j-gui</id>
+ <phase>package</phase>
+ </execution>
+ <execution>
+ <id>l4j-cli</id>
+ <phase>package</phase>
+ </execution>
+ <execution>
+ <id>l4j-uninst</id>
+ <phase>package</phase>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>