mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
[maven-release-plugin] prepare for next development iteration
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.moshi</groupId>
|
<groupId>com.squareup.moshi</groupId>
|
||||||
<artifactId>moshi-parent</artifactId>
|
<artifactId>moshi-parent</artifactId>
|
||||||
<version>1.9.1</version>
|
<version>1.10.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>moshi-adapters</artifactId>
|
<artifactId>moshi-adapters</artifactId>
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.moshi</groupId>
|
<groupId>com.squareup.moshi</groupId>
|
||||||
<artifactId>moshi-parent</artifactId>
|
<artifactId>moshi-parent</artifactId>
|
||||||
<version>1.9.1</version>
|
<version>1.10.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>moshi-examples</artifactId>
|
<artifactId>moshi-examples</artifactId>
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.moshi</groupId>
|
<groupId>com.squareup.moshi</groupId>
|
||||||
<artifactId>moshi-parent</artifactId>
|
<artifactId>moshi-parent</artifactId>
|
||||||
<version>1.9.1</version>
|
<version>1.10.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.moshi</groupId>
|
<groupId>com.squareup.moshi</groupId>
|
||||||
<artifactId>moshi-parent</artifactId>
|
<artifactId>moshi-parent</artifactId>
|
||||||
<version>1.9.1</version>
|
<version>1.10.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.moshi</groupId>
|
<groupId>com.squareup.moshi</groupId>
|
||||||
<artifactId>moshi-parent</artifactId>
|
<artifactId>moshi-parent</artifactId>
|
||||||
<version>1.9.1</version>
|
<version>1.10.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.squareup.moshi</groupId>
|
<groupId>com.squareup.moshi</groupId>
|
||||||
<artifactId>moshi-parent</artifactId>
|
<artifactId>moshi-parent</artifactId>
|
||||||
<version>1.9.1</version>
|
<version>1.10.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>moshi</artifactId>
|
<artifactId>moshi</artifactId>
|
||||||
|
4
pom.xml
4
pom.xml
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<groupId>com.squareup.moshi</groupId>
|
<groupId>com.squareup.moshi</groupId>
|
||||||
<artifactId>moshi-parent</artifactId>
|
<artifactId>moshi-parent</artifactId>
|
||||||
<version>1.9.1</version>
|
<version>1.10.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Moshi (Parent)</name>
|
<name>Moshi (Parent)</name>
|
||||||
<description>A modern JSON API for Android and Java</description>
|
<description>A modern JSON API for Android and Java</description>
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
<url>https://github.com/square/moshi/</url>
|
<url>https://github.com/square/moshi/</url>
|
||||||
<connection>scm:git:https://github.com/square/moshi.git</connection>
|
<connection>scm:git:https://github.com/square/moshi.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:square/moshi.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:square/moshi.git</developerConnection>
|
||||||
<tag>moshi-parent-1.9.1</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
Reference in New Issue
Block a user