Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nominate developers #68

Merged
merged 2 commits into from
Jun 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,30 @@ publishing {
}

developers {
developer {
name = "Muga Nishizawa"
email = "muga.nishizawa@gmail.com"
}
developer {
name = "Sadayuki Furuhashi"
email = "frsyuki@gmail.com"
}
developer {
name = "Toyama Hiroshi"
email = "toyama0919@gmail.com"
}
Comment on lines +128 to +131
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@toyama0919 Hi!

As written in the pull-request description, we're trying to nominate developers who have contributed a important portion in embulk-output-elasticsearch.

We wonder if you're okay to nominate you in pom.xml of embulk-output-elasticsearch on Maven Central, from your work in #14. What do you think?

I picked up your name and email from the Git commit log and/or your public GitHub user page. Please let me know if you don't want to be there, or if you want to be listed in another name/email.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no problem! LGTM 👍

developer {
name = "Satoshi Akama"
email = "satoshiakama@gmail.com"
}
developer {
name = "Serhii Himadieiev"
email = "gimadeevsv@gmail.com"
}
developer {
name = "Dai MIKURUBE"
email = "dmikurube@treasure-data.com"
}
}

scm {
Expand Down