From 405c208a5fcdd24570fd61a8a252d1d865c4feea Mon Sep 17 00:00:00 2001
From: Daniel Scholl <dascholl@microsoft.com>
Date: Fri, 2 Oct 2020 09:06:12 -0500
Subject: [PATCH] Rename profile to partition-azure

---
 pom.xml | 235 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 117 insertions(+), 118 deletions(-)

diff --git a/pom.xml b/pom.xml
index c0298ab59..81894e85f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,132 +14,131 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.opengroup.osdu</groupId>
-	<artifactId>partition</artifactId>
-	<version>1.0.0</version>
-	<description>Partition Service</description>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.opengroup.osdu</groupId>
+  <artifactId>partition</artifactId>
+  <version>1.0.0</version>
+  <description>Partition Service</description>
 
-	<properties>
-		<java.version>1.8</java.version>
-		<maven.compiler.target>1.8</maven.compiler.target>
-		<maven.compiler.source>1.8</maven.compiler.source>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<os-core-common.version>0.3.12</os-core-common.version>
-	</properties>
+  <properties>
+    <java.version>1.8</java.version>
+    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <os-core-common.version>0.3.12</os-core-common.version>
+  </properties>
 
-	<packaging>pom</packaging>
+  <packaging>pom</packaging>
 
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>org.springframework.boot</groupId>
-				<artifactId>spring-boot-dependencies</artifactId>
-				<version>2.3.1.RELEASE</version>
-				<type>pom</type>
-				<scope>import</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.opengroup.osdu</groupId>
-				<artifactId>os-core-common</artifactId>
-				<version>${os-core-common.version}</version>
-				<exclusions>
-					<exclusion>
-						<groupId>org.elasticsearch.client</groupId>
-						<artifactId>elasticsearch-rest-client</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.springframework.boot</groupId>
+        <artifactId>spring-boot-dependencies</artifactId>
+        <version>2.3.1.RELEASE</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.opengroup.osdu</groupId>
+        <artifactId>os-core-common</artifactId>
+        <version>${os-core-common.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-client</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.projectlombok</groupId>
-			<artifactId>lombok</artifactId>
-			<version>1.18.8</version>
-			<scope>provided</scope>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.projectlombok</groupId>
+      <artifactId>lombok</artifactId>
+      <version>1.18.8</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
 
-	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.springframework.boot</groupId>
-					<artifactId>spring-boot-maven-plugin</artifactId>
-					<version>2.3.1.RELEASE</version>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.springframework.boot</groupId>
+          <artifactId>spring-boot-maven-plugin</artifactId>
+          <version>2.3.1.RELEASE</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
-	<repositories>
-		<repository>
-			<id>${gitlab-server}</id>
-			<url>https://community.opengroup.org/api/v4/groups/17/-/packages/maven</url>
-		</repository>
-	</repositories>
+  <repositories>
+    <repository>
+      <id>${gitlab-server}</id>
+      <url>https://community.opengroup.org/api/v4/groups/17/-/packages/maven</url>
+    </repository>
+  </repositories>
 
-	<modules>
-		<module>partition-core</module>
-		<module>provider/partition-azure</module>
-		<module>provider/partition-aws</module>
-	</modules>
+  <modules>
+    <module>partition-core</module>
+    <module>provider/partition-azure</module>
+    <module>provider/partition-aws</module>
+  </modules>
 
-	<distributionManagement>
-		<repository>
-			<id>${gitlab-server}</id>
-			<url>https://community.opengroup.org/api/v4/projects/221/packages/maven</url>
-		</repository>
-		<snapshotRepository>
-			<id>${gitlab-server}</id>
-			<url>https://community.opengroup.org/api/v4/projects/221/packages/maven</url>
-		</snapshotRepository>
+  <distributionManagement>
+    <repository>
+      <id>${gitlab-server}</id>
+      <url>https://community.opengroup.org/api/v4/projects/221/packages/maven</url>
+    </repository>
+    <snapshotRepository>
+      <id>${gitlab-server}</id>
+      <url>https://community.opengroup.org/api/v4/projects/221/packages/maven</url>
+    </snapshotRepository>
 
-	</distributionManagement>
+  </distributionManagement>
 
-	<profiles>
-		<profile>
-			<id>partition-core</id>
-			<activation>
-				<!-- this profile is active by default -->
-				<activeByDefault>true</activeByDefault>
-				<!-- activate if system properties 'env=partition-core' -->
-				<property>
-					<name>env</name>
-					<value>partition-core</value>
-				</property>
-			</activation>
-			<modules>
-				<module>partition-core</module>
-			</modules>
-		</profile>
-		<profile>
-			<id>partition-aks</id>
-			<activation>
-				<property>
-					<name>env</name>
-					<value>partition-aks</value>
-				</property>
-			</activation>
-			<modules>
-				<module>provider/partition-azure</module>
-			</modules>
-		</profile>
-		<profile>
-			<id>partition-aws</id>
-			<activation>
-				<property>
-					<name>env</name>
-					<value>partition-aws</value>
-				</property>
-			</activation>
-			<modules>
-				<module>provider/partition-aws</module>
-			</modules>
-		</profile>
-	</profiles>
+  <profiles>
+    <profile>
+      <id>partition-core</id>
+      <activation>
+        <!-- this profile is active by default -->
+        <activeByDefault>true</activeByDefault>
+        <!-- activate if system properties 'env=partition-core' -->
+        <property>
+          <name>env</name>
+          <value>partition-core</value>
+        </property>
+      </activation>
+      <modules>
+        <module>partition-core</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>partition-azure</id>
+      <activation>
+        <property>
+          <name>env</name>
+          <value>partition-azure</value>
+        </property>
+      </activation>
+      <modules>
+        <module>provider/partition-azure</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>partition-aws</id>
+      <activation>
+        <property>
+          <name>env</name>
+          <value>partition-aws</value>
+        </property>
+      </activation>
+      <modules>
+        <module>provider/partition-aws</module>
+      </modules>
+    </profile>
+  </profiles>
 </project>
-- 
GitLab