Commit 56315f86 authored by Greg Messner's avatar Greg Messner Committed by GitHub
Browse files

Modified for group and artifact name changes.

parent 25fbdde7
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.messners</groupId> <groupId>org.gitlab4j</groupId>
<artifactId>gitlab-api</artifactId> <artifactId>gitlab4j-api</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>4.0.5-SNAPSHOT</version> <version>4.0.5-SNAPSHOT</version>
<name>GitLab API Java Client</name> <name>GitLab API Java Client</name>
<description>GitLab4J provides a full featured Java API for working with GitLab repositories via the GitLab REST API</description> <description>GitLab4J provides a full featured Java API for working with GitLab repositories via the GitLab REST API</description>
<url>http://www.messners.com/#gitlab-api/gitlab-api.html</url> <url>http://www.messners.com/#gitlab4j-api/gitlab4j-api.html</url>
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>
...@@ -47,9 +47,9 @@ ...@@ -47,9 +47,9 @@
</properties> </properties>
<scm> <scm>
<url>git@github.com:gmessner/gitlab-api.git</url> <url>git@github.com:gmessner/gitlab4j-api.git</url>
<connection>scm:git:git@github.com:gmessner/gitlab-api.git</connection> <connection>scm:git:git@github.com:gmessner/gitlab4j-api.git</connection>
<developerConnection>scm:git:git@github.com:gmessner/gitlab-api.git</developerConnection> <developerConnection>scm:git:git@github.com:gmessner/gitlab4j-api.git</developerConnection>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
...@@ -147,4 +147,4 @@ ...@@ -147,4 +147,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment