Skip to content

Commit

Permalink
build: bump version to 4.0.3
Browse files Browse the repository at this point in the history
Upgrade to Apollo Android 2.5.8
  • Loading branch information
aoudiamoncef committed Jun 2, 2021
1 parent 52baeaf commit edcdfe9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
9 changes: 6 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:project-name: apollo-client-maven-plugin
:project-groupId: com.github.aoudiamoncef
:project-artifactId: apollo-client-maven-plugin-parent
:project-version: 4.0.2
:project-version: 4.0.3

image:https://github.com/{project-owner}/{project-name}/workflows/Build/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
image:https://img.shields.io/maven-central/v/{project-groupId}/{project-artifactId}.svg[Download, link="https://search.maven.org/#search|ga|1|g:{project-groupId} AND a:{project-artifactId}"]
Expand All @@ -30,13 +30,13 @@ Maven plugin that calls the https://github.com/apollographql/apollo-android[Apol
<dependency>
<groupId>com.apollographql.apollo</groupId>
<artifactId>apollo-runtime</artifactId>
<version>2.5.7</version>
<version>2.5.8</version>
</dependency>
<!-- Optional, needed only for ANNOTATED nullable type-->
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>21.0.0</version>
<version>21.0.1</version>
</dependency>
</dependencies>
----
Expand Down Expand Up @@ -287,6 +287,9 @@ public class ApolloClientUtils {
}
----
==== Using Apollo with RxJa2/3, Reactor and Coroutines

See https://www.apollographql.com/docs/android/#advanced-topics[documentation]

==== Using Apollo without apollo-runtime

Expand Down
2 changes: 1 addition & 1 deletion apollo-client-maven-plugin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.aoudiamoncef</groupId>
<artifactId>apollo-client-maven-plugin-parent</artifactId>
<version>4.0.2</version>
<version>4.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion apollo-client-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.aoudiamoncef</groupId>
<artifactId>apollo-client-maven-plugin-parent</artifactId>
<version>4.0.2</version>
<version>4.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.aoudiamoncef</groupId>
<artifactId>apollo-client-maven-plugin-parent</artifactId>
<version>4.0.2</version>
<version>4.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>apollo-client-maven-plugin-parent</name>
Expand All @@ -28,9 +28,9 @@
<nexus.url>https://oss.sonatype.org</nexus.url>
<repository.url>[email protected]:${project.github.repository}.git</repository.url>

<annotations.version>21.0.0</annotations.version>
<annotations.version>21.0.1</annotations.version>
<ant.version>1.10.10</ant.version>
<apollo.version>2.5.7</apollo.version>
<apollo.version>2.5.8</apollo.version>
<assertj-core.version>3.19.0</assertj-core.version>
<graphql-java-servlet.version>6.1.3</graphql-java-servlet.version>
<graphql-java-tools.version>5.2.4</graphql-java-tools.version>
Expand All @@ -40,7 +40,7 @@
<okhttp.version>4.9.0</okhttp.version>
<okio.version>2.9.0</okio.version>
<slf4j-simple.version>1.7.30</slf4j-simple.version>
<undertow.version>2.2.7.Final</undertow.version>
<undertow.version>2.2.8.Final</undertow.version>

<maven-project.version>2.2.1</maven-project.version>
<maven.version>3.8.1</maven.version>
Expand All @@ -62,8 +62,8 @@
<version.gpg.plugin>1.6</version.gpg.plugin>
<version.install.plugin>3.0.0-M1</version.install.plugin>
<version.jar.plugin>3.2.0</version.jar.plugin>
<version.javadoc.plugin>3.2.0</version.javadoc.plugin>
<version.license.plugin>4.0.rc2</version.license.plugin>
<version.javadoc.plugin>3.3.0</version.javadoc.plugin>
<version.license.plugin>4.1</version.license.plugin>
<version.nexus.plugin>1.6.8</version.nexus.plugin>
<version.plugin-plugin.version>3.6.0</version.plugin-plugin.version>
<version.resources.plugin>3.2.0</version.resources.plugin>
Expand Down

0 comments on commit edcdfe9

Please sign in to comment.