Skip to content

Commit 8f4d942

Browse files
release 1.0.0
1 parent 0d5d13d commit 8f4d942

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/src/main/resources/atlassian-plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
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

itest/src/main/java/org/everit/jira/worklog/query/test/WorklogQueryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)