فهرست منبع

fess-parent 14.6.0

Shinsuke Sugaya 2 سال پیش
والد
کامیت
a14c072ec1
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 3 3
      deps.xml
  2. 1 1
      pom.xml

+ 3 - 3
deps.xml

@@ -45,11 +45,11 @@
 		</unzip>
 		</unzip>
 		<!-- fess-script-groovy -->
 		<!-- fess-script-groovy -->
 		<antcall target="install.plugin.jar">
 		<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.groupId" value="org/codelibs/fess" />
 			<param name="jar.artifactId" value="fess-script-groovy" />
 			<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>
 		</antcall>
 	</target>
 	</target>
 
 

+ 1 - 1
pom.xml

@@ -30,7 +30,7 @@
 	<parent>
 	<parent>
 		<groupId>org.codelibs.fess</groupId>
 		<groupId>org.codelibs.fess</groupId>
 		<artifactId>fess-parent</artifactId>
 		<artifactId>fess-parent</artifactId>
-		<version>14.6.0-SNAPSHOT</version>
+		<version>14.6.0</version>
 		<relativePath />
 		<relativePath />
 	</parent>
 	</parent>
 	<properties>
 	<properties>