fess-parent 14.6.0
This commit is contained in:
parent
50cf9ec75d
commit
a14c072ec1
2 changed files with 4 additions and 4 deletions
6
deps.xml
6
deps.xml
|
@ -45,11 +45,11 @@
|
|||
</unzip>
|
||||
<!-- fess-script-groovy -->
|
||||
<antcall target="install.plugin.jar">
|
||||
<param name="repo.url" value="${maven.snapshot.repo.url}" />
|
||||
<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.6.0-SNAPSHOT" />
|
||||
<param name="file.version" value="14.6.0-20230115.061716-1" />
|
||||
<param name="jar.version" value="14.6.0" />
|
||||
<param name="file.version" value="14.6.0" />
|
||||
</antcall>
|
||||
</target>
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.codelibs.fess</groupId>
|
||||
<artifactId>fess-parent</artifactId>
|
||||
<version>14.6.0-SNAPSHOT</version>
|
||||
<version>14.6.0</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<properties>
|
||||
|
|
Loading…
Add table
Reference in a new issue