Browse Source

Prepare issue branch.

issues/split
Mark Paluch 4 months ago
parent
commit
5e68c28661
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      pom.xml
  2. 4
      spring-data-commons-core/pom.xml
  3. 4
      spring-data-commons-domain/pom.xml
  4. 4
      spring-data-commons-mapping/pom.xml
  5. 4
      spring-data-commons-repository/pom.xml
  6. 4
      spring-data-commons-support/pom.xml
  7. 4
      spring-data-commons-test/pom.xml
  8. 4
      spring-data-commons-web/pom.xml
  9. 4
      spring-data-commons/pom.xml

2
pom.xml

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Data Commons Parent</name>

4
spring-data-commons-core/pom.xml

@ -6,14 +6,14 @@ @@ -6,14 +6,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-commons-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<name>Spring Data Commons Core</name>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

4
spring-data-commons-domain/pom.xml

@ -7,14 +7,14 @@ @@ -7,14 +7,14 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-domain</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<name>Spring Data Commons Domain</name>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

4
spring-data-commons-mapping/pom.xml

@ -7,14 +7,14 @@ @@ -7,14 +7,14 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-mapping</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<name>Spring Data Commons Mapping and Conversion</name>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

4
spring-data-commons-repository/pom.xml

@ -7,14 +7,14 @@ @@ -7,14 +7,14 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-repository</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<name>Spring Data Commons Repository</name>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

4
spring-data-commons-support/pom.xml

@ -7,14 +7,14 @@ @@ -7,14 +7,14 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-support</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<name>Spring Data Commons Support</name>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

4
spring-data-commons-test/pom.xml

@ -6,14 +6,14 @@ @@ -6,14 +6,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-commons-test</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<name>Spring Data Commons Test Support</name>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

4
spring-data-commons-web/pom.xml

@ -7,14 +7,14 @@ @@ -7,14 +7,14 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-web</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<name>Spring Data Commons Web</name>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

4
spring-data-commons/pom.xml

@ -6,14 +6,14 @@ @@ -6,14 +6,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-commons</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<name>Spring Data Commons Aggregator</name>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-SPLIT-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Loading…
Cancel
Save