Skip to content

Commit 0c09fff

Browse files
add repo to pom.xml
1 parent 4f16b96 commit 0c09fff

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.kernelpanicaus.ddb_loader</groupId>
@@ -87,4 +87,11 @@
8787
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8888
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
8989
</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>
9097
</project>

0 commit comments

Comments
 (0)