Skip to content

Commit 826fd29

Browse files
committed
Refine formatting.
1 parent 3a21b6a commit 826fd29

3 files changed

Lines changed: 23 additions & 22 deletions

File tree

pom-root.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<packaging>pom</packaging>
99

1010
<repositories>
11-
<repository>
11+
<repository>
1212
<id>mvnrepository.com</id>
1313
<url>https://mvnrepository.com</url>
1414
</repository>
1515
<repository>
1616
<id>jitpack.io</id>
1717
<url>https://jitpack.io</url>
1818
</repository>
19-
<repository>
19+
<repository>
2020
<id>in-project</id>
2121
<name>In Project Repo</name>
2222
<url>file://${project.basedir}/libs</url>

pom-v5.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</execution>
8080
</executions>
8181
</plugin>
82-
<!-- Replacing syntax to accommodate NetLogo Extensions API v6 -->
82+
<!-- Replacing syntax to accommodate NetLogo Extensions API v5 -->
8383
<plugin>
8484
<groupId>com.google.code.maven-replacer-plugin</groupId>
8585
<artifactId>replacer</artifactId>

pom-v6.1.xml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,48 +20,49 @@
2020
<artifactId>NetLogo</artifactId>
2121
<version>6.1.0</version>
2222
</dependency>
23-
<!-- https://mvnrepository.com/artifact/org.nlogo/netlogo -->
24-
<!-- Cannot be retrieved for unknown reason - hence explicitly provided (above) -->
23+
<!-- https://mvnrepository.com/artifact/org.nlogo/netlogo -->
24+
<!-- Cannot be retrieved for unknown reason - hence explicitly provided (above) -->
2525
<!--<dependency>
2626
<groupId>org.nlogo</groupId>
2727
<artifactId>netlogo</artifactId>
2828
<version>6.1.0</version>
2929
</dependency>-->
30+
<!-- https://mvnrepository.com/artifact/org.scala-lang/scala-library -->
3031
<dependency>
3132
<groupId>org.scala-lang</groupId>
3233
<artifactId>scala-library</artifactId>
3334
<version>2.12.8</version>
3435
</dependency>
35-
<!-- https://mvnrepository.com/artifact/org.picocontainer/picocontainer -->
36-
<dependency>
37-
<groupId>org.picocontainer</groupId>
36+
<!-- https://mvnrepository.com/artifact/org.picocontainer/picocontainer -->
37+
<dependency>
38+
<groupId>org.picocontainer</groupId>
3839
<artifactId>picocontainer</artifactId>
3940
<version>2.15</version>
4041
</dependency>
41-
<!-- https://mvnrepository.com/artifact/com.typesafe/config -->
42+
<!-- https://mvnrepository.com/artifact/com.typesafe/config -->
4243
<dependency>
4344
<groupId>com.typesafe</groupId>
4445
<artifactId>config</artifactId>
4546
<version>1.3.4</version>
4647
</dependency>
47-
<!-- https://mvnrepository.com/artifact/org.parboiled/parboiled -->
48+
<!-- https://mvnrepository.com/artifact/org.parboiled/parboiled -->
4849
<dependency>
4950
<groupId>org.parboiled</groupId>
5051
<artifactId>parboiled_2.12</artifactId>
5152
<version>2.1.6</version>
5253
</dependency>
53-
<!-- https://mvnrepository.com/artifact/org.scala-lang.modules/scala-parser-combinators -->
54-
<dependency>
55-
<groupId>org.scala-lang.modules</groupId>
56-
<artifactId>scala-parser-combinators_2.12</artifactId>
57-
<version>1.1.2</version>
58-
</dependency>
59-
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm-all -->
60-
<dependency>
61-
<groupId>org.ow2.asm</groupId>
62-
<artifactId>asm-all</artifactId>
63-
<version>5.2</version>
64-
</dependency>
54+
<!-- https://mvnrepository.com/artifact/org.scala-lang.modules/scala-parser-combinators -->
55+
<dependency>
56+
<groupId>org.scala-lang.modules</groupId>
57+
<artifactId>scala-parser-combinators_2.12</artifactId>
58+
<version>1.1.2</version>
59+
</dependency>
60+
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm-all -->
61+
<dependency>
62+
<groupId>org.ow2.asm</groupId>
63+
<artifactId>asm-all</artifactId>
64+
<version>5.2</version>
65+
</dependency>
6566
</dependencies>
6667

6768
</project>

0 commit comments

Comments
 (0)