Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Jul 17, 2023
2 parents 0cb8cf3 + 659a5cf commit ae0b154
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
verify:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11 ]
Expand All @@ -37,7 +37,7 @@ jobs:

release:
needs: verify
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion domino-jackson-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.dominokit</groupId>
<artifactId>domino-jackson-parent</artifactId>
<version>1.0.0-RC6</version>
<version>1.0.0</version>
</parent>

<artifactId>domino-jackson-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion domino-jackson-super/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.dominokit</groupId>
<artifactId>domino-jackson-parent</artifactId>
<version>1.0.0-RC6</version>
<version>1.0.0</version>
</parent>

<artifactId>domino-jackson-super</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion domino-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.dominokit</groupId>
<artifactId>domino-jackson-parent</artifactId>
<version>1.0.0-RC6</version>
<version>1.0.0</version>
</parent>

<artifactId>domino-jackson</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.dominokit</groupId>
<artifactId>domino-jackson-parent</artifactId>
<version>1.0.0-RC6</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>domino-jackson-parent</name>
Expand Down Expand Up @@ -67,7 +67,7 @@

<properties>
<snapshot.version>HEAD-SNAPSHOT</snapshot.version>
<next.release.version>1.0.0-RC6</next.release.version>
<next.release.version>1.0.0</next.release.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit ae0b154

Please sign in to comment.