Skip to content

Commit 6172dae

Browse files
committed
fix: update initial contributors since things have changed
Signed-off-by: Matthew Adams <[email protected]>
1 parent 02987fe commit 6172dae

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

README.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ _Also see link:CONTRIBUTING.adoc[CONTRIBUTING.adoc] if you wish to submit pull r
146146
Spring Data for Apache Cassandra was initially created and supported by the following companies and individuals:
147147

148148
* http://www.prowaveconsulting.com[Prowave Consulting] - David Webb
149-
* http://www.scispike.com[SciSpike] - Matthew Adams
149+
* https://www.scispike.com[SciSpike] - Sponsoring Organization
150+
* https://www.matthewadams.me[Matthew Adams]
150151
* John McPeek
151152

152153
=== Building reference documentation

pom.xml

+13-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,22 @@
1919
<url>https://projects.spring.io/spring-data-cassandra/</url>
2020

2121
<developers>
22+
<developer>
23+
<id>scispike</id>
24+
<email>info at scispike.com</email>
25+
<organization>SciSpike Inc.</organization>
26+
<organizationUrl>https://www.scispike.com</organizationUrl>
27+
<roles>
28+
<role>Sponsor</role>
29+
</roles>
30+
<timezone>-6</timezone>
31+
</developer>
2232
<developer>
2333
<id>madams</id>
2434
<name>Matthew T. Adams</name>
25-
<email>matthew dot adams at scispike.com</email>
26-
<organization>SciSpike Inc.</organization>
27-
<organizationUrl>http://www.scispike.com</organizationUrl>
35+
<email>spring-data-cassandra at matthewadams.me</email>
36+
<organization>Matthew T. Adams</organization>
37+
<organizationUrl>https://www.matthewadams.me</organizationUrl>
2838
<roles>
2939
<role>Project Lead</role>
3040
<role>Developer</role>

0 commit comments

Comments
 (0)