Skip to content

Commit

Permalink
**/pom.xml: Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sachindshinde committed Jan 28, 2021
1 parent 22ee347 commit 02392b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion graphql-java-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.apollographql.federation</groupId>
<artifactId>federation-parent</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
</parent>

<artifactId>federation-graphql-java-support</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.apollographql.federation</groupId>
<artifactId>federation-parent</artifactId>
<name>federation-parent</name>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
<packaging>pom</packaging>

<url>https://github.com/apollographql/federation-jvm</url>
Expand Down Expand Up @@ -45,7 +45,7 @@
</scm>

<properties>
<release>0.6.1-SNAPSHOT</release>
<release>0.6.1</release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down
4 changes: 2 additions & 2 deletions spring-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.apollographql.federation</groupId>
<artifactId>federation-parent</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
</parent>

<artifactId>federation-spring-example</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.apollographql.federation</groupId>
<artifactId>federation-graphql-java-support</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 02392b4

Please sign in to comment.