Update list of developers
Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
32
pom.xml
32
pom.xml
@@ -43,7 +43,7 @@
|
|||||||
<module>hawkbit-dmf</module>
|
<module>hawkbit-dmf</module>
|
||||||
<module>hawkbit-test-report</module>
|
<module>hawkbit-test-report</module>
|
||||||
<module>hawkbit-runtime</module>
|
<module>hawkbit-runtime</module>
|
||||||
<module>hawkbit-starters</module>
|
<module>hawkbit-starters</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
@@ -60,7 +60,14 @@
|
|||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>kaizimmerm</id>
|
<id>kaizimmerm</id>
|
||||||
<email>kai.zimmermann@bosch-si.com</email>
|
<roles>
|
||||||
|
<role>Lead</role>
|
||||||
|
<role>Committer</role>
|
||||||
|
</roles>
|
||||||
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>laverman</id>
|
||||||
|
<email>Jeroen.Laverman@bosch-si.com</email>
|
||||||
<organization>Bosch Software Innovations GmbH</organization>
|
<organization>Bosch Software Innovations GmbH</organization>
|
||||||
<organizationUrl>https://www.bosch-si.com</organizationUrl>
|
<organizationUrl>https://www.bosch-si.com</organizationUrl>
|
||||||
<roles>
|
<roles>
|
||||||
@@ -83,6 +90,15 @@
|
|||||||
<role>Committer</role>
|
<role>Committer</role>
|
||||||
</roles>
|
</roles>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>stefbehl</id>
|
||||||
|
<email>Stefan.Behl@bosch-si.com</email>
|
||||||
|
<organization>Bosch Software Innovations GmbH</organization>
|
||||||
|
<organizationUrl>https://www.bosch-si.com</organizationUrl>
|
||||||
|
<roles>
|
||||||
|
<role>Committer</role>
|
||||||
|
</roles>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
@@ -108,7 +124,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<spring.boot.version>1.4.7.RELEASE</spring.boot.version>
|
<spring.boot.version>1.4.7.RELEASE</spring.boot.version>
|
||||||
<spring.cloud.version>Camden.SR6</spring.cloud.version>
|
<spring.cloud.version>Camden.SR6</spring.cloud.version>
|
||||||
<snapshotDependencyAllowed>true</snapshotDependencyAllowed>
|
<snapshotDependencyAllowed>true</snapshotDependencyAllowed>
|
||||||
|
|
||||||
<!-- Spring boot version overrides (should be reviewed with every boot upgrade) - START -->
|
<!-- Spring boot version overrides (should be reviewed with every boot upgrade) - START -->
|
||||||
@@ -116,7 +132,7 @@
|
|||||||
<!-- Deserializer security vulnerability fixed -->
|
<!-- Deserializer security vulnerability fixed -->
|
||||||
<jackson.version>2.8.9</jackson.version>
|
<jackson.version>2.8.9</jackson.version>
|
||||||
<!-- Performance fixes -->
|
<!-- Performance fixes -->
|
||||||
<spring-hateoas.version>0.23.0.RELEASE</spring-hateoas.version>
|
<spring-hateoas.version>0.23.0.RELEASE</spring-hateoas.version>
|
||||||
<!-- Java 8 support -->
|
<!-- Java 8 support -->
|
||||||
<assertj.version>3.6.2</assertj.version>
|
<assertj.version>3.6.2</assertj.version>
|
||||||
<!-- Repeatable migrations, Disabling clean etc. -->
|
<!-- Repeatable migrations, Disabling clean etc. -->
|
||||||
@@ -133,7 +149,7 @@
|
|||||||
<!-- Avoid extra CQs through transitive dependencies -->
|
<!-- Avoid extra CQs through transitive dependencies -->
|
||||||
<jboss-logging.version>3.2.1.Final</jboss-logging.version>
|
<jboss-logging.version>3.2.1.Final</jboss-logging.version>
|
||||||
<tomcat.version>8.0.28</tomcat.version>
|
<tomcat.version>8.0.28</tomcat.version>
|
||||||
|
|
||||||
<hibernate-validator.version>6.0.7.Final</hibernate-validator.version>
|
<hibernate-validator.version>6.0.7.Final</hibernate-validator.version>
|
||||||
<!-- Spring boot version overrides - END -->
|
<!-- Spring boot version overrides - END -->
|
||||||
|
|
||||||
@@ -197,7 +213,7 @@
|
|||||||
<jacoco.itReportPath>${jacoco.outputDir}/jacoco-it.exec</jacoco.itReportPath>
|
<jacoco.itReportPath>${jacoco.outputDir}/jacoco-it.exec</jacoco.itReportPath>
|
||||||
<sonar.jacoco.reportPaths>${jacoco.reportPath},${jacoco.itReportPath}</sonar.jacoco.reportPaths>
|
<sonar.jacoco.reportPaths>${jacoco.reportPath},${jacoco.itReportPath}</sonar.jacoco.reportPaths>
|
||||||
<!-- Sonar - END -->
|
<!-- Sonar - END -->
|
||||||
|
|
||||||
<!-- ************************ -->
|
<!-- ************************ -->
|
||||||
<!-- Maven Surefire settings -->
|
<!-- Maven Surefire settings -->
|
||||||
<!-- ************************ -->
|
<!-- ************************ -->
|
||||||
@@ -450,7 +466,7 @@
|
|||||||
<id>jdk-8</id>
|
<id>jdk-8</id>
|
||||||
<activation>
|
<activation>
|
||||||
<jdk>1.8</jdk>
|
<jdk>1.8</jdk>
|
||||||
</activation>
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
@@ -598,7 +614,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Misc -->
|
<!-- Misc -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.rabbitmq</groupId>
|
<groupId>com.rabbitmq</groupId>
|
||||||
<artifactId>http-client</artifactId>
|
<artifactId>http-client</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user