Skip to content

Commit

Permalink
Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Nov 16, 2017
1 parent ce7bc5f commit e8f2674
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<artifactId>oss</artifactId>
<version>0.0.6</version>
</parent>
<groupId>com.android.gallery3d</groupId>

<groupId>com.sdklite</groupId>
<artifactId>exif</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -43,4 +43,13 @@
</developer>
</developers>

<dependencies>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>4.1.1.4</version>
<scope>provided</scope>
</dependency>
</dependencies>

</project>

0 comments on commit e8f2674

Please sign in to comment.