Skip to content

Commit 1e3500a

Browse files
committed
SWS-639 - Deprecate redundant XML classes
1 parent 2da5d95 commit 1e3500a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

parent/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<snapshots>
5151
<enabled>true</enabled>
5252
</snapshots>
53+
<releases>
54+
<enabled>false</enabled>
55+
</releases>
5356
</repository>
5457
</repositories>
5558
<build>
@@ -68,7 +71,6 @@
6871
<configuration>
6972
<source>1.5</source>
7073
<target>1.5</target>
71-
<showDeprecation>true</showDeprecation>
7274
</configuration>
7375
</plugin>
7476
<plugin>

0 commit comments

Comments
 (0)