|
|
|
|
@ -56,7 +56,7 @@
@@ -56,7 +56,7 @@
|
|
|
|
|
<!-- dist.* properties are used by the antrun tasks below --> |
|
|
|
|
<dist.id>spring-data-commons</dist.id> |
|
|
|
|
<dist.name>Spring Data Commons</dist.name> |
|
|
|
|
<dist.key>DATA</dist.key> |
|
|
|
|
<dist.key>DATACMNS</dist.key> |
|
|
|
|
<dist.version>${project.version}</dist.version> |
|
|
|
|
<dist.releaseType>snapshot</dist.releaseType> |
|
|
|
|
<dist.finalName>${dist.id}-${dist.version}</dist.finalName> |
|
|
|
|
@ -111,14 +111,14 @@
@@ -111,14 +111,14 @@
|
|
|
|
|
<!-- available only in the springframework maven repository. see <repositories> section below --> |
|
|
|
|
<groupId>org.springframework.build.aws</groupId> |
|
|
|
|
<artifactId>org.springframework.build.aws.maven</artifactId> |
|
|
|
|
<version>3.0.0.RELEASE</version> |
|
|
|
|
<version>2.0.0.RELEASE</version> |
|
|
|
|
</extension> |
|
|
|
|
</extensions> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>com.agilejava.docbkx</groupId> |
|
|
|
|
<artifactId>docbkx-maven-plugin</artifactId> |
|
|
|
|
<version>2.0.6</version> |
|
|
|
|
<version>2.0.7</version> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<goals> |
|
|
|
|
|