Skip to content
This repository has been archived by the owner on Jan 12, 2018. It is now read-only.

Commit

Permalink
Update maven version to 2.0-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
TonicArtos committed May 11, 2013
1 parent 07462d8 commit ca08dbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>stickygridheader-parent</artifactId>
<groupId>com.tonicartos</groupId>
<version>1.0</version>
<version>2.0-SNAPSHOT</version>
</parent>

<artifactId>stickygridheaders-example</artifactId>
Expand Down Expand Up @@ -44,4 +44,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions Library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>stickygridheader-parent</artifactId>
<groupId>com.tonicartos</groupId>
<version>1.0</version>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>stickygridheaders</artifactId>
<name>StickyGridHeaders</name>
Expand All @@ -21,4 +21,4 @@
<build>
<sourceDirectory>src</sourceDirectory>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.tonicartos</groupId>
<artifactId>stickygridheader-parent</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<version>2.0-SNAPSHOT</version>

<name>StickyGridHeaders (Parent)</name>
<description>StickyGridHeaders is an Android library that provides a GridView that shows items in sections with headers</description>
Expand Down

0 comments on commit ca08dbe

Please sign in to comment.