Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change groupId to com.azure and artifactId to azure-spring-cloud-starter-xxx #15792

Merged
merged 10 commits into from
Oct 9, 2020
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release History

## 1.2.8-beta.1 (Unreleased)

## 1.0.0 (Unreleased)
1 change: 0 additions & 1 deletion sdk/spring/azure-spring-cloud-autoconfigure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependency to your project and the Spring Cloud auto-configuration will kick-in:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-starter-eventhubs</artifactId>
<version>2.0.0-beta.1</version>
</dependency>
```

Expand Down
3 changes: 1 addition & 2 deletions sdk/spring/azure-spring-cloud-context/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ This package helps developers to finish the auto-configuration of Azure Context.
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-cloud-azure-context;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-cloud-context;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-context</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ microservice using **Spring Cloud Stream** based on [Azure Event Hub][azure_even
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-cloud-azure-eventhubs-stream-binder;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-cloud-eventhubs-stream-binder;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-eventhubs-stream-binder</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ microservice using **Spring Cloud Stream** based on [Azure Service Bus Queue][az
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-cloud-azure-servicebus-queue-stream-binder;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-cloud-servicebus-queue-stream-binder;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-servicebus-queue-stream-binder</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ microservice using **Spring Cloud Stream** based on [Azure Service Bus][azure_se
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-cloud-azure-servicebus-stream-binder-core;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-cloud-servicebus-stream-binder-core;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-servicebus-stream-binder-core</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ microservice using **Spring Cloud Stream** based on [Azure Service Bus Topic][az
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-cloud-azure-servicebus-topic-stream-binder;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-cloud-servicebus-topic-stream-binder;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-servicebus-topic-stream-binder</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/spring/azure-spring-cloud-starter-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ This starter provides auto-configuration of Azure Cache for Redis. Azure Cache f
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-starter-azure-cache;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-cloud-starter-cache;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-starter-cache</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ The Spring Cloud Stream Kafka binder for Azure Event Hubs helps developers to fi
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-cloud-starter-azure-eventhubs-kafka;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-cloud-starter-eventhubs-kafka;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-starter-eventhubs-kafka</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/spring/azure-spring-cloud-starter-eventhubs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ For Spring Integration on Event Hubs, please refer to the [source code][source_c
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-cloud-starter-azure-eventhubs;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-cloud-starter-eventhubs;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-starter-eventhubs</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
13 changes: 0 additions & 13 deletions sdk/spring/azure-spring-cloud-starter-eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,6 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-enforcer-plugin;external_dependency} -->
<configuration>
<rules>
<bannedDependencies>
<includes>
</includes>
</bannedDependencies>
</rules>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions sdk/spring/azure-spring-cloud-starter-servicebus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ The Spring Cloud Service Bus starter helps developers to finish the auto-configu
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-cloud-starter-azure-servicebus;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-cloud-starter-servicebus;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-starter-servicebus</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ The Spring Cloud Storage Queue starter helps developers to finish the auto-confi
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-cloud-starter-azure-storage-queue;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-cloud-starter-storage-queue;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-starter-storage-queue</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
13 changes: 0 additions & 13 deletions sdk/spring/azure-spring-cloud-starter-storage-queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-enforcer-plugin;external_dependency} -->
<configuration>
<rules>
<bannedDependencies>
<includes>
</includes>
</bannedDependencies>
</rules>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions sdk/spring/azure-spring-cloud-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ This package helps developers to finish the auto-configuration of Azure Storage.
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-cloud-azure-storage;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-cloud-storage;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-cloud-storage</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/spring/azure-spring-integration-eventhubs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ Event Hubs is a fully managed, real-time data ingestion service that’s simple,
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-integration-eventhubs;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-integration-eventhubs;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-integration-eventhubs</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
17 changes: 0 additions & 17 deletions sdk/spring/azure-spring-integration-eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-enforcer-plugin;external_dependency} -->
<configuration>
<rules>
<bannedDependencies>
<includes>
</includes>
</bannedDependencies>
</rules>
</configuration>
</plugin>
</plugins>
</build>
</project>
3 changes: 1 addition & 2 deletions sdk/spring/azure-spring-integration-servicebus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ Service Bus offers a reliable and secure platform for asynchronous transfer of d
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-integration-servicebus;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-integration-servicebus;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-integration-servicebus</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/spring/azure-spring-integration-storage-queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ The *Spring Integration for Storage Queue* extension project provides inbound an
- [Maven][maven] 3.0 and above

### Include the package
[//]: # ({x-version-update-start;com.microsoft.azure:spring-integration-storage-queue;current})
[//]: # ({x-version-update-start;com.azure:azure-spring-integration-storage-queue;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-integration-storage-queue</artifactId>
<version>2.0.0-beta.1</version>
saragluna marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Loading