diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 59884da..119e942 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,14 +31,5 @@ jobs: key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- - - name: Checkout fess-parent - uses: actions/checkout@v2 - with: - repository: codelibs/fess-parent - path: fess-parent - - name: Install fess-parent - run: | - cd fess-parent - mvn install - name: Build with Maven run: mvn -B package --file pom.xml diff --git a/pom.xml b/pom.xml index 85976e5..9a56ca5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ fess-thumbnail-playwright jar Playwright Thumbnail Generator - 14.11.1-SNAPSHOT + 14.12.0-SNAPSHOT scm:git:git@github.com:codelibs/fess-thumbnail-playwright.git scm:git:git@github.com:codelibs/fess-thumbnail-playwright.git @@ -13,7 +13,7 @@ org.codelibs.fess fess-parent - 14.11.0 + 14.12.0-SNAPSHOT @@ -37,6 +37,18 @@ + + + snapshots.oss.sonatype.org + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + javax.annotation