File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 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 >
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 >
4748 </properties >
4849
4950 <build >
50-
5151 <plugins >
5252 <plugin >
5353 <groupId >org.apache.maven.plugins</groupId >
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 >
143141 <version>1.7.25</version>
144142 <scope>compile</scope>
145143 </dependency> -->
146-
147144 </dependencies >
148145
149146</project >
You can’t perform that action at this time.
0 commit comments