Skip to content

Commit baeafa8

Browse files
committed
fix maven publish flow
1 parent cedf3ca commit baeafa8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

VERSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ public Object execute(InstructionSet[] instructionSets,IExpressContext<String,Ob
137137
## 3.2.7版本[2021-12-10]
138138
(1)QLAliasTest 添加set方法
139139

140-
## 3.3.0版本[2022-04-10]
140+
## 3.3.0版本[2022-04-09]
141141
高精度计算下的溢出问题修复 com.ql.util.express.test.NumberOperatorCalculatorTest
142142
多级别安全控制与沙箱模式 com.ql.util.express.example.MultiLevelSecurityTest

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@
200200
<goals>
201201
<goal>sign</goal>
202202
</goals>
203+
<configuration>
204+
<gpgArguments>
205+
<arg>--pinentry-mode</arg>
206+
<arg>loopback</arg>
207+
</gpgArguments>
208+
</configuration>
203209
</execution>
204210
</executions>
205211
</plugin>

0 commit comments

Comments
 (0)