Skip to content

Commit

Permalink
Add encoding property to parent-pom.
Browse files Browse the repository at this point in the history
Change-Id: I39b36b1838cfcc68d3d2933db5bea4d6d5d56e8f
  • Loading branch information
yebenes committed Jul 22, 2015
1 parent 4c48368 commit b730a16
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,41 @@
<groupId>com.bq.oss.lib</groupId>
<artifactId>queries</artifactId>
<version>0.8.0-SNAPSHOT</version>

<name>lib-queries</name>

<description>Library that allows you to add searchs and aggregations in ours APIs</description>
<url>https://github.com/bq/lib-queries</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>

<organization>
<name>bq</name>
<url>http://www.bq.com/</url>
</organization>

<modules>
<module>queries-api</module>
<module>queries-mongo</module>
</modules>

<url>https://github.com/bq/lib-queries</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>

<organization>
<name>bq</name>
<url>http://www.bq.com/</url>
</organization>

<scm>
<connection>scm:git:ssh://bq-devtools@git.dev.bqsoftware.net:29418/lib-queries</connection>
<developerConnection>scm:git:ssh://bq-devtools@git.dev.bqsoftware.net:29418/lib-queries</developerConnection>
<url>https://github.com/bq/lib-queries</url>
<tag>HEAD</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>com.bq.oss.lib</groupId>
Expand Down Expand Up @@ -75,6 +81,7 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit b730a16

Please sign in to comment.