-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pom descriptions for each deployed artifact
- Loading branch information
1 parent
9710e64
commit 16205e9
Showing
18 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=adapter-guava | ||
POM_NAME=Adapter: Guava | ||
POM_DESCRIPTION=A Retrofit CallAdapter for Guava's ListenableFuture. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=adapter-java8 | ||
POM_NAME=Adapter: Java 8 | ||
POM_DESCRIPTION=A Retrofit CallAdapter for Java 8's CompletableFuture. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=adapter-rxjava | ||
POM_NAME=Adapter: RxJava | ||
POM_DESCRIPTION=A Retrofit CallAdapter for RxJava's stream types. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=adapter-rxjava2 | ||
POM_NAME=Adapter: RxJava 2 | ||
POM_DESCRIPTION=A Retrofit CallAdapter for RxJava 2's stream types. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=adapter-scala | ||
POM_NAME=Adapter: Scala | ||
POM_DESCRIPTION=A Retrofit CallAdapter for Scala's Future. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=converter-gson | ||
POM_NAME=Converter: Gson | ||
POM_DESCRIPTION=A Retrofit Converter which uses Gson for serialization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=converter-guava | ||
POM_NAME=Converter: Guava | ||
POM_DESCRIPTION=A Retrofit Converter for Guava's Optional type. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=converter-jackson | ||
POM_NAME=Converter: Jackson | ||
POM_DESCRIPTION=A Retrofit Converter which uses Jackson for serialization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=converter-java8 | ||
POM_NAME=Converter: Java 8 | ||
POM_DESCRIPTION=A Retrofit Converter for Java 8's Optional type. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=converter-jaxb | ||
POM_NAME=Converter: JAXB | ||
POM_DESCRIPTION=A Retrofit Converter which uses JAXB for serialization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=converter-moshi | ||
POM_NAME=Converter: Moshi | ||
POM_DESCRIPTION=A Retrofit Converter which uses Moshi for serialization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=converter-protobuf | ||
POM_NAME=Converter: Protocol Buffers | ||
POM_DESCRIPTION=A Retrofit Converter which uses Protocol Buffers for serialization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=converter-scalars | ||
POM_NAME=Converter: Scalars | ||
POM_DESCRIPTION=A Retrofit Converter for Java's scalar value types. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=converter-simplexml | ||
POM_NAME=Converter: SimpleXML | ||
POM_DESCRIPTION=A Retrofit Converter which uses Simple XML for serialization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=converter-wire | ||
POM_NAME=Converter: Wire | ||
POM_DESCRIPTION=A Retrofit Converter which uses Wire for serialization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=retrofit-mock | ||
POM_NAME=Retrofit Mock Adapter | ||
POM_DESCRIPTION=An add-on to Retrofit for implementing fake services. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
POM_ARTIFACT_ID=retrofit | ||
POM_NAME=Retrofit | ||
POM_DESCRIPTION=A type-safe HTTP client for Android and Java. |