We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9115a48 commit a87e33dCopy full SHA for a87e33d
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>org.terracotta</groupId>
27
<artifactId>terracotta-parent</artifactId>
28
- <version>5.13</version>
+ <version>5.14-SNAPSHOT</version>
29
<relativePath/>
30
</parent>
31
@@ -38,12 +38,12 @@
38
<properties>
39
<build.edition>opensource</build.edition>
40
<tc-shader.version>1.2</tc-shader.version>
41
- <skip.deploy>false</skip.deploy>
42
-
43
<terracotta-apis.version>1.7.0-pre2</terracotta-apis.version>
44
<terracotta-configuration.version>10.7.0-pre2</terracotta-configuration.version>
45
<galvan.version>1.5.0-pre3</galvan.version>
46
<tc-tripwire.version>1.0.0-pre7</tc-tripwire.version>
+ <!-- legacy repo -->
+ <spotbugs.skip>true</spotbugs.skip>
47
</properties>
48
49
<modules>
0 commit comments