Skip to content

Commit

Permalink
Java: Fix Bedrock and BedrockRuntime package and artifact IDs (awsdoc…
Browse files Browse the repository at this point in the history
…s#5782)

Fix Bedrock and BedrockRuntime package and artifact IDs

Co-authored-by: Dennis Traub <[email protected]>
  • Loading branch information
2 people authored and max-webster committed Mar 15, 2024
1 parent a81ad40 commit 30d5849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions javav2/example_code/bedrock-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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>BedrockJ2Project</groupId>
<artifactId>BedrockJ2Project</artifactId>
<groupId>org.example</groupId>
<artifactId>BedrockRuntime</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions javav2/example_code/bedrock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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>BedrockJ2Project</groupId>
<artifactId>BedrockJ2Project</artifactId>
<groupId>org.example</groupId>
<artifactId>Bedrock</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 30d5849

Please sign in to comment.