Skip to content

Commit

Permalink
Bump to 1.1.0.M6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcwarren committed Nov 22, 2020
1 parent 2672057 commit 31cde7f
Show file tree
Hide file tree
Showing 30 changed files with 93 additions and 93 deletions.
6 changes: 3 additions & 3 deletions content-fs-spring-boot-starter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>

<artifactId>content-fs-spring-boot-starter</artifactId>
Expand All @@ -13,12 +13,12 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-fs</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions content-jpa-spring-boot-starter/pom.xml
Expand Up @@ -4,20 +4,20 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>
<artifactId>content-jpa-spring-boot-starter</artifactId>

<dependencies>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-jpa</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions content-mongo-spring-boot-starter/pom.xml
Expand Up @@ -4,20 +4,20 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>
<artifactId>content-mongo-spring-boot-starter</artifactId>

<dependencies>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-mongo</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions content-rest-spring-boot-starter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>

<artifactId>content-rest-spring-boot-starter</artifactId>
Expand All @@ -13,12 +13,12 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-rest</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions content-s3-spring-boot-starter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>

<artifactId>content-s3-spring-boot-starter</artifactId>
Expand All @@ -13,12 +13,12 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-s3</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions content-solr-spring-boot-starter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>

<artifactId>content-solr-spring-boot-starter</artifactId>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-solr</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Spring Content</name>
Expand Down
24 changes: 12 additions & 12 deletions spring-content-autoconfigure/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand All @@ -21,25 +21,25 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-fs</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-jpa</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-mongo</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -55,25 +55,25 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-renditions</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-docx4j</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-rest</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-s3</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<optional>true</optional>
<exclusions>
<exclusion>
Expand All @@ -85,7 +85,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-solr</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -106,7 +106,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-elasticsearch</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -117,7 +117,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-versions-jpa</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<optional>true</optional>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions spring-content-cmis/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>spring-content</artifactId>
<groupId>com.github.paulcwarren</groupId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>

<artifactId>spring-content-cmis</artifactId>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -120,13 +120,13 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-fs-boot-starter</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-versions-jpa-boot-starter</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-content-commons/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-versions-commons</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
4 changes: 2 additions & 2 deletions spring-content-docx4j/pom.xml
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions spring-content-elasticsearch-boot-starter/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-content</artifactId>
<groupId>com.github.paulcwarren</groupId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,12 +15,12 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-elasticsearch</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions spring-content-elasticsearch/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>

<artifactId>spring-content-elasticsearch</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -50,14 +50,14 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-jpa</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-renditions</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions spring-content-fs-boot-starter/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</parent>

<artifactId>spring-content-fs-boot-starter</artifactId>
Expand All @@ -14,12 +14,12 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-fs</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>1.1.0.M5-SNAPSHOT</version>
<version>1.1.0.M6-SNAPSHOT</version>
</dependency>
<!-- <dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 31cde7f

Please sign in to comment.