Skip to content

Commit c8c8674

Browse files
use release versions of tvdcc and plsql
1 parent 108d075 commit c8c8674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
<!-- contains TrivadisGuidelines3 -->
3434
<groupId>trivadis.tvdcc</groupId>
3535
<artifactId>tvdcc</artifactId>
36-
<version>4.3.0-SNAPSHOT</version>
36+
<version>4.3.0</version>
3737
<scope>system</scope>
3838
<systemPath>${tvdcc.basedir}/tvdcc.jar</systemPath>
3939
</dependency>
4040
<dependency>
4141
<!-- contains PLSQLValidator -->
4242
<groupId>trivadis.oracle</groupId>
4343
<artifactId>plsql</artifactId>
44-
<version>4.2.0-SNAPSHOT</version>
44+
<version>4.2.0</version>
4545
<scope>system</scope>
46-
<systemPath>${tvdcc.basedir}/lib/plsql-4.2.0-SNAPSHOT.jar</systemPath>
46+
<systemPath>${tvdcc.basedir}/lib/plsql-4.2.0.jar</systemPath>
4747
</dependency>
4848
<dependency>
4949
<!-- required to build SonarQube plugin for minimal target version -->

0 commit comments

Comments
 (0)