Skip to content

Commit

Permalink
Increment IJ plugin snapshot version (#5098)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jul 16, 2023
1 parent d1013a4 commit b265023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion intellij-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ javaVersion=17
kotlin.stdlib.default.dependency=false

# Snapshot version, automatically incremented by the CI
snapshotVersion=23
snapshotVersion=24
6 changes: 3 additions & 3 deletions intellij-plugin/snapshots/plugins.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<plugins>
<plugin
id="com.apollographql.ijplugin"
url="https://repsy.io/mvn/bod/apollo-intellij-plugin/com/apollographql/apollo-intellij-plugin/4.0.0-alpha.3-SNAPSHOT.23/apollo-intellij-plugin-4.0.0-alpha.3-SNAPSHOT.23.zip"
version="4.0.0-alpha.3-SNAPSHOT.23">
<idea-version since-build="222" until-build="231.*"/>
url="https://repsy.io/mvn/bod/apollo-intellij-plugin/com/apollographql/apollo-intellij-plugin/4.0.0-alpha.3-SNAPSHOT.24/apollo-intellij-plugin-4.0.0-alpha.3-SNAPSHOT.24.zip"
version="4.0.0-alpha.3-SNAPSHOT.24">
<idea-version since-build="222" until-build="232.*"/>
<name>Apollo GraphQL (Weekly Snapshots)</name>
</plugin>
</plugins>

0 comments on commit b265023

Please sign in to comment.