File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
itest/src/main/java/org/everit/jira/worklog/query/test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 plugins-version=" 2" >
2525
2626 <plugin-info >
27- <version >1.0.0-SNAPSHOT </version >
27+ <version >1.0.0</version >
2828 <description >Jira Worklog Query Plugin</description >
2929 <application-version min =" 4.4" />
3030 <vendor name =" EverIT Kft." url =" https://www.everit.biz" />
3131 </plugin-info >
3232
33- <rest key =" JWQP" path =" /jira-worklog-query" version =" 1.0.0-SNAPSHOT " >
33+ <rest key =" JWQP" path =" /jira-worklog-query" version =" 1.0.0" >
3434 <description >Provides the REST resource for the Worklog Query plugin.</description >
3535 </rest >
3636
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public static void simpleClientTest() throws Exception {
6868 String password = "admin" ;
6969 String url =
7070 "http://127.0.0.1:8080/"
71- + "rest/jira-worklog-query/1.0.0-SNAPSHOT /"
71+ + "rest/jira-worklog-query/1.0.0/"
7272 + "findWorklogs?startDate=2012-12-12&user=admin&project=TESTTWO" ;
7373 LOGGER .info ("Start the simple test" );
7474 byte [] authByteArray = Base64 .encode (username + ":" + password );
You can’t perform that action at this time.
0 commit comments