Skip to content

Commit

Permalink
fixed pom and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
inder123 committed Oct 4, 2015
1 parent 157b232 commit 4a57355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.project
.settings
eclipsebin

target
*/target
pom.xml.*
release.properties
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -59,7 +59,7 @@
</dependencies>
<modules>
<module>gson</module>
</module>
</modules>
<profiles>
<!-- Activate PGP signing only when performing a release -->
<profile>
Expand Down

0 comments on commit 4a57355

Please sign in to comment.