-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document who can access the release profile (#2)
- Loading branch information
1 parent
b40f94f
commit 9ab9c46
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# central-repository-pom | ||
|
||
The parent pom used by Jenkins tooling published to the central repository. | ||
|
||
The pom defines a list of people, who are allowed to publish to the central repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,13 @@ | |
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Andrew Bayer</name> | ||
<id>abayer</id> | ||
<roles> | ||
<role>release</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<name>Alexander Brandes</name> | ||
<id>NotMyFault</id> | ||
|
@@ -28,6 +35,36 @@ | |
<role>maintainer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<name>Jesse Glick</name> | ||
<id>jglick</id> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>release</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<name>Robert Sandell</name> | ||
<id>rsandell</id> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>release</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<name>Kohsuke Kawaguchi</name> | ||
<id>kohsuke</id> | ||
<roles> | ||
<role>release</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<name>Oleg Nenashev</name> | ||
<id>oleg-nenashev</id> | ||
<roles> | ||
<role>release</role> | ||
</roles> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
|