Skip to content

Commit

Permalink
Bump version, add developers, modify shading rule for namespace (#10)
Browse files Browse the repository at this point in the history
* Bump version, add developers, modify shading rule for namespace
  • Loading branch information
eycho-am authored Dec 23, 2024
1 parent c6c7515 commit 9b61841
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>software.amazon.glue</groupId>
<artifactId>dqdl</artifactId>
<version>0.9.0</version>
<version>1.0.0</version>

<properties>
<antlr.generated.package>com.amazonaws.glue.ml.dataquality.dqdl</antlr.generated.package>
Expand Down Expand Up @@ -46,6 +46,21 @@
<name>Rahul Sharma</name>
<url>https://github.com/rdsharma26</url>
</developer>
<developer>
<id>eycho-am</id>
<name>Edward Cho</name>
<url>https://github.com/eycho-am</url>
</developer>
<developer>
<id>shriyavanvari</id>
<name>Shriya Vanvari</name>
<url>https://github.com/shriyavanvari</url>
</developer>
<developer>
<id>SamPom100</id>
<name>Sam Pomerantz</name>
<url>https://github.com/SamPom100</url>
</developer>
</developers>

<dependencies>
Expand Down Expand Up @@ -149,7 +164,7 @@
<configuration>
<relocations>
<relocation>
<pattern>com.amazonaws.glue.ml.</pattern>
<pattern>com.amazonaws.glue.ml.dataquality.</pattern>
<shadedPattern>software.amazon.glue.</shadedPattern>
</relocation>
</relocations>
Expand Down

0 comments on commit 9b61841

Please sign in to comment.