Skip to content

Commit

Permalink
Renaming Azure Spring artifacts for 4.0 (#24719)
Browse files Browse the repository at this point in the history
  • Loading branch information
saragluna committed Oct 15, 2021
1 parent 9966911 commit 15dda6c
Show file tree
Hide file tree
Showing 611 changed files with 639 additions and 1,500 deletions.
11 changes: 7 additions & 4 deletions eng/.docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ omitted_paths:
- sdk/applicationinsights/microsoft-azure-applicationinsights-query/samples/*
- sdk/boms/azure-spring-boot-bom/*
- sdk/boms/azure-spring-cloud-dependencies/*
- sdk/spring/azure-spring-boot-starter/*
- sdk/spring/azure-spring-boot-starter-*/*
- sdk/spring/azure-spring-cloud-starter/*
- sdk/spring/azure-spring-cloud-starter-*/*
- sdk/spring/spring-cloud-azure-starter-*/*
- sdk/spring/spring-cloud-azure-starter/*
- sdk/spring/spring-cloud-azure-autoconfigure/*
- sdk/spring/spring-cloud-azure-resourcemanager/*
- sdk/spring/spring-cloud-azure-actuator-autoconfigure/*
- sdk/spring/spring-cloud-azure-actuator/*
- sdk/spring/spring-cloud-azure-core/*
- sdk/loganalytics/microsoft-azure-loganalytics/samples/*
- "*/resource-manager/*"
- "sdk/*/mgmt-*/*"
Expand Down
106 changes: 53 additions & 53 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -419,113 +419,98 @@

<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-core</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-core;current} -->
<artifactId>spring-cloud-azure-core</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-core;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-messaging</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-messaging;current} -->
<artifactId>spring-cloud-azure-resourcemanager</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-resourcemanager;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-eventhubs</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-eventhubs;current} -->
<artifactId>spring-messaging-azure</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-messaging-azure;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-servicebus</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-servicebus;current} -->
<artifactId>spring-messaging-azure-eventhubs</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-messaging-azure-eventhubs;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-storage-queue</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-storage-queue;current} -->
<artifactId>spring-messaging-azure-servicebus</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-messaging-azure-servicebus;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-autoconfigure</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-autoconfigure;current} -->
<artifactId>spring-messaging-azure-storage-queue</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-messaging-azure-storage-queue;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-resourcemanager</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-resourcemanager;current} -->
<artifactId>spring-integration-azure-core</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-core;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-starter</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter;current} -->
<artifactId>spring-integration-azure-eventhubs</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-eventhubs;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-active-directory</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
<artifactId>spring-integration-azure-servicebus</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-servicebus;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-certificates</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-certificates;current} -->
<artifactId>spring-integration-azure-storage-queue</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-storage-queue;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
<artifactId>spring-cloud-azure-autoconfigure</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-servicebus-jms</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-servicebus-jms;current} -->
<artifactId>spring-cloud-azure-starter</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-starter;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-cosmos</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
<artifactId>spring-cloud-azure-starter-active-directory</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-starter-active-directory;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-storage</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-storage;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>3.12.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-core</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
<artifactId>spring-cloud-azure-starter-keyvault-certificates</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-starter-keyvault-certificates;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-eventhubs</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
<artifactId>spring-cloud-azure-starter-keyvault-secrets</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-starter-keyvault-secrets;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-servicebus</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-servicebus;current} -->
<artifactId>spring-cloud-azure-starter-servicebus-jms</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-starter-servicebus-jms;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-storage-queue</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-storage-queue;current} -->
<artifactId>spring-cloud-azure-starter-cosmos</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-starter-cosmos;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-messaging</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-messaging;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-cloud-starter-azure-appconfiguration-config</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-appconfiguration-config;current} -->
<artifactId>spring-cloud-azure-starter-storage</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-starter-storage;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-starter-cache</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-cache;current} -->
<artifactId>spring-cloud-azure-starter-cache</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-starter-cache;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
Expand Down Expand Up @@ -576,6 +561,21 @@
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-stream-binder-eventhubs-core</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-stream-binder-eventhubs-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>3.12.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-messaging</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-messaging;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-cloud-starter-azure-appconfiguration-config</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-appconfiguration-config;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/scripts/generate_from_source_pom.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def is_spring_child_pom(tree_root: ET.Element):
group_id_node = element_find(tree_root, 'groupId')
artifact_id_node = element_find(tree_root, 'artifactId')
return not group_id_node is None and group_id_node.text == 'com.azure.spring' \
and not artifact_id_node is None and artifact_id_node.text != 'azure-spring-boot-service' # Exclude parent pom to fix this error: "Project is duplicated in the reactor"
and not artifact_id_node is None and artifact_id_node.text != 'spring-cloud-azure' # Exclude parent pom to fix this error: "Project is duplicated in the reactor"

# Determines if the passed POM XML is a track 2 library.
def is_track_two_pom(tree_root: ET.Element):
Expand Down
74 changes: 37 additions & 37 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,54 +147,54 @@ com.azure.spring:azure-spring-cloud-feature-management;2.0.1;2.1.0-beta.1
com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.1.1;2.2.0-beta.1
com.azure.spring:azure-spring-boot-bom;3.8.0;3.9.0
com.azure.spring:azure-spring-cloud-dependencies;2.8.0;2.9.0
com.azure.spring:azure-spring-boot-starter-active-directory;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-boot-starter-cosmos;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-boot-starter-keyvault-certificates;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-boot-starter-keyvault-secrets;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-boot-starter-servicebus-jms;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-boot-starter-storage;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-cloud-autoconfigure;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-cloud-core;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-cloud-actuator;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-cloud-actuator-autoconfigure;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-cloud-resourcemanager;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-cloud-starter;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-cloud-starter-actuator;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-boot-test-aad-resource-server;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-aad-webapp-and-resource-server-with-obo;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-aad;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-core;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-cosmosdb;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-keyvault-reactive;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-keyvault;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-parent;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-selenium-common;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-servicebus-jms;1.0.0;1.0.0
com.azure.spring:spring-messaging-azure;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-messaging-azure-eventhubs;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-messaging-azure-servicebus;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-messaging-azure-storage-queue;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-integration-azure-core;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-integration-azure-eventhubs;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-integration-azure-servicebus;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-integration-azure-storage-queue;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-core;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-actuator-autoconfigure;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-actuator;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-autoconfigure;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-messaging;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-cloud-starter-cache;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-resourcemanager;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-active-directory;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-actuator;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-cache;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-cosmos;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-eventhubs-kafka;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-eventhubs;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-keyvault-certificates;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-keyvault-secrets;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-servicebus-jms;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-servicebus;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-storage-queue;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-stream-binder-eventhubs;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter-storage;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-starter;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-stream-binder-eventhubs-core;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-stream-binder-eventhubs;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-stream-binder-servicebus-core;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-stream-binder-servicebus-queue;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-stream-binder-servicebus-topic;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:spring-cloud-azure-stream-binder-test;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-integration-core;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-integration-eventhubs;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-integration-servicebus;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-integration-storage-queue;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-messaging;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-eventhubs;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-servicebus;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-storage-queue;4.0.0-beta.1;4.0.0-beta.1
com.azure.spring:azure-spring-boot-test-aad;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-selenium-common;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-aad-webapp-and-resource-server-with-obo;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-aad-resource-server;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-core;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-cosmosdb;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-keyvault;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-keyvault-reactive;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-parent;1.0.0;1.0.0
com.azure.spring:azure-spring-boot-test-servicebus-jms;1.0.0;1.0.0
com.azure.spring:spring-cloud-azure-test-servicebus-binder;1.0.0;1.0.0
com.azure.spring:spring-cloud-azure-test-appconfiguration-config;1.0.0;1.0.0
com.azure.spring:spring-cloud-azure-test-eventhubs-kafka;1.0.0;1.0.0
com.azure.spring:azure-spring-cloud-test-storage;1.0.0;1.0.0
com.azure.spring:azure-spring-cloud-test-appconfiguration-config;1.0.0;1.0.0
com.azure.spring:azure-spring-cloud-test-parent;1.0.0;1.0.0
com.azure.spring:spring-cloud-azure-test-parent;1.0.0;1.0.0
com.azure.spring:spring-cloud-azure-test-servicebus-binder;1.0.0;1.0.0
com.azure.spring:spring-cloud-azure-test-storage;1.0.0;1.0.0
com.azure.resourcemanager:azure-resourcemanager;2.8.0;2.9.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-appplatform;2.8.0;2.9.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-appservice;2.8.0;2.9.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/AZURE_SPRING_BOMS_USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ You can refer to the [maven doc] about more details about dependency management.
```
[//]: # ({x-version-update-end})

[maven doc]: https://maven.apache.org/
[maven doc]: https://maven.apache.org/
4 changes: 2 additions & 2 deletions sdk/spring/azure-spring-boot-test-aad-resource-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<dependencies>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-active-directory</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
<artifactId>spring-cloud-azure-starter-active-directory</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-starter-active-directory;current} -->
</dependency>

<!-- spring boot starter dependencies. -->
Expand Down
Loading

0 comments on commit 15dda6c

Please sign in to comment.