File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache .org/POM/4.0.0 " xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance "
1
+ <project xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance " xmlns =" http://maven.apache .org/POM/4.0.0 "
2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.github.kernelpanicaus.ddb_loader</groupId >
87
87
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
88
88
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
89
89
</properties >
90
+ <distributionManagement >
91
+ <repository >
92
+ <id >github</id >
93
+ <name >GitHub KernelPanicAUS Apache Maven Packages</name >
94
+ <url >https://maven.pkg.github.com/KernelPanicAUS/aws-s3-lambda-dynamodb-batch-loader</url >
95
+ </repository >
96
+ </distributionManagement >
90
97
</project >
You can’t perform that action at this time.
0 commit comments