提交 dc121e21 编写于 作者: J Jason Holmes

Merge pull request #49 from square/pom-updates

Pom cleanup.
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>com.squareup</groupId>
<artifactId>retrofit-android-native</artifactId> <artifactId>retrofit-android-native</artifactId>
<packaging>so</packaging> <packaging>so</packaging>
<name>Retrofit Android (Native)</name> <name>Retrofit Android (Native)</name>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>com.squareup</groupId>
<artifactId>retrofit-android</artifactId> <artifactId>retrofit-android</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Retrofit Android</name> <name>Retrofit Android</name>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>com.squareup</groupId>
<artifactId>retrofit-core</artifactId> <artifactId>retrofit-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Retrofit Core</name> <name>Retrofit Core</name>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>com.squareup</groupId>
<artifactId>retrofit-http</artifactId> <artifactId>retrofit-http</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Retrofit HTTP</name> <name>Retrofit HTTP</name>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>com.squareup</groupId>
<artifactId>retrofit-io</artifactId> <artifactId>retrofit-io</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Retrofit I/O</name> <name>Retrofit I/O</name>
......
...@@ -17,6 +17,12 @@ ...@@ -17,6 +17,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.squareup</groupId> <groupId>com.squareup</groupId>
<artifactId>retrofit</artifactId> <artifactId>retrofit</artifactId>
<version>0.6.0-SNAPSHOT</version> <version>0.6.0-SNAPSHOT</version>
...@@ -42,7 +48,7 @@ ...@@ -42,7 +48,7 @@
<project.reporting.sourceEncoding>UTF-8</project.reporting.sourceEncoding> <project.reporting.sourceEncoding>UTF-8</project.reporting.sourceEncoding>
<!-- Compilation --> <!-- Compilation -->
<android-maven.version>3.1.1</android-maven.version> <android-maven.version>3.3.0</android-maven.version>
<java.version>1.6</java.version> <java.version>1.6</java.version>
<jarjar.version>1.1</jarjar.version> <jarjar.version>1.1</jarjar.version>
...@@ -55,12 +61,6 @@ ...@@ -55,12 +61,6 @@
<!-- Test Dependencies --> <!-- Test Dependencies -->
<junit.version>4.10</junit.version> <junit.version>4.10</junit.version>
<easymock.version>3.1</easymock.version> <easymock.version>3.1</easymock.version>
<!-- Deployment Repository URLs (override in ~/.m2/settings.xml profile) -->
<retrofit.repo.id>example-nexus</retrofit.repo.id>
<retrofit.repo.url>http://example.com/releases</retrofit.repo.url>
<retrofit.snapshot.repo.id>example-nexus</retrofit.snapshot.repo.id>
<retrofit.snapshot.repo.url>http://example.com/snapshots</retrofit.snapshot.repo.url>
</properties> </properties>
<scm> <scm>
...@@ -84,17 +84,6 @@ ...@@ -84,17 +84,6 @@
</repository> </repository>
</repositories> </repositories>
<distributionManagement>
<repository>
<id>${retrofit.repo.id}</id>
<url>${retrofit.repo.url}</url>
</repository>
<snapshotRepository>
<id>${retrofit.snapshot.repo.id}</id>
<url>${retrofit.snapshot.repo.url}</url>
</snapshotRepository>
</distributionManagement>
<issueManagement> <issueManagement>
<system>GitHub Issues</system> <system>GitHub Issues</system>
<url>http://github.com/square/retrofit/issues</url> <url>http://github.com/square/retrofit/issues</url>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>com.squareup</groupId>
<artifactId>retrofit-sample-android</artifactId> <artifactId>retrofit-sample-android</artifactId>
<packaging>apk</packaging> <packaging>apk</packaging>
<name>Retrofit Sample: Android</name> <name>Retrofit Sample: Android</name>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册