Skip to content

Commit

Permalink
Merge pull request #46 from eficode/2.1.0
Browse files Browse the repository at this point in the history
2.1.1 - Bugfixes and Unirest update
  • Loading branch information
farthinder authored Jan 18, 2024
2 parents 28602a4 + afce675 commit 3b0edbd
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo Creating pom for standalone version and installing
mvn gplus:execute@execute
echo Building and installing "standalone" version
echo Building and installing "standalone" version
mvn install -f pom-standalone.xml -DcreateChecksum=true
- name: Copying JAR files
Expand Down
36 changes: 3 additions & 33 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.eficode.atlassian</groupId>
<artifactId>jirainstancemanager</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<description>A groovy library for interacting with Jira REST API.</description>

<properties>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-bom</artifactId>
<version>4.2.6</version>
<version>4.2.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -113,37 +113,7 @@



<!-- https://mvnrepository.com/artifact/com.atlassian.jira/jira-api -->
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-api</artifactId>
<version>9.7.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-core</artifactId>
<version>9.7.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.atlassian.plugins</groupId>
<artifactId>atlassian-plugins-api</artifactId>
<version>7.1.4</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
Expand Down
Loading

0 comments on commit 3b0edbd

Please sign in to comment.