File tree Expand file tree Collapse file tree 2 files changed +9
-29
lines changed
Expand file tree Collapse file tree 2 files changed +9
-29
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ jobs:
6868 fail_on_unmatched_files : false
6969 generate_release_notes : true
7070 files : |
71- OpenICF-java-framework/openicf-zip/target/*.zip
72- OpenICF-csvfile-connector/target/*.jar
73- OpenICF-databasetable-connector/target/*.jar
74- OpenICF-groovy-connector/target/*.jar
75- OpenICF-kerberos-connector/target/*.jar
76- OpenICF-ldap-connector/target/*.jar
77- OpenICF-ssh-connector/target/*.jar
78- OpenICF-xml-connector/target/*.jar
71+ OpenICF-java-framework/openicf-zip/target/*${{ github.event.inputs.releaseVersion }} .zip
72+ OpenICF-csvfile-connector/target/*${{ github.event.inputs.releaseVersion }} .jar
73+ OpenICF-databasetable-connector/target/*${{ github.event.inputs.releaseVersion }} .jar
74+ OpenICF-groovy-connector/target/*${{ github.event.inputs.releaseVersion }} .jar
75+ OpenICF-kerberos-connector/target/*${{ github.event.inputs.releaseVersion }} .jar
76+ OpenICF-ldap-connector/target/*${{ github.event.inputs.releaseVersion }} .jar
77+ OpenICF-ssh-connector/target/*${{ github.event.inputs.releaseVersion }} .jar
78+ OpenICF-xml-connector/target/*${{ github.event.inputs.releaseVersion }} .jar
7979 release-docker :
8080 name : Docker release
8181 runs-on : ' ubuntu-latest'
Original file line number Diff line number Diff line change 158158 <dependency >
159159 <groupId >org.codehaus.plexus</groupId >
160160 <artifactId >plexus-velocity</artifactId >
161- <version >1.1.8</version >
162- <exclusions >
163- <exclusion >
164- <groupId >org.codehaus.plexus</groupId >
165- <artifactId >plexus-container-default</artifactId >
166- </exclusion >
167- <exclusion >
168- <groupId >org.codehaus.plexus</groupId >
169- <artifactId >plexus-component-api</artifactId >
170- </exclusion >
171- <exclusion >
172- <groupId >velocity</groupId >
173- <artifactId >velocity</artifactId >
174- </exclusion >
175- </exclusions >
161+ <version >1.2</version >
176162 </dependency >
177163
178164
179165 <!-- other -->
180- <dependency >
181- <groupId >org.apache.velocity</groupId >
182- <artifactId >velocity</artifactId >
183- <version >1.7</version >
184- </dependency >
185-
186166 <dependency >
187167 <groupId >org.apache.maven.reporting</groupId >
188168 <artifactId >maven-reporting-exec</artifactId >
You can’t perform that action at this time.
0 commit comments