Skip to content

Commit 77d9c87

Browse files
authored
Maven build - Nightly module fix. (#936)
Maven build - Nightly module fix. ASM 9.0 CQ No added as a comment to the parent pom. Signed-off-by: Radek Felcman <[email protected]>
1 parent db8c3ff commit 77d9c87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundles/nightly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<configuration>
208208
<fileSets>
209209
<fileSet>
210-
<sourceFile>../eclipselink/target/eclipselink.zip</sourceFile>
210+
<sourceFile>../eclipselink/target/eclipselink-${project.version}.zip</sourceFile>
211211
<destinationFile>
212212
${project.build.directory}${nightlyDir}/eclipselink${nightlyVersion}.zip
213213
</destinationFile>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<apache.felix.framework.version>6.0.3</apache.felix.framework.version>
195195
<!-- CQ #21133 -->
196196
<ant.version>1.10.9</ant.version>
197-
<!-- CQ #22146 -->
197+
<!-- CQ #22750 -->
198198
<asm.version>9.0</asm.version>
199199
<commonj.sdo.version>2.1.1</commonj.sdo.version>
200200
<derby.version>10.14.2.0</derby.version>

0 commit comments

Comments
 (0)