Skip to content

Commit 66b39a0

Browse files
authored
Replace tag-dist
- [ ] Confirm if this is actually in use anywhere, and can't instead be archived
1 parent d851f40 commit 66b39a0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pom.xml

+7-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
<version>0.2.1-SNAPSHOT</version>
1111
<inceptionYear>2015</inceptionYear>
1212

13-
<parent>
14-
<relativePath>../tag-dist</relativePath>
15-
<version>1.0.3</version>
16-
<groupId>uk.ac.susx.tag</groupId>
17-
<artifactId>tag-dist</artifactId>
18-
</parent>
13+
<distributionManagement>
14+
<repository>
15+
<id>github</id>
16+
<name>GitHub CASM-Consulting Apache Maven Packages</name>
17+
<url>https://maven.pkg.github.com/CASM-Consulting/method52</url>
18+
</repository>
19+
</distributionManagement>
1920

2021
<properties>
2122
<jetty.version>9.1.5.v20140505</jetty.version>

0 commit comments

Comments
 (0)