Skip to content

Commit 7df6e7e

Browse files
committed
release 3.0.1
1 parent 54cad7b commit 7df6e7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>ru.curs</groupId>
66
<artifactId>spring-boot-starter-celesta</artifactId>
7-
<version>3.0.1-SNAPSHOT</version>
7+
<version>3.0.1</version>
88
<name>spring-boot-starter-celesta</name>
99
<description>Celesta integration with Spring Boot</description>
1010
<packaging>jar</packaging>
@@ -138,6 +138,9 @@
138138
<configuration>
139139
<release>11</release>
140140
<encoding>utf-8</encoding>
141+
<compilerArgs>
142+
<arg>-Werror</arg>
143+
</compilerArgs>
141144
</configuration>
142145
</plugin>
143146
<plugin>

0 commit comments

Comments
 (0)