File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 <groupId >com.planet.staccato</groupId >
77 <artifactId >staccato</artifactId >
8- <version >0.9.0.0 </version >
8+ <version >0.9.0.1 </version >
99 <packaging >pom</packaging >
1010
1111 <parent >
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >com.planet.staccato</groupId >
1414 <artifactId >staccato</artifactId >
15- <version >0.9.0.0 </version >
15+ <version >0.9.0.1 </version >
1616 </parent >
1717
1818 <properties >
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ private void init() {
5656 }
5757
5858 try {
59- Resource catalogResource = new UrlResource ("https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8 .0-rc1/catalog-spec/json-schema/catalog.json" );
60- Resource collectionResource = new UrlResource ("https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8 .0-rc1/collection-spec/json-schema/collection.json" );
61- Resource itemResource = new UrlResource ("https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8 .0-rc1/item-spec/json-schema/item.json" );
59+ Resource catalogResource = new UrlResource ("https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9 .0-rc1/catalog-spec/json-schema/catalog.json" );
60+ Resource collectionResource = new UrlResource ("https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9 .0-rc1/collection-spec/json-schema/collection.json" );
61+ Resource itemResource = new UrlResource ("https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9 .0-rc1/item-spec/json-schema/item.json" );
6262
6363 BufferedReader catalogReader = new BufferedReader (new InputStreamReader (catalogResource .getInputStream ()));
6464 BufferedReader collectionReader = new BufferedReader (new InputStreamReader (collectionResource .getInputStream ()));
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ private void initConformance() {
4141
4242 public Mono <Object > getApi () {
4343 try {
44- Resource catalogResource = new UrlResource ("https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8 .0-rc1/api-spec/openapi/WFS3.yaml" );
44+ Resource catalogResource = new UrlResource ("https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9 .0-rc1/api-spec/openapi/WFS3.yaml" );
4545 BufferedReader catalogReader = new BufferedReader (new InputStreamReader (catalogResource .getInputStream ()));
4646 return Mono .just (mapper .readValue (catalogReader , Object .class ));
4747 } catch (IOException e ) {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ logging:
4848 # org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping: WARN
4949
5050staccato :
51- version : 0.9.0-RC1
51+ version : 0.9.0-RC2
5252 rsocket :
5353 enabled : false
5454 kafka :
Original file line number Diff line number Diff line change 44 ___/ / /_/ /_/ / /__/ /__/ /_/ / /_/ /_/ /
55/____/\__/\__,_/\___/\___/\__,_/\__/\____/
66
7- v0.9.0.0
7+ v0.9.0.1
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >com.planet.staccato</groupId >
1111 <artifactId >staccato-collections</artifactId >
12- <version >0.9.0.0 </version >
12+ <version >0.9.0.1 </version >
1313 </parent >
1414
1515 <properties >
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >com.planet.staccato</groupId >
1111 <artifactId >staccato-collections</artifactId >
12- <version >0.9.0.0 </version >
12+ <version >0.9.0.1 </version >
1313 </parent >
1414
1515 <properties >
Original file line number Diff line number Diff line change 55
66 <groupId >com.planet.staccato</groupId >
77 <artifactId >staccato-collections</artifactId >
8- <version >0.9.0.0 </version >
8+ <version >0.9.0.1 </version >
99 <packaging >pom</packaging >
1010
1111 <name >staccato-collections</name >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >staccato</artifactId >
77 <groupId >com.planet.staccato</groupId >
8- <version >0.9.0.0 </version >
8+ <version >0.9.0.1 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
You can’t perform that action at this time.
0 commit comments