Skip to content

Commit

Permalink
Updates to fugue in pom.xml (#134)
Browse files Browse the repository at this point in the history
* Corrected groupId & version of fugue

* Updated to 0.9.2
  • Loading branch information
dgrierso authored Sep 23, 2020
1 parent 5472610 commit 545ea47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>jira-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven JIRA Plugin</name>
<version>0.9.1</version>
<version>0.9.2</version>
<description>This maven plugin contains MOJOs to ease integration with JIRA</description>
<url>https://github.com/schrepfler/jira-maven-plugin</url>

Expand All @@ -33,7 +33,7 @@
<license.maven.plugin.version>2.0.0</license.maven.plugin.version>
<versions.maven.plugin.version>2.8.1</versions.maven.plugin.version>
<jira.rest.java.client.version>5.2.1</jira.rest.java.client.version>
<fugue.version>2.7.0</fugue.version>
<fugue.version>4.7.2</fugue.version>
<maven.version>3.6.3</maven.version>
<jgitflow.maven.plugin.version>1.0-m5.1</jgitflow.maven.plugin.version>
<nexus.staging.maven.plugin.version>1.6.8</nexus.staging.maven.plugin.version>
Expand Down Expand Up @@ -145,7 +145,7 @@

<!-- required https://github.com/schrepfler/jira-maven-plugin/issues/59 -->
<dependency>
<groupId>com.atlassian.fugue</groupId>
<groupId>io.atlassian.fugue</groupId>
<artifactId>fugue</artifactId>
<version>${fugue.version}</version>
<scope>runtime</scope>
Expand Down

0 comments on commit 545ea47

Please sign in to comment.