Skip to content

Commit

Permalink
Merge pull request #92 from robp94/feature/version-updates
Browse files Browse the repository at this point in the history
Update apollo and kotlin version
  • Loading branch information
aoudiamoncef authored Sep 13, 2024
2 parents 1668f45 + a3e85b9 commit b2d46a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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>7.1.0</version>
<version>7.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -105,7 +105,7 @@
<plugin>
<groupId>com.github.aoudiamoncef</groupId>
<artifactId>apollo-client-maven-plugin</artifactId>
<version>7.1.0</version>
<version>7.2.0-SNAPSHOT</version>
<executions>
<execution>
<goals>
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>7.1.0</version>
<version>7.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 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>7.1.0</version>
<version>7.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>apollo-client-maven-plugin-parent</name>
Expand All @@ -16,7 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>1.8.20</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
<java.version>1.8</java.version>
<!--This contends with dokka and creates two javadoc jars...-->
<maven.javadoc.skip>true</maven.javadoc.skip>
Expand All @@ -30,7 +30,7 @@

<annotations.version>24.1.0</annotations.version>
<ant.version>1.10.14</ant.version>
<apollo.version>3.8.2</apollo.version>
<apollo.version>3.8.4</apollo.version>
<assertj-core.version>3.24.2</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 Down

0 comments on commit b2d46a2

Please sign in to comment.