We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tag-dist
1 parent d851f40 commit 66b39a0Copy full SHA for 66b39a0
pom.xml
@@ -10,12 +10,13 @@
10
<version>0.2.1-SNAPSHOT</version>
11
<inceptionYear>2015</inceptionYear>
12
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>
+ <distributionManagement>
+ <repository>
+ <id>github</id>
+ <name>GitHub CASM-Consulting Apache Maven Packages</name>
+ <url>https://maven.pkg.github.com/CASM-Consulting/method52</url>
+ </repository>
19
+ </distributionManagement>
20
21
<properties>
22
<jetty.version>9.1.5.v20140505</jetty.version>
0 commit comments