Skip to content

Commit

Permalink
version bumped to 4.2.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Jan 6, 2024
1 parent 1657b1d commit 87793b1
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 19 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
java: ['11', '17']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
MAVEN_USERNAME: ${{ secrets.OSSRH_USER }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
PGP_KEY_ID: ${{ secrets.PGP_KEY_ID }}
PGP_KEY_PASSWORD: ${{ secrets.PGP_KEY_PASSWORD }}

name: Build with Java ${{ matrix.java }} in Ubuntu
steps:
Expand All @@ -40,12 +36,9 @@ jobs:
java-package: jdk
architecture: x64
cache: 'maven'
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD

- name: Build with Maven
run: mvn -B -ff -ntp clean install -Dgpg.skip=true -DskipTests
run: mvn -B -ff -ntp clean install -Dgpg.skip=true

- name: Publish Code Coverage
if: github.ref == 'refs/heads/main' && matrix.java == '11'
Expand Down Expand Up @@ -76,7 +69,7 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn -B -ff -ntp clean install -Dgpg.skip=true -DskipTests
run: mvn -B -ff -ntp clean install -Dgpg.skip=true

build_windows:
runs-on: windows-latest
Expand All @@ -99,4 +92,4 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn -B -ff -ntp clean install --% -Dgpg.skip=true -DskipTests
run: mvn -B -ff -ntp clean install --% -Dgpg.skip=true
2 changes: 1 addition & 1 deletion nitrite-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dizitart</groupId>
<artifactId>nitrite-java</artifactId>
<version>4.2.0</version>
<version>4.2.1-SNAPSHOT</version>
</parent>

<artifactId>nitrite-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nitrite-jackson-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dizitart</groupId>
<artifactId>nitrite-java</artifactId>
<version>4.2.0</version>
<version>4.2.1-SNAPSHOT</version>
</parent>

<artifactId>nitrite-jackson-mapper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nitrite-mvstore-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dizitart</groupId>
<artifactId>nitrite-java</artifactId>
<version>4.2.0</version>
<version>4.2.1-SNAPSHOT</version>
</parent>

<artifactId>nitrite-mvstore-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nitrite-rocksdb-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dizitart</groupId>
<artifactId>nitrite-java</artifactId>
<version>4.2.0</version>
<version>4.2.1-SNAPSHOT</version>
</parent>

<artifactId>nitrite-rocksdb-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nitrite-spatial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dizitart</groupId>
<artifactId>nitrite-java</artifactId>
<version>4.2.0</version>
<version>4.2.1-SNAPSHOT</version>
</parent>

<artifactId>nitrite-spatial</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nitrite-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dizitart</groupId>
<artifactId>nitrite-java</artifactId>
<version>4.2.0</version>
<version>4.2.1-SNAPSHOT</version>
</parent>

<artifactId>nitrite-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nitrite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dizitart</groupId>
<artifactId>nitrite-java</artifactId>
<version>4.2.0</version>
<version>4.2.1-SNAPSHOT</version>
</parent>

<artifactId>nitrite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.dizitart</groupId>
<artifactId>nitrite-java</artifactId>
<version>4.2.0</version>
<version>4.2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Nitrite Database</name>
Expand Down
2 changes: 1 addition & 1 deletion potassium-nitrite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dizitart</groupId>
<artifactId>nitrite-java</artifactId>
<version>4.2.0</version>
<version>4.2.1-SNAPSHOT</version>
</parent>

<artifactId>potassium-nitrite</artifactId>
Expand Down

0 comments on commit 87793b1

Please sign in to comment.