diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 710c84b..7d69c8a 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 0d5981b..56030b0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ fess-ds-office365 jar Office365 Data Store - 14.11.1-SNAPSHOT + 14.12.0-SNAPSHOT scm:git:git@github.com:codelibs/fess-ds-office365.git scm:git:git@github.com:codelibs/fess-ds-office365.git @@ -13,7 +13,7 @@ org.codelibs.fess fess-parent - 14.11.0 + 14.12.0-SNAPSHOT @@ -98,6 +98,18 @@ + + + snapshots.oss.sonatype.org + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + javax.annotation