File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4040 packageType : ' maven'
4141 feed : ' 18837db9-b003-4158-aea6-2cbe5db0f9f0/2243676f-5a13-4f9a-842a-0d4b65c80104'
4242 definition : ' trivadis.tvdcc:tvdcc'
43- version : ' 4.4.0-snapshot ' # lowercase is necessary
43+ version : ' 4.4.0' # lowercase is necessary
4444 files : ' *.jar'
4545 downloadPath : ' $(Pipeline.Workspace)'
4646
@@ -54,14 +54,14 @@ steps:
5454 packageType : ' maven'
5555 feed : ' 18837db9-b003-4158-aea6-2cbe5db0f9f0/2243676f-5a13-4f9a-842a-0d4b65c80104'
5656 definition : ' trivadis.oracle:plsql'
57- version : ' 4.2.1-snapshot ' # lowercase is necessary
57+ version : ' 4.2.1' # lowercase is necessary
5858 files : ' *.jar'
5959 downloadPath : ' $(Pipeline.Workspace)/lib'
6060
6161- task : Bash@3
6262 inputs :
6363 targetType : ' inline'
64- script : for f in $(Pipeline.Workspace)/lib/plsql-4.2.1*.jar; do echo $f; cp $f $(Pipeline.Workspace)/lib/plsql-4.2.1-SNAPSHOT .jar; done
64+ script : for f in $(Pipeline.Workspace)/lib/plsql-4.2.1*.jar; do echo $f; cp $f $(Pipeline.Workspace)/lib/plsql-4.2.1.jar; done
6565
6666- task : Maven@3
6767 displayName : ' Maven com.trivadis.tvdcc'
Original file line number Diff line number Diff line change 3333 <!-- contains TrivadisGuidelines3 -->
3434 <groupId >trivadis.tvdcc</groupId >
3535 <artifactId >tvdcc</artifactId >
36- <version >4.4.0-SNAPSHOT </version >
36+ <version >4.4.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.1-SNAPSHOT </version >
44+ <version >4.2.1</version >
4545 <scope >system</scope >
46- <systemPath >${tvdcc.basedir} /lib/plsql-4.2.1-SNAPSHOT .jar</systemPath >
46+ <systemPath >${tvdcc.basedir} /lib/plsql-4.2.1.jar</systemPath >
4747 </dependency >
4848 <dependency >
4949 <!-- required to build SonarQube plugin for minimal target version -->
You can’t perform that action at this time.
0 commit comments