Skip to content

Commit

Permalink
Update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Apr 13, 2019
1 parent da449f0 commit ed96d35
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
<modelVersion>4.0.0</modelVersion>

<groupId>at.favre.lib</groupId>
<artifactId>common</artifactId>
<artifactId>common-parent</artifactId>
<version>1</version>
<packaging>pom</packaging>

<name>Maven Common Configuration</name>
<description>Common configurations (plugins, version, etc.) used as parent for maven projects</description>
<description>Common configurations (plugins, version, etc.) used as parent for maven projects.</description>
<url>https://github.com/patrickfav/mvn-common-parent</url>
<inceptionYear>2019</inceptionYear>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -167,7 +168,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.6</version>
<version>[3.3.9,)</version>
</requireMavenVersion>
</rules>
</configuration>
Expand All @@ -181,7 +182,7 @@
<distributionManagement>
<repository>
<id>bintray-patrickfav</id>
<name>patrickfav-bytes-java</name>
<name>patrickfav-mvn-common-parent</name>
<url>https://api.bintray.com/maven/patrickfav/maven/mvn-common-parent/;publish=1</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit ed96d35

Please sign in to comment.