Skip to content

Commit

Permalink
rel: bump to 3.0.7-SNAPSHOT (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcwarren committed Oct 4, 2023
1 parent 49b3d7d commit 5ab6459
Show file tree
Hide file tree
Showing 32 changed files with 97 additions and 97 deletions.
6 changes: 3 additions & 3 deletions content-fs-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-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>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions content-jpa-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</parent>
<artifactId>content-jpa-spring-boot-starter</artifactId>

<dependencies>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-jpa</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions content-mongo-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</parent>
<artifactId>content-mongo-spring-boot-starter</artifactId>

<dependencies>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-mongo</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions content-rest-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-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>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions content-s3-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-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>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions content-solr-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-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>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Spring Content</name>
Expand Down
22 changes: 11 additions & 11 deletions spring-content-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand All @@ -21,25 +21,25 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-fs</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-jpa</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-mongo</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-renditions</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<!-- <dependency>-->
Expand All @@ -67,13 +67,13 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-rest</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-s3</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-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>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -107,7 +107,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-elasticsearch</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -119,7 +119,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-versions-jpa</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<optional>true</optional>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions spring-content-azure-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-content-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</parent>

<artifactId>spring-content-bom</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions spring-content-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-versions-commons</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
6 changes: 3 additions & 3 deletions spring-content-elasticsearch-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-content</artifactId>
<groupId>com.github.paulcwarren</groupId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-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>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions spring-content-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-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>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -62,14 +62,14 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-jpa</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-renditions</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
12 changes: 6 additions & 6 deletions spring-content-encryption/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>spring-content</artifactId>
<groupId>com.github.paulcwarren</groupId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</parent>

<artifactId>spring-content-encryption</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.vault</groupId>
Expand Down Expand Up @@ -85,25 +85,25 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-fs-boot-starter</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-jpa-boot-starter</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-s3-boot-starter</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-rest-boot-starter</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit 5ab6459

Please sign in to comment.