Browse Source

DATAJDBC-308 - Add missing dist.id property required for multi module build.

pull/143/head
Christoph Strobl 7 years ago
parent
commit
a08584433a
  1. 1
      pom.xml

1
pom.xml

@ -19,6 +19,7 @@ @@ -19,6 +19,7 @@
</parent>
<properties>
<dist.id>spring-data-jdbc</dist.id>
<springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
<assertj>3.6.2</assertj>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

Loading…
Cancel
Save