Hi all.
I'm trying to update my plugins to the new released jira version. I just changed sdk fro 6.3.10 to 6.3.12 and in my pom.xml I set the new JIRA version from 7.10.0 to 7.13.,1 but I get this notifications:
Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/jira/jira-api/7.13.1/jira-api-7.13.1.jar
Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/jira/jira-api/7.13.1/jira-api-7.13.1.jar (2.6 MB at 418 kB/s)
[INFO] Unable to read jar manifest from /home/user/JIRA-Devel/maven_repository/com/atlassian/jira/jira-core/7.13.1/jira-core-7.13.1.jar
and when I build the package I get the following error:
[ERROR] error reading /home/user/JIRA-Devel/maven_repository/com/atlassian/jira/jira-core/7.13.1/jira-core-7.13.1.jar; invalid LOC header (bad signature)
There are no problems if I set 7.13.0 as JIRA version in pom.xml
Are there any issues with jira-api-7.13.1.jar file ?
Thank you