Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
albertattard committed Nov 22, 2014
1 parent 877fa8d commit ff920c9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion csv/csv-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,29 @@
<project.organization.url>http://www.javacreed.com/</project.organization.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<developers>
<developer>
<id>albert</id>
<name>Albert Attard</name>
<email>[email protected]</email>
<url>${project.organization.url}</url>
<organization>${project.organization.name}</organization>
<organizationUrl>${project.organization.url}</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
<role>writer</role>
</roles>
<timezone>CET</timezone>
</developer>
</developers>

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down

0 comments on commit ff920c9

Please sign in to comment.