Skip to content

Commit 8608b93

Browse files
authored
Update Maven groupID (#3)
1 parent 473db78 commit 8608b93

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target/
2+
.idea

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ You can download release builds through the [releases section of this](https://g
2121

2222
```xml
2323
<dependency>
24-
<groupId>com.amazonaws</groupId>
25-
<artifactId>large-payload-offloading-java-common-lib-for-aws</artifactId>
24+
<groupId>software.amazon.payloadoffloading</groupId>
25+
<artifactId>payloadoffloading-common</artifactId>
2626
<version>1.0.0</version>
2727
<type>jar</type>
2828
</dependency>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.amazonaws</groupId>
8-
<artifactId>large-payload-offloading-java-common-lib-for-aws</artifactId>
7+
<groupId>software.amazon.payloadoffloading</groupId>
8+
<artifactId>payloadoffloading-common</artifactId>
99
<version>1.0.0</version>
1010
<packaging>jar</packaging>
1111
<name>Large payload offloading common library for AWS</name>

0 commit comments

Comments
 (0)