Skip to content

Commit 915b0da

Browse files
committed
update parent pom version
1 parent 1e9a02b commit 915b0da

1 file changed

Lines changed: 5 additions & 20 deletions

File tree

  • sdk/storage/azure-storage-blob-v2

sdk/storage/azure-storage-blob-v2/pom.xml

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
66
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
77
<modelVersion>4.0.0</modelVersion>
88
<parent>
9-
<groupId>com.azure</groupId>
10-
<artifactId>azure-client-sdk-parent-v2</artifactId>
11-
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent-v2;current} -->
9+
<groupId>com.azure.v2</groupId>
10+
<artifactId>azure-client-sdk-parent</artifactId>
11+
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent-v2;current} -->
1212
<relativePath>../../parents/azure-client-sdk-parent-v2</relativePath>
1313
</parent>
1414

15-
<groupId>io.clientcore</groupId>
16-
<artifactId>azure-v2-storage-blob</artifactId>
15+
<groupId>com.azure</groupId>
16+
<artifactId>azure-storage-blob-v2</artifactId>
1717
<version>1.0.0-beta.1</version> <!-- {x-version-update;io.clientcore:azure-v2-storage-blob;current} -->
1818
<packaging>jar</packaging>
1919

@@ -103,21 +103,6 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
103103
</dependency>
104104
</dependencies>
105105
</plugin>
106-
107-
<plugin>
108-
<groupId>org.apache.maven.plugins</groupId>
109-
<artifactId>maven-enforcer-plugin</artifactId>
110-
<version>3.5.0</version> <!-- {x-version-update;org.apache.maven.plugins:maven-enforcer-plugin;external_dependency} -->
111-
<configuration>
112-
<rules>
113-
<bannedDependencies>
114-
<includes combine.children="append">
115-
<include>com.azure.v2:azure-core</include> <!-- {x-include-update;com.azure.v2:azure-core;dependency} -->
116-
</includes>
117-
</bannedDependencies>
118-
</rules>
119-
</configuration>
120-
</plugin>
121106
</plugins>
122107
</build>
123108
</project>

0 commit comments

Comments
 (0)