Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
update poms to reflect gradle and maven central changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Sep 11, 2013
1 parent 3ce1374 commit c49ac9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<dependency>
<groupId>com.makeramen</groupId>
<artifactId>roundedimageview</artifactId>
<artifactId>roundedimageview-apklib</artifactId>
<version>${project.version}</version>
<type>apklib</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<inceptionYear>2013</inceptionYear>

<modules>
<module>roundedimageview</module>
<module>roundedimageview-apklib</module>

This comment has been minimized.

Copy link
@shaacker

shaacker Oct 17, 2013

This change is not necessary and actually results in the pom.xml being invalid as Maven expects the source to be in a directory called roundedimageview-apklib!
If you undo this change, it works as expected.

This comment has been minimized.

Copy link
@vinc3m1

vinc3m1 Oct 17, 2013

Author Owner

ah ok, I don't have maven so I can't test. will revert

<module>example</module>
</modules>

Expand Down
2 changes: 1 addition & 1 deletion roundedimageview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<modelVersion>4.0.0</modelVersion>

<artifactId>roundedimageview</artifactId>
<artifactId>roundedimageview-apklib</artifactId>
<name>RoundedImageView</name>
<packaging>apklib</packaging>

Expand Down

0 comments on commit c49ac9f

Please # to comment.