Skip to content

Commit 7d377b1

Browse files
committed
Format code
1 parent c2d86d3 commit 7d377b1

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

pom.xml

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>de.neuland-bfi</groupId>
45
<artifactId>pug4j</artifactId>
@@ -29,8 +30,9 @@
2930
<url>https://github.com/neuland/pug4j</url>
3031
<connection>scm:git:git://github.com/neuland/pug4j.git</connection>
3132
<developerConnection>scm:git:[email protected]:neuland/pug4j.git</developerConnection>
32-
<tag>HEAD</tag>
33-
</scm>
33+
<tag>HEAD</tag>
34+
</scm>
35+
3436
<developers>
3537
<developer>
3638
<name>Artur Tomas</name>
@@ -62,6 +64,7 @@
6264
<graalvm.version>21.3.12</graalvm.version>
6365
<java.version>8</java.version>
6466
</properties>
67+
6568
<profiles>
6669
<profile>
6770
<id>javac-release</id>
@@ -130,7 +133,7 @@
130133
<useFile>false</useFile>
131134
<useModulePath>false</useModulePath>
132135
<trimStackTrace>false</trimStackTrace>
133-
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" />
136+
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
134137
</configuration>
135138
</plugin>
136139
<plugin>
@@ -187,7 +190,9 @@
187190
<execution>
188191
<id>deploy</id>
189192
<phase>deploy</phase>
190-
<goals><goal>deploy</goal></goals>
193+
<goals>
194+
<goal>deploy</goal>
195+
</goals>
191196
</execution>
192197
</executions>
193198
</plugin>
@@ -269,19 +274,19 @@
269274
<version>1.12.0</version>
270275
</dependency>
271276
<dependency>
272-
<groupId>com.github.ben-manes.caffeine</groupId>
273-
<artifactId>caffeine</artifactId>
274-
<version>2.9.3</version>
277+
<groupId>com.github.ben-manes.caffeine</groupId>
278+
<artifactId>caffeine</artifactId>
279+
<version>2.9.3</version>
275280
</dependency>
276281
<dependency>
277282
<groupId>com.google.code.gson</groupId>
278283
<artifactId>gson</artifactId>
279284
<version>2.10.1</version>
280285
</dependency>
281286
<dependency>
282-
<groupId>com.vladsch.flexmark</groupId>
283-
<artifactId>flexmark</artifactId>
284-
<version>0.62.2</version>
287+
<groupId>com.vladsch.flexmark</groupId>
288+
<artifactId>flexmark</artifactId>
289+
<version>0.62.2</version>
285290
</dependency>
286291
<dependency>
287292
<groupId>org.graalvm.sdk</groupId>
@@ -366,16 +371,16 @@
366371
<scope>test</scope>
367372
</dependency>
368373
<dependency>
369-
<groupId>org.openjdk.jmh</groupId>
370-
<artifactId>jmh-core</artifactId>
371-
<version>1.37</version>
372-
<scope>test</scope>
374+
<groupId>org.openjdk.jmh</groupId>
375+
<artifactId>jmh-core</artifactId>
376+
<version>1.37</version>
377+
<scope>test</scope>
373378
</dependency>
374379
<dependency>
375-
<groupId>org.openjdk.jmh</groupId>
376-
<artifactId>jmh-generator-annprocess</artifactId>
377-
<version>1.37</version>
378-
<scope>test</scope>
380+
<groupId>org.openjdk.jmh</groupId>
381+
<artifactId>jmh-generator-annprocess</artifactId>
382+
<version>1.37</version>
383+
<scope>test</scope>
379384
</dependency>
380385
</dependencies>
381386
</project>

0 commit comments

Comments
 (0)