Skip to content

Commit ac6a8d3

Browse files
Merge pull request #21 from daniel-toth-everit/JIRAPLUGIN-74
Fixed REST url version part.
2 parents 6910dac + 8e4068f commit ac6a8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/atlassian-plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<param name="atlassian-data-center-compatible">true</param>
3232
</plugin-info>
3333

34-
<rest key="JWQP" path="/jira-worklog-query" version="2.0.0-SNAPSHOT">
34+
<rest key="JWQP" path="/jira-worklog-query" version="1">
3535
<description>Provides the REST resource for the Worklog Query plugin.</description>
3636
</rest>
3737

0 commit comments

Comments
 (0)