Skip to content

Commit

Permalink
build: Update developer information
Browse files Browse the repository at this point in the history
Signed-off-by: BJ Hargrave <[email protected]>
  • Loading branch information
bjhargrave committed Oct 14, 2020
1 parent d69080e commit a33add9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ Bundle-Developers: \
organization="IBM"; \
organizationUrl="https://developer.ibm.com"; \
roles="developer"; \
timezone="America/New_York", \
rotty3000; \
name="Ray Augé"; \
email="[email protected]"; \
url="https://rotty3000.github.io"; \
organization="Liferay Inc."; \
organizationUrl="https://www.liferay.com"; \
roles="developer"; \
timezone="America/New_York"

-make: (*).(jar);type=bnd; recipe="bnd/$1.bnd"
Expand Down
24 changes: 24 additions & 0 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,30 @@
<id>timothyjward</id>
<email>[email protected]</email>
</developer>
<developer>
<id>rotty3000</id>
<name>Ray Augé</name>
<email>[email protected]</email>
<url>https://rotty3000.github.io</url>
<organization>Liferay Inc.</organization>
<organizationUrl>https://www.liferay.com</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>America/New_York</timezone>
</developer>
<developer>
<id>bjhargrave</id>
<name>BJ Hargrave</name>
<email>[email protected]</email>
<url>https://github.com/bjhargrave</url>
<organization>IBM</organization>
<organizationUrl>https://developer.ibm.com</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>America/New_York</timezone>
</developer>
</developers>

<dependencyManagement>
Expand Down

0 comments on commit a33add9

Please sign in to comment.