Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2016-07-21 08:37:32 +0000
committerDavid Pursehouse2016-07-26 09:58:17 +0000
commiteb7a93bb2a01206e9d71c59963be2a7a9adf0411 (patch)
tree829f62c6d67b9295853e3079573093f5358bc6d3 /org.eclipse.jgit.archive
parent4528d5f56d944b9300189ef0bd42b175e5225cae (diff)
downloadjgit-eb7a93bb2a01206e9d71c59963be2a7a9adf0411.tar.gz
jgit-eb7a93bb2a01206e9d71c59963be2a7a9adf0411.tar.xz
jgit-eb7a93bb2a01206e9d71c59963be2a7a9adf0411.zip
Archive: Make project name consistent with other subprojects'
Change-Id: I8341f3340d8129b4f966d541097269210fbf65d2 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.archive')
-rw-r--r--org.eclipse.jgit.archive/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.archive/pom.xml b/org.eclipse.jgit.archive/pom.xml
index 14b6f492da..b12194226e 100644
--- a/org.eclipse.jgit.archive/pom.xml
+++ b/org.eclipse.jgit.archive/pom.xml
@@ -54,7 +54,7 @@
</parent>
<artifactId>org.eclipse.jgit.archive</artifactId>
- <name>JGit Archive Formats</name>
+ <name>JGit - Archive Formats</name>
<description>
Support for archiving a Git tree in formats such as zip and tar.

Back to the top