Browse Source

fess-parent 14.6.1-SNAPSHOT

Shinsuke Sugaya 2 years ago
parent
commit
ece9ed175a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>org.codelibs.fess</groupId>
 		<artifactId>fess-parent</artifactId>
-		<version>14.6.0</version>
+		<version>14.6.1-SNAPSHOT</version>
 		<relativePath />
 	</parent>
 	<properties>
@@ -1394,7 +1394,7 @@
 		<dependency>
 			<groupId>org.codelibs.fess</groupId>
 			<artifactId>fess-crawler-playwright</artifactId>
-			<version>14.6.1</version>
+			<version>${crawler.playwright.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>args4j</groupId>