File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <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" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45
56 <groupId >com.eatthepath</groupId >
1415 <connection >scm:git:https://github.com/jchambers/java-otp.git</connection >
1516 <developerConnection >scm:git:git@github.com:jchambers/java-otp.git</developerConnection >
1617 <url >https://github.com/jchambers/java-otp</url >
17- <tag >HEAD</tag >
18- </scm >
18+ <tag >HEAD</tag >
19+ </scm >
1920
2021 <developers >
2122 <developer >
4142 <properties >
4243 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4344 </properties >
44-
45+
4546 <dependencies >
4647 <dependency >
4748 <groupId >org.junit.jupiter</groupId >
7172 <scope >test</scope >
7273 </dependency >
7374 </dependencies >
74-
75+
7576 <build >
7677 <plugins >
7778 <!-- Add benchmarks as a source directory -->
You can’t perform that action at this time.
0 commit comments