File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <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 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
5
4
6
<modelVersion >4.0.0</modelVersion >
5
7
63
65
</dependency >
64
66
</dependencies >
65
67
68
+ <distributionManagement >
69
+ <repository >
70
+ <id >github</id >
71
+ <name >CIT-EC GitHub Repository</name >
72
+ <url >https://maven.pkg.github.com/corlab/aware-parent</url >
73
+ </repository >
74
+ <snapshotRepository >
75
+ <id >github</id >
76
+ <name >CIT-EC GitHub Snapshot Repository</name >
77
+ <url >https://maven.pkg.github.com/corlab/aware-parent</url >
78
+ </snapshotRepository >
79
+ </distributionManagement >
80
+
66
81
<build >
67
82
<plugins >
68
83
<plugin >
76
91
</plugins >
77
92
</build >
78
93
79
- </project >
94
+ </project >
You can’t perform that action at this time.
0 commit comments