fixed pom and .gitignore

This commit is contained in:
Inderjeet Singh 2015-10-03 17:27:25 -07:00
parent 157b2323a7
commit 4a5735504c
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@
.project
.settings
eclipsebin
target
*/target
pom.xml.*
release.properties

View File

@ -5,7 +5,7 @@
<packaging>pom</packaging>
<version>2.4-SNAPSHOT</version>
<inceptionYear>2008</inceptionYear>
<name>Gson</name>
<name>Gson Parent</name>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
@ -59,7 +59,7 @@
</dependencies>
<modules>
<module>gson</module>
</module>
</modules>
<profiles>
<!-- Activate PGP signing only when performing a release -->
<profile>