File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5757Built-Date: ${ NOW }
5858version: "${ bundleversion } "
5959id: "${ id } "
60+ groupId: "${ groupId } "
61+ artifactId: "${ artifactId } "
6062name: "${ label } "
6163description: "${ description } "
6264lucee-core-version: "${ luceeCoreVersion } "
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.lucee</groupId >
66 <artifactId >argon2-extension</artifactId >
7- <version >1.0.0.9 </version >
7+ <version >1.0.0.10 </version >
88 <packaging >pom</packaging >
99 <name >Argon2 Extension</name >
1010
120120 <property name =" bundleversion" value =" ${project.version}" />
121121 <property name =" bundlename" value =" ${bundlename}" />
122122 <property name =" filename" value =" ${project.artifactId}" />
123+ <property name =" groupId" value =" ${project.groupId}" />
124+ <property name =" artifactId" value =" ${project.artifactId}" />
123125 <property name =" id" value =" ${id}" />
124126 <property name =" luceeCoreVersion" value =" ${luceeCoreVersion}" />
125127 <property name =" releaseType" value =" ${releaseType}" />
You can’t perform that action at this time.
0 commit comments