summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-05-09 19:45:01 +0100
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-05-09 19:45:01 +0100
commitee687d42bff7d1a8260d782654392b50c694216e (patch)
treed429d9248b45ecb1fe1eff1485f60cc09b5f75a8
parent57c98c6cff788f70c6c65098f02d18aec7a0488e (diff)
Add name in the pom.xml to prevent it showing as Unnamed in the build
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7917566..57828ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@ limitations under the License.
<groupId>com.googlesource.gerrit.plugins.replication</groupId>
<artifactId>replication</artifactId>
+ <name>replication</name>
<packaging>jar</packaging>
<version>2.6-rc2</version>