Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SmallRye GraphQL
release:
current-version: 2.17.0
next-version: 2.18.0-SNAPSHOT
next-version: 2.17.1-SNAPSHOT
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -464,14 +464,16 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.12.0</version>
<configuration>
<doclet>nl.talsmasoftware.umldoclet.UMLDoclet</doclet>
<docletArtifact>
<groupId>nl.talsmasoftware</groupId>
<artifactId>umldoclet</artifactId>
<version>2.0.12</version>
</docletArtifact>
<!-- FIXME: why is legacyMode needed for the release to pass? How to get rid of it? -->
<legacyMode>true</legacyMode>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion server/implementation-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>smallrye-graphql</artifactId>
</dependency>

<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.17.0
version=2.16.0
Loading