File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<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 >
6
6
<name >Java 3270 Server</name >
7
- <packaging >jar</packaging >
8
7
<description >This libary allows the user to write servers for IBM 3270 Terminal emulators.</description >
9
8
10
9
<properties >
49
48
</plugin >
50
49
</plugins >
51
50
</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 >
53
59
</project >
You can’t perform that action at this time.
0 commit comments