Skip to content

Commit

Permalink
Publish 2.0.1 to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
ybadri committed Jul 9, 2018
1 parent de2af55 commit beb6870
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.greysoft.build</groupId>
<artifactId>grey-build-common</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>pom</packaging>
<name>Common Build Defs</name>
<url>https://github.com/greysoft/maven-build</url>
<description>Common build defs</description>
<description>Root POM with common build defs</description>
<properties>
<java.version>1.8</java.version>
<grey.version.slf4j>1.7.25</grey.version.slf4j>
Expand Down Expand Up @@ -227,7 +227,7 @@
</build>
<profiles>
<profile>
<id>mavenrepo</id>
<id>mavencentral</id>
<distributionManagement>
<repository>
<!-- requires settings.xml:/settings/servers/server/id=ossrh with username and password elements at same level as id -->
Expand Down Expand Up @@ -269,6 +269,17 @@
<url>file://${user.home}/m2deploy</url>
</repository>
</distributionManagement>
<scm>
<connection>scm:git:git://github.com/greysoft/greybuild.git</connection>
<developerConnection>scm:git:ssh://github.com:greysoft/greybuild.git</developerConnection>
<url>https://github.com/greysoft/greybuild/tree/master</url>
</scm>
<licenses>
<license>
<name>GNU Affero General Public License, Version 3 (AGPLv3)</name>
<url>https://www.gnu.org/licenses/agpl-3.0.en.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Yusef Badri</name>
Expand Down

0 comments on commit beb6870

Please sign in to comment.