Skip to content

Commit

Permalink
copied informational tags to submodule poms
Browse files Browse the repository at this point in the history
  • Loading branch information
Cihat Keser committed Mar 8, 2014
1 parent e5b8abd commit 8c34140
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 0 deletions.
33 changes: 33 additions & 0 deletions jest-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,39 @@
<description>ElasticSearch Java REST client - shared library package</description>
<url>https://github.com/searchbox-io/Jest</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:[email protected]:searchbox-io/Jest.git</connection>
<developerConnection>scm:git:[email protected]:searchbox-io/Jest.git</developerConnection>
<url>[email protected]:searchbox-io/Jest.git</url>
</scm>

<developers>
<developer>
<id>TheKingOfTheEast</id>
<name>Dogukan Sonmez</name>
<email>[email protected]</email>
</developer>
<developer>
<id>ferhatsb</id>
<name>Ferhat Sobay</name>
<email>[email protected]</email>
</developer>
<developer>
<id>kramer</id>
<name>Cihat Keser</name>
<email>[email protected]</email>
<url>http://about.cihatkeser.com</url>
</developer>
</developers>

<parent>
<groupId>io.searchbox</groupId>
<artifactId>jest-parent</artifactId>
Expand Down
33 changes: 33 additions & 0 deletions jest-droid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,39 @@
<description>ElasticSearch Java REST client - Android library package</description>
<url>https://github.com/searchbox-io/Jest</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:[email protected]:searchbox-io/Jest.git</connection>
<developerConnection>scm:git:[email protected]:searchbox-io/Jest.git</developerConnection>
<url>[email protected]:searchbox-io/Jest.git</url>
</scm>

<developers>
<developer>
<id>TheKingOfTheEast</id>
<name>Dogukan Sonmez</name>
<email>[email protected]</email>
</developer>
<developer>
<id>ferhatsb</id>
<name>Ferhat Sobay</name>
<email>[email protected]</email>
</developer>
<developer>
<id>kramer</id>
<name>Cihat Keser</name>
<email>[email protected]</email>
<url>http://about.cihatkeser.com</url>
</developer>
</developers>

<parent>
<groupId>io.searchbox</groupId>
<artifactId>jest-parent</artifactId>
Expand Down
33 changes: 33 additions & 0 deletions jest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,39 @@
<description>ElasticSearch Java REST client - Apache HTTP Client package</description>
<url>https://github.com/searchbox-io/Jest</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:[email protected]:searchbox-io/Jest.git</connection>
<developerConnection>scm:git:[email protected]:searchbox-io/Jest.git</developerConnection>
<url>[email protected]:searchbox-io/Jest.git</url>
</scm>

<developers>
<developer>
<id>TheKingOfTheEast</id>
<name>Dogukan Sonmez</name>
<email>[email protected]</email>
</developer>
<developer>
<id>ferhatsb</id>
<name>Ferhat Sobay</name>
<email>[email protected]</email>
</developer>
<developer>
<id>kramer</id>
<name>Cihat Keser</name>
<email>[email protected]</email>
<url>http://about.cihatkeser.com</url>
</developer>
</developers>

<parent>
<groupId>io.searchbox</groupId>
<artifactId>jest-parent</artifactId>
Expand Down

0 comments on commit 8c34140

Please sign in to comment.