Skip to content

Commit

Permalink
Some more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpak-shaikh committed Mar 6, 2023
1 parent 82c2e09 commit 91fd8e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions com.intuit.graphql.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<version>3.2.0-SNAPSHOT</version>
<artifactId>com.intuit.graphql.parent</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>com.intuit.graphql</groupId>
<artifactId>graphql-xtext</artifactId>
<version>3.2.0-SNAPSHOT</version>

</parent>

<properties>
<xtextVersion>2.30.0</xtextVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</repositories>

<properties>
<xtextVersion>2.25.0</xtextVersion>
<xtextVersion>2.30.0</xtextVersion>
<maven.javadoc.skip>true</maven.javadoc.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
Expand Down

0 comments on commit 91fd8e9

Please sign in to comment.