Skip to content

Commit

Permalink
Branch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Warren committed Aug 27, 2018
1 parent 1c0bb25 commit fa69a81
Show file tree
Hide file tree
Showing 27 changed files with 74 additions and 74 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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</parent>
<artifactId>content-jpa-spring-boot-starter</artifactId>

<dependencies>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-jpa</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</parent>
<artifactId>content-mongo-spring-boot-starter</artifactId>

<dependencies>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-mongo</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Spring Content</name>
Expand Down
18 changes: 9 additions & 9 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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand All @@ -21,43 +21,43 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-fs</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-jpa</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-mongo</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-renditions</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-rest</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-s3</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
<optional>true</optional>
<exclusions>
<exclusion>
Expand All @@ -69,7 +69,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-solr</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-versions-commons</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>


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

<dependencies>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-content-elasticsearch/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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</parent>

<artifactId>spring-content-elasticsearch</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.searchbox</groupId>
Expand Down
6 changes: 3 additions & 3 deletions spring-content-fs-boot-starter/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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<!-- <dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions spring-content-fs/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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</parent>

<dependencies>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-versions-commons</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<!-- Locking Spike -->

Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
6 changes: 3 additions & 3 deletions spring-content-jpa-boot-starter/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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</parent>

<artifactId>spring-content-jpa-boot-starter</artifactId>
Expand All @@ -14,12 +14,12 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-jpa</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions spring-content-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-commons</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
Expand Down
6 changes: 3 additions & 3 deletions spring-content-mongo-boot-starter/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>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</parent>

<artifactId>spring-content-mongo-boot-starter</artifactId>
Expand All @@ -14,12 +14,12 @@
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-mongo</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-autoconfigure</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0.ISSUE43-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit fa69a81

Please sign in to comment.