Skip to content

Commit

Permalink
build: prepare release 4.0.5
Browse files Browse the repository at this point in the history
upgrade to Apollo 2.5.10
upgrade project dependencies
  • Loading branch information
aoudiamoncef committed Oct 17, 2021
1 parent 87536e8 commit 26d99a8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 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.4
:project-version: 4.0.5

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.9</version>
<version>2.5.10</version>
</dependency>
<!-- Optional, needed only for ANNOTATED nullable type-->
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>21.0.1</version>
<version>22.0.0</version>
</dependency>
</dependencies>
----
Expand Down Expand Up @@ -289,7 +289,7 @@ public class ApolloClientUtils {
}
----
==== Using Apollo with RxJava2/3, Reactor and Coroutines
==== Using Apollo with RxJava2/3, Reactor, Mutiny and Coroutines

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

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.4</version>
<version>4.0.5</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.4</version>
<version>4.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 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.4</version>
<version>4.0.5</version>
<packaging>pom</packaging>

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

<annotations.version>21.0.1</annotations.version>
<ant.version>1.10.10</ant.version>
<apollo.version>2.5.9</apollo.version>
<assertj-core.version>3.20.0</assertj-core.version>
<annotations.version>22.0.0</annotations.version>
<ant.version>1.10.11</ant.version>
<apollo.version>2.5.10</apollo.version>
<assertj-core.version>3.21.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>
<jackson-databind.version>2.12.3</jackson-databind.version>
<junit.jupiter.version>5.7.0</junit.jupiter.version>
<jackson-databind.version>2.13.0</jackson-databind.version>
<junit.jupiter.version>5.8.1</junit.jupiter.version>
<moshi.version>1.12.0</moshi.version>
<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.8.Final</undertow.version>
<undertow.version>2.2.12.Final</undertow.version>

<maven-project.version>2.2.1</maven-project.version>
<maven.version>3.8.1</maven.version>
Expand Down

0 comments on commit 26d99a8

Please sign in to comment.