|
5 | 5 | <parent> |
6 | 6 | <groupId>com.github.paulcwarren</groupId> |
7 | 7 | <artifactId>spring-content</artifactId> |
8 | | - <version>3.0.8-SNAPSHOT</version> |
| 8 | + <version>3.0.9-SNAPSHOT</version> |
9 | 9 | <relativePath>..</relativePath> |
10 | 10 | </parent> |
11 | 11 | <dependencies> |
|
21 | 21 | <dependency> |
22 | 22 | <groupId>com.github.paulcwarren</groupId> |
23 | 23 | <artifactId>spring-content-commons</artifactId> |
24 | | - <version>3.0.8-SNAPSHOT</version> |
| 24 | + <version>3.0.9-SNAPSHOT</version> |
25 | 25 | <optional>true</optional> |
26 | 26 | </dependency> |
27 | 27 | <dependency> |
28 | 28 | <groupId>com.github.paulcwarren</groupId> |
29 | 29 | <artifactId>spring-content-fs</artifactId> |
30 | | - <version>3.0.8-SNAPSHOT</version> |
| 30 | + <version>3.0.9-SNAPSHOT</version> |
31 | 31 | <optional>true</optional> |
32 | 32 | </dependency> |
33 | 33 | <dependency> |
34 | 34 | <groupId>com.github.paulcwarren</groupId> |
35 | 35 | <artifactId>spring-content-jpa</artifactId> |
36 | | - <version>3.0.8-SNAPSHOT</version> |
| 36 | + <version>3.0.9-SNAPSHOT</version> |
37 | 37 | <optional>true</optional> |
38 | 38 | </dependency> |
39 | 39 | <dependency> |
40 | 40 | <groupId>com.github.paulcwarren</groupId> |
41 | 41 | <artifactId>spring-content-mongo</artifactId> |
42 | | - <version>3.0.8-SNAPSHOT</version> |
| 42 | + <version>3.0.9-SNAPSHOT</version> |
43 | 43 | <optional>true</optional> |
44 | 44 | </dependency> |
45 | 45 | <dependency> |
|
55 | 55 | <dependency> |
56 | 56 | <groupId>com.github.paulcwarren</groupId> |
57 | 57 | <artifactId>spring-content-renditions</artifactId> |
58 | | - <version>3.0.8-SNAPSHOT</version> |
| 58 | + <version>3.0.9-SNAPSHOT</version> |
59 | 59 | <optional>true</optional> |
60 | 60 | </dependency> |
61 | 61 | <!-- <dependency>--> |
|
67 | 67 | <dependency> |
68 | 68 | <groupId>com.github.paulcwarren</groupId> |
69 | 69 | <artifactId>spring-content-rest</artifactId> |
70 | | - <version>3.0.8-SNAPSHOT</version> |
| 70 | + <version>3.0.9-SNAPSHOT</version> |
71 | 71 | <optional>true</optional> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>com.github.paulcwarren</groupId> |
75 | 75 | <artifactId>spring-content-s3</artifactId> |
76 | | - <version>3.0.8-SNAPSHOT</version> |
| 76 | + <version>3.0.9-SNAPSHOT</version> |
77 | 77 | <optional>true</optional> |
78 | 78 | <exclusions> |
79 | 79 | <exclusion> |
|
85 | 85 | <dependency> |
86 | 86 | <groupId>com.github.paulcwarren</groupId> |
87 | 87 | <artifactId>spring-content-solr</artifactId> |
88 | | - <version>3.0.8-SNAPSHOT</version> |
| 88 | + <version>3.0.9-SNAPSHOT</version> |
89 | 89 | <optional>true</optional> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
|
107 | 107 | <dependency> |
108 | 108 | <groupId>com.github.paulcwarren</groupId> |
109 | 109 | <artifactId>spring-content-elasticsearch</artifactId> |
110 | | - <version>3.0.8-SNAPSHOT</version> |
| 110 | + <version>3.0.9-SNAPSHOT</version> |
111 | 111 | <optional>true</optional> |
112 | 112 | </dependency> |
113 | 113 | <dependency> |
|
119 | 119 | <dependency> |
120 | 120 | <groupId>com.github.paulcwarren</groupId> |
121 | 121 | <artifactId>spring-versions-jpa</artifactId> |
122 | | - <version>3.0.8-SNAPSHOT</version> |
| 122 | + <version>3.0.9-SNAPSHOT</version> |
123 | 123 | <optional>true</optional> |
124 | 124 | </dependency> |
125 | 125 |
|
|
0 commit comments