fess-parent 14.5.0
This commit is contained in:
parent
69f25a56c1
commit
3a0411428a
3 changed files with 4 additions and 4 deletions
4
deps.xml
4
deps.xml
|
@ -48,8 +48,8 @@
|
|||
<param name="repo.url" value="${maven.release.repo.url}" />
|
||||
<param name="jar.groupId" value="org/codelibs/fess" />
|
||||
<param name="jar.artifactId" value="fess-script-groovy" />
|
||||
<param name="jar.version" value="14.4.0" />
|
||||
<param name="file.version" value="14.4.0" />
|
||||
<param name="jar.version" value="14.5.0" />
|
||||
<param name="file.version" value="14.5.0" />
|
||||
</antcall>
|
||||
</target>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!-- Maven Repository -->
|
||||
<property name="maven.snapshot.repo.url" value="https://maven.codelibs.org/" />
|
||||
<property name="maven.release.repo.url" value="https://maven.codelibs.org/" />
|
||||
<property name="opensearch.version" value="1.3.5" />
|
||||
<property name="opensearch.version" value="1.3.6" />
|
||||
|
||||
<target name="install.modules">
|
||||
<mkdir dir="${target.dir}" />
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.codelibs.fess</groupId>
|
||||
<artifactId>fess-parent</artifactId>
|
||||
<version>14.5.0-SNAPSHOT</version>
|
||||
<version>14.5.0</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<properties>
|
||||
|
|
Loading…
Add table
Reference in a new issue