Skip to content

Commit 25f0297

Browse files
Package mgmt added
1 parent f0b580c commit 25f0297

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>edu.abhi.poi</groupId>
66
<artifactId>excel-diff-checker</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>1</version>
88
<name>excel-diff-checker</name>
99
<url>http://maven.apache.org</url>
1010

@@ -35,6 +35,14 @@
3535
</dependency>
3636
</dependencies>
3737

38+
<distributionManagement>
39+
<repository>
40+
<id>github</id>
41+
<name>GitHub Abhishek Sarkar Apache Maven Packages</name>
42+
<url>https://maven.pkg.github.com/abhisheksarkar30/${project.name}</url>
43+
</repository>
44+
</distributionManagement>
45+
3846
<build>
3947
<plugins>
4048
<plugin>

0 commit comments

Comments
 (0)