Skip to content

Commit 50d3fb7

Browse files
committed
[maven-release-plugin] prepare release scala-android-crud-parent-0.3-alpha6
1 parent aee152c commit 50d3fb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<modelVersion>4.0.0</modelVersion>
1717
<groupId>com.github.epabst.scala-android-crud</groupId>
1818
<artifactId>scala-android-crud-parent</artifactId>
19-
<version>0.3-alpha6-SNAPSHOT</version>
19+
<version>0.3-alpha6</version>
2020
<packaging>pom</packaging>
2121
<name>Scala Android Crud - Parent</name>
2222
<url>https://github.com/epabst/scala-android-crud</url>

sample-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.github.epabst.scala-android-crud</groupId>
2020
<artifactId>sample-app</artifactId>
21-
<version>0.3-alpha6-SNAPSHOT</version>
21+
<version>0.3-alpha6</version>
2222
<packaging>apk</packaging>
2323
<name>sample-app</name>
2424
<scm>

scala-android-crud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.github.epabst.scala-android-crud</groupId>
1919
<artifactId>scala-android-crud-parent</artifactId>
20-
<version>0.3-alpha6-SNAPSHOT</version>
20+
<version>0.3-alpha6</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>scala-android-crud</artifactId>

0 commit comments

Comments
 (0)