Skip to content

Commit

Permalink
Add scm and developers sections in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
eycho-am committed Dec 20, 2024
1 parent cfabf5b commit 87060ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@
</license>
</licenses>

<scm>
<connection>scm:git:git://github.com/awslabs/dqdl.git</connection>
<developerConnection>scm:git:ssh://github.com:awslabs/dqdl.git</developerConnection>
<url>https://github.com/awslabs/dqdl/tree/main</url>
</scm>

<developers>
<developer>
<id>rdsharma26</id>
<name>Rahul Sharma</name>
<url>https://github.com/rdsharma26</url>
</developer>
</developers>

<dependencies>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
Expand Down

0 comments on commit 87060ff

Please sign in to comment.