Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9b86efc

Browse files
committed
[skip ci] Update email address
1 parent 3fabcb9 commit 9b86efc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
java: ['11']
1414
env:
1515
GIT_USER_NAME: puneetbehl
16-
GIT_USER_EMAIL: behlp@objectcomputing.com
16+
GIT_USER_EMAIL: behlp@unityfoundation.io
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
@@ -53,6 +53,6 @@ jobs:
5353
FOLDER: docs/build/docs
5454
DOC_SUB_FOLDER: hibernate
5555
DOC_FOLDER: gh-pages
56-
COMMIT_EMAIL: behlp@objectcomputing.com
56+
COMMIT_EMAIL: behlp@unityfoundation.io
5757
COMMIT_NAME: Puneet Behl
5858
VERSION: ${{ steps.release_version.outputs.release_version }}

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ jobs:
7878
FOLDER: docs/build/docs
7979
DOC_SUB_FOLDER: hibernate
8080
DOC_FOLDER: gh-pages
81-
COMMIT_EMAIL: behlp@objectcomputing.com
81+
COMMIT_EMAIL: behlp@unityfoundation.io
8282
COMMIT_NAME: Puneet Behl

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
java: ['11']
1111
env:
1212
GIT_USER_NAME: puneetbehl
13-
GIT_USER_EMAIL: behlp@objectcomputing.com
13+
GIT_USER_EMAIL: behlp@unityfoundation.io
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
@@ -79,7 +79,7 @@ jobs:
7979
FOLDER: docs/build/docs
8080
DOC_SUB_FOLDER: hibernate
8181
DOC_FOLDER: gh-pages
82-
COMMIT_EMAIL: behlp@objectcomputing.com
82+
COMMIT_EMAIL: behlp@unityfoundation.io
8383
COMMIT_NAME: Puneet Behl
8484
VERSION: ${{ steps.release_version.outputs.release_version }}
8585
- name: Run post-release

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ subprojects { Project subproject ->
288288
developer {
289289
id = 'puneetbehl'
290290
name = 'Puneet Behl'
291-
email = 'behlp@objectcomputing.com'
291+
email = 'behlp@unityfoundation.io'
292292
}
293293
}
294294
}

0 commit comments

Comments
 (0)