Skip to content

Commit

Permalink
Add pom descriptions for each deployed artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed May 18, 2020
1 parent 9710e64 commit 16205e9
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Retrofit
========

Type-safe HTTP client for Android and Java by Square, Inc.
A type-safe HTTP client for Android and Java.

For more information please see [the website][1].

Expand Down
1 change: 1 addition & 0 deletions retrofit-adapters/guava/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-adapters/java8/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-adapters/rxjava/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-adapters/rxjava2/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-adapters/scala/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-converters/gson/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-converters/guava/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-converters/jackson/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-converters/java8/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-converters/jaxb/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-converters/moshi/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-converters/protobuf/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-converters/scalars/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-converters/simplexml/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-converters/wire/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit-mock/gradle.properties
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.
1 change: 1 addition & 0 deletions retrofit/gradle.properties
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.

0 comments on commit 16205e9

Please sign in to comment.