Skip to content

Commit

Permalink
Merge pull request #72 from n-lagomarsini/fixReleasePom
Browse files Browse the repository at this point in the history
Fix on release pom
  • Loading branch information
n-lagomarsini committed May 22, 2014
2 parents 8fee70e + 2e356b1 commit 778bdc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@
<artifactId>imageio-ext-kakadujni</artifactId>
<version>${kakadu.version}</version>
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-png</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

3 comments on commit 778bdc4

@edeso
Copy link

@edeso edeso commented on 778bdc4 Nov 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi,

i have some patches for imageio-ext. do you know a way to contact them?

thanks ede

@n-lagomarsini
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi ede,

you can open an issue for each problem you want to fix and then you can submit the related pull request which will be reviewed.

Regards,
Nicola Lagomarsini.

@edeso
Copy link

@edeso edeso commented on 778bdc4 Nov 27, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.