Skip to content

Commit

Permalink
Dev info
Browse files Browse the repository at this point in the history
  • Loading branch information
elucash committed Aug 23, 2018
1 parent e9b2aa4 commit ecabc62
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions pom.xml
Expand Up @@ -19,15 +19,15 @@

<groupId>org.immutables</groupId>
<artifactId>immutables</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.0</version>
<packaging>pom</packaging>

<name>${project.groupId}.${project.artifactId}</name>
<description>
Java annotation processing toolkit. Focus is on immutability, type safety, fluent interfaces, high-performance.
</description>
<url>http://immutables.org</url>

<modules>
<module>utility</module>
<module>testing</module>
Expand Down Expand Up @@ -57,6 +57,27 @@
<url>http://immutables.org</url>
</organization>

<developers>
<developer>
<id>elucash</id>
<name>Ievgen Lukash</name>
<email>e.lucash@gmail.com</email>
<timezone>-8</timezone>
</developer>
<developer>
<id>ivysharev</id>
<name>Ilya Vysharev</name>
<email>ivysharev@gmail.com</email>
<timezone>+2</timezone>
</developer>
<developer>
<id>augustotravillio</id>
<name>Augusto Travillio</name>
<email>augusto.travillio@gmail.com</email>
<timezone>-8</timezone>
</developer>
</developers>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down

0 comments on commit ecabc62

Please sign in to comment.