Skip to content

Commit 24dfe5d

Browse files
author
bamboo
committed
[maven-release-plugin] prepare release 0.6.0
1 parent 6f06486 commit 24dfe5d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

AndroidPlot-Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.androidplot</groupId>
2222
<artifactId>androidplot</artifactId>
23-
<version>0.6.0-SNAPSHOT</version>
23+
<version>0.6.0</version>
2424
</parent>
2525
<artifactId>androidplot-core</artifactId>
2626
<!--<version>${applicationVersion}</version>-->

Examples/DemoApp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.androidplot</groupId>
66
<artifactId>androidplot</artifactId>
7-
<version>0.6.0-SNAPSHOT</version>
7+
<version>0.6.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.androidplot</groupId>
3030
<artifactId>androidplot-core</artifactId>
31-
<version>0.6.0-SNAPSHOT</version>
31+
<version>0.6.0</version>
3232
<scope>compile</scope>
3333
</dependency>
3434
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>com.androidplot</groupId>
2727
<artifactId>androidplot</artifactId>
28-
<version>0.6.0-SNAPSHOT</version>
28+
<version>0.6.0</version>
2929
<name>AndroidPlot-Parent</name>
3030
<description>A charting library for the Android platform</description>
3131
<url>http://androidplot.com</url>
@@ -91,7 +91,7 @@
9191
<connection>scm:git:https://bitbucket.org/androidplot/androidplot.git</connection>
9292
<developerConnection>scm:git:https://bitbucket.org/androidplot/androidplot.git</developerConnection>
9393
<url>https://bitbucket.org/androidplot/androidplot.git</url>
94-
<tag>HEAD</tag>
94+
<tag>0.6.0</tag>
9595
</scm>
9696

9797
<build>

0 commit comments

Comments
 (0)