File tree Expand file tree Collapse file tree 8 files changed +22
-8
lines changed Expand file tree Collapse file tree 8 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 3131 - name : Create GitHub Release
3232 uses : softprops/action-gh-release@v2
3333 with :
34- tag_name : Datapower26
34+ tag_name : Datapower27
3535 files : |
3636 dist/*.zip
3737 dist/*.jar
Original file line number Diff line number Diff line change 77
88/target /
99/schemas /
10+ .DS_Store
11+ .idea /
12+ src /datapower-configuration-manager.iml
13+ src /main /main.iml
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Deploy (UCD).
77## Prerequisites
88
99* JDK 1.6 or later is required to build. An equivalent JRE is supported if using a prebuilt plugin.
10- * Apache Ant (1.8.1 or later, 1.9.9 will be packaged with UCD plugin)
10+ * Apache Ant (1.8.1 or later, 1.9.15 will be packaged with UCD plugin)
1111
1212## Building
1313
Original file line number Diff line number Diff line change 4141
4242 <!-- Java-related defaults -->
4343 <property name =" java.debug" value =" true" />
44- <property name =" needed.java.version" value =" 1.7 " />
44+ <property name =" needed.java.version" value =" 1.8 " />
4545
4646 <!-- Which Xalan version to include -->
47- <property name =" needed.xalan.version" value =" 2.7.2 " />
47+ <property name =" needed.xalan.version" value =" 2.7.3 " />
4848
4949 <!-- Which Ant version to include -->
50- <property name =" needed.ant.version" value =" 1.9.9 " />
50+ <property name =" needed.ant.version" value =" 1.9.15 " />
5151
5252 <!-- Plugin version during build time -->
53- <property name =" plugin.version" value =" 26 " />
53+ <property name =" plugin.version" value =" 27 " />
5454
5555 <target name =" distro" description =" Produce a new distribution" depends =" clean,plugin" >
5656
Original file line number Diff line number Diff line change 5454
5555 def ch = new CommandHelper (new File (' .' ))
5656 def dcmDir = ch. getProcessBuilder(). environment(). get(' PLUGIN_HOME' ) + ' /dcm'
57- def anthome = dcmDir + ' /apache-ant-1.9.9 /'
57+ def anthome = dcmDir + ' /apache-ant-1.9.15 /'
5858 ch. addEnvironmentVariable(' ANT_HOME' , anthome)
5959
6060 // Get ANT_OPTS environment variable
Original file line number Diff line number Diff line change 200200 <release-note plugin-version =" 26" >
201201 Added "upload directory" step a a duplicate step to "upload files" to avoid confusion for a users.
202202 </release-note >
203+ <release-note plugin-version =" 27" >
204+ DataPower plugin is now bundled with Ant v1.9.15due to CVEs.
205+ Removed vulnerability: CVE-2022-34169
206+ Removed vulnerability: sonatype-2018-0330
207+ Removed vulnerability: CVE-2020-1945
208+ Removed vulnerability: CVE-2021-36373
209+ Removed vulnerability: CVE-2022-34169
210+ </release-note >
203211 </release-notes >
204212</pluginInfo >
Original file line number Diff line number Diff line change 1919<plugin xmlns =" http://www.urbancode.com/PluginXMLSchema_v1" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2020
2121 <header >
22- <identifier version =" 26 " id =" com.ibm.datapower" name =" DataPower" />
22+ <identifier version =" 27 " id =" com.ibm.datapower" name =" DataPower" />
2323 <description >The IBM WebSphere DataPower plugin deploys DataPower services.</description >
2424 <tag >Infrastructure/WebSphere DataPower</tag >
2525 </header >
Original file line number Diff line number Diff line change 597597 </migrate >
598598 <migrate to-version =" 26" >
599599 </migrate >
600+ <migrate to-version =" 27" >
601+ </migrate >
600602
601603</plugin-upgrade >
You can’t perform that action at this time.
0 commit comments