Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
minor meta fixes and target 1.17 and 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 3, 2021
1 parent 9f9be02 commit b974fa7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bukkit.version>1.16.5-R0.1-SNAPSHOT</bukkit.version>
<denizen.version>1.2.0-SNAPSHOT</denizen.version>
<bukkit.version>1.17-R0.1-SNAPSHOT</bukkit.version>
<denizen.version>1.2.1-SNAPSHOT</denizen.version>
</properties>

<issueManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ public class GetRequestScriptEvent extends BasicRequestScriptEvent {
//
// @Triggers when the web server receives a GET request
//
// @Group Webizen
//
// @Context
// <context.address> Returns the IP address of the device that sent the request.
// <context.request> Returns the path that was requested.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public class PostRequestScriptEvent extends BasicRequestScriptEvent {
//
// @Triggers when the web server receives a POST request
//
// @Group Webizen
//
// @Context
// <context.address> Returns the IP address of the device that sent the request.
// <context.request> Returns the path that was requested.
Expand Down

0 comments on commit b974fa7

Please sign in to comment.