Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
Modify version numbers to snapshot version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Apr 26, 2014
1 parent 33a6e54 commit 6e87c62
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions draggablepanel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.pedrovgs</groupId>
<artifactId>draggablepanel-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
</parent>

<artifactId>draggablepanel</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
<packaging>apklib</packaging>

<name>DRAGGABLE PANEL - LIBRARY</name>
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.3
VERSION_CODE=2
VERSION_NAME=1.0.4-SNAPSHOT
VERSION_CODE=4
GROUP=com.github.pedrovgs

POM_DESCRIPTION=Android library created to create a draggable user interface similar to the last YouTube draggable video component.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.pedrovgs</groupId>
<artifactId>draggablepanel-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.pedrovgs</groupId>
<artifactId>draggablepanel-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
</parent>

<artifactId>sample</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
<packaging>apk</packaging>

<name>DRAGGABLE PANEL - SAMPLE</name>
Expand Down

0 comments on commit 6e87c62

Please sign in to comment.