Skip to content

Commit

Permalink
Merge branch 'master' into release/0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stepio committed Jan 21, 2020
2 parents 80bcf4b + 644387e commit 01d314a
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
<description>Lightweight Java-based skeleton for AWS Lambda functions</description>
<url>https://github.com/stepio/lambda-lite</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>

<modules>
<module>lambda-lite-dependencies</module>
<module>lambda-lite-test</module>
Expand Down Expand Up @@ -48,6 +41,27 @@
<dependency-check-plugin.score-limit>8</dependency-check-plugin.score-limit>
</properties>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>

<developers>
<developer>
<name>Igor Stepanov</name>
<email>[email protected]</email>
<url>https://github.com/stepio</url>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/stepio/lambda-lite.git</connection>
<developerConnection>scm:git:ssh://github.com:stepio/lambda-lite.git</developerConnection>
<url>https://github.com/stepio/lambda-lite</url>
</scm>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit 01d314a

Please sign in to comment.