Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejego committed Dec 29, 2015
1 parent d23df88 commit a9d2ccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cadastrapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>cadastrapp-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

<artifactId>cadastrapp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions cadastrapp/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</encoder>
</appender>

<logger name="org.georchestra.cadastrapp" level="DEBUG" />
<logger name="org.georchestra.cadastrapp" level="INFO" />
<logger name="org.springframework" level="INFO" />

<!-- database -->
<logger name="org.hibernate" level="INFO" />
<logger name="org.springframework.jdbc.core.JdbcTemplate" level="INFO" />
<logger name="org.springframework.jdbc.core.JdbcTemplate" level="TRACE" />

<!-- services -->
<logger name="org.apache.cxf" level="WARN" />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.georchestra</groupId>
<artifactId>cadastrapp-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>pom</packaging>
<modules>
<module>cadastrapp</module>
Expand Down

0 comments on commit a9d2ccd

Please sign in to comment.