Skip to content

Commit a71c9cd

Browse files
author
Dominik Downarowicz
committed
Added Package Registry
1 parent 665f187 commit a71c9cd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

pom.xml

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>at.downardo</groupId>
4-
<artifactId>j3270Server</artifactId>
5-
<version>0.0.6</version>
4+
<artifactId>j3270-server</artifactId>
5+
<version>0.0.7</version>
66
<name>Java 3270 Server</name>
7-
<packaging>jar</packaging>
87
<description>This libary allows the user to write servers for IBM 3270 Terminal emulators.</description>
98

109
<properties>
@@ -49,5 +48,12 @@
4948
</plugin>
5049
</plugins>
5150
</build>
52-
51+
<distributionManagement>
52+
<repository>
53+
<id>contracts</id>
54+
<name>j3270Server</name>
55+
<url>https://maven.pkg.github.com/HealPoint/j3270Server</url>
56+
</repository>
57+
</distributionManagement>
58+
<packaging>pom</packaging>
5359
</project>

0 commit comments

Comments
 (0)