Skip to content

Commit ebc4ea7

Browse files
committed
Change maven versions to 0.6.0
1 parent 187c948 commit ebc4ea7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Copyright 2012 Andreas Schildbach
2020
<parent>
2121
<groupId>com.mobeta.android.dslv</groupId>
2222
<artifactId>parent</artifactId>
23-
<version>0.5.0-SNAPSHOT</version>
23+
<version>0.6.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

2727
<groupId>com.mobeta.android.demodslv</groupId>
2828
<artifactId>drag-sort-listview-demo</artifactId>
2929
<packaging>apk</packaging>
30-
<version>0.5.0-SNAPSHOT</version>
30+
<version>0.6.0-SNAPSHOT</version>
3131

3232
<dependencies>
3333
<dependency>

library/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Copyright 2012 Andreas Schildbach
2020
<groupId>com.mobeta.android.dslv</groupId>
2121
<artifactId>drag-sort-listview</artifactId>
2222
<packaging>apklib</packaging>
23-
<version>0.5.0-SNAPSHOT</version>
23+
<version>0.6.0-SNAPSHOT</version>
2424

2525
<parent>
2626
<groupId>com.mobeta.android.dslv</groupId>
2727
<artifactId>parent</artifactId>
28-
<version>0.5.0-SNAPSHOT</version>
28+
<version>0.6.0-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Copyright 2012 Andreas Schildbach
1919

2020
<groupId>com.mobeta.android.dslv</groupId>
2121
<artifactId>parent</artifactId>
22-
<version>0.5.0-SNAPSHOT</version>
22+
<version>0.6.0-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<properties>

0 commit comments

Comments
 (0)