Compare commits

..

1 Commits

Author SHA1 Message Date
e422bfa808 added metadata to pom 2021-02-26 20:20:14 -05:00

17
pom.xml
View File

@ -5,10 +5,25 @@
<groupId>com.inteligr8</groupId>
<artifactId>git-utils</artifactId>
<packaging>jar</packaging>
<version>1.1.3</version>
<version>1.1-SNAPSHOT</version>
<name>Git Utilities</name>
<scm>
<url>https://bitbucket.org/inteligr8/git-utils</url>
</scm>
<organization>
<name>Inteligr8</name>
<url>https://www.inteligr8.com</url>
</organization>
<developers>
<developer>
<name>Brian Long</name>
<email>brian@inteligr8.com</email>
<url>https://twitter.com/brianmlong</url>
</developer>
</developers>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>