diff options
author | James Moger <james.moger@gitblit.com> | 2012-10-20 09:43:49 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-10-20 09:43:49 -0400 |
commit | 517865c182c322b47d2cdd825c50d385a3c274f0 (patch) | |
tree | 4d44898cb7dde78fb6f51dccdaf9de0c01d9b104 | |
parent | c968ddd27e3ac07575606fb04c70f092d18f6ad4 (diff) | |
download | gitblit-517865c182c322b47d2cdd825c50d385a3c274f0.tar.gz gitblit-517865c182c322b47d2cdd825c50d385a3c274f0.zip |
Removed unneeded pom file from Gerrit plugin merge
-rw-r--r-- | pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 406e2f6d..00000000 --- a/pom.xml +++ /dev/null @@ -1,7 +0,0 @@ -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>com.gitblit</groupId> - <artifactId>gitblit</artifactId> - <version>1.1.0</version> -</project> |