Skip to content

Commit d778197

Browse files
committed
Adding maven deploy to location4j module
1 parent e59cbf2 commit d778197

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

location4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>location4j-parent</artifactId>
99
<version>1.0.0</version>
1010
</parent>
11-
11+
<description>${parent.description}</description>
1212
<artifactId>location4j</artifactId>
1313
<version>1.0.0</version>
1414

pom.xml

-9
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@
3737
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
3838
</properties>
3939

40-
<distributionManagement>
41-
<repository>
42-
<id>github</id>
43-
<name>${env.GITHUB_USERNAME}</name>
44-
<!--suppress UnresolvedMavenProperty -->
45-
<url>https://maven.pkg.github.com/${env.GITHUB_USERNAME}/${env.GITHUB_REPOSITORY}</url>
46-
</repository>
47-
</distributionManagement>
48-
4940
<licenses>
5041
<license>
5142
<name>MIT License</name>

0 commit comments

Comments
 (0)