Skip to content

Commit ce48ee0

Browse files
committed
chore: Reformat pom.xml
Signed-off-by: Markus Sabadello <[email protected]>
1 parent a8fa13f commit ce48ee0

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

pom.xml

Lines changed: 7 additions & 10 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"
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34

45
<modelVersion>4.0.0</modelVersion>
@@ -8,17 +9,17 @@
89
<version>0.3-SNAPSHOT</version>
910
<name>verifiable-credentials-java</name>
1011

11-
<issueManagement>
12-
<url>https://github.com/danubetech/verifiable-credentials-java/issues</url>
13-
<system>GitHub Issues</system>
14-
</issueManagement>
15-
1612
<scm>
1713
<url>https://github.com/danubetech/verifiable-credentials-java</url>
1814
<connection>scm:git:git://github.com/danubetech/verifiable-credentials-java.git</connection>
1915
<developerConnection>scm:git:[email protected]:danubetech/verifiable-credentials-java.git</developerConnection>
2016
</scm>
2117

18+
<issueManagement>
19+
<url>https://github.com/danubetech/verifiable-credentials-java/issues</url>
20+
<system>GitHub Issues</system>
21+
</issueManagement>
22+
2223
<distributionManagement>
2324
<snapshotRepository>
2425
<id>danubetech-maven-snapshots</id>
@@ -47,7 +48,6 @@
4748
</properties>
4849

4950
<build>
50-
5151
<plugins>
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
@@ -96,11 +96,9 @@
9696
</configuration>
9797
</plugin>
9898
</plugins>
99-
10099
</build>
101100

102101
<dependencies>
103-
104102
<dependency>
105103
<groupId>org.junit.jupiter</groupId>
106104
<artifactId>junit-jupiter-engine</artifactId>
@@ -143,7 +141,6 @@
143141
<version>1.7.25</version>
144142
<scope>compile</scope>
145143
</dependency> -->
146-
147144
</dependencies>
148145

149146
</project>

0 commit comments

Comments
 (0)