We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59cbf2 commit d778197Copy full SHA for d778197
location4j/pom.xml
@@ -8,7 +8,7 @@
8
<artifactId>location4j-parent</artifactId>
9
<version>1.0.0</version>
10
</parent>
11
-
+ <description>${parent.description}</description>
12
<artifactId>location4j</artifactId>
13
14
pom.xml
@@ -37,15 +37,6 @@
37
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
38
</properties>
39
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
49
<licenses>
50
<license>
51
<name>MIT License</name>
0 commit comments