Skip to content

Commit fa248a8

Browse files
committed
Rename protocol module folders to make them match with the artifactIds, eg: aws-query -> aws-query-protocol
1 parent c62b2b2 commit fa248a8

File tree

95 files changed

+4
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

protocols/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<artifactId>protocols</artifactId>
1313
<packaging>pom</packaging>
1414
<modules>
15-
<module>aws-query</module>
16-
<module>aws-json</module>
17-
<module>aws-cbor</module>
18-
<module>aws-ion</module>
15+
<module>aws-query-protocol</module>
16+
<module>aws-json-protocol</module>
17+
<module>aws-cbor-protocol</module>
18+
<module>aws-ion-protocol</module>
1919
<module>protocol-core</module>
2020
</modules>
2121

0 commit comments

Comments
 (0)