Skip to content

Commit

Permalink
Merge pull request #1272 from Zimbra/bugfix/ZCS-11112_2
Browse files Browse the repository at this point in the history
ZCS-11112_2 Upgrading stub version to 4.0
  • Loading branch information
shrutig0510 authored May 20, 2022
2 parents 013f522 + e8d9706 commit c63deb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion store/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
<ivy:install organisation="org.apache.lucene" module="lucene-smartcn" revision="3.5.0" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="ant-tar-patched" module="ant-tar-patched" revision="1.0" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="org.apache.mina" module="mina-core" revision="2.1.6" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="zimbra" module="zm-ews-stub" revision="3.0" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="zimbra" module="zm-ews-stub" revision="4.0" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="org.apache.zookeeper" module="zookeeper" revision="3.4.5" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="com.101tec" module="zkclient" revision="0.1.0" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="org.apache.curator" module="curator-recipes" revision="2.0.1-incubating" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
Expand Down
2 changes: 1 addition & 1 deletion store/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency org="commons-io" name="commons-io" rev="1.4"/>
<dependency org="com.ibm.icu" name="icu4j" rev="4.8.1.1"/>
<dependency org="oauth" name="oauth" rev="1.4"/>
<dependency org="zimbra" name="zm-ews-stub" rev="3.0"/>
<dependency org="zimbra" name="zm-ews-stub" rev="4.0"/>
<dependency org="org.apache.lucene" name="lucene-core" rev="3.5.0"/>
<dependency org="org.apache.lucene" name="lucene-analyzers" rev="3.5.0" />
<dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.5"/>
Expand Down

0 comments on commit c63deb5

Please sign in to comment.