Skip to content

Commit 01d314a

Browse files
committed
Merge branch 'master' into release/0.0.1
2 parents 80bcf4b + 644387e commit 01d314a

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

pom.xml

+21-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
<description>Lightweight Java-based skeleton for AWS Lambda functions</description>
1414
<url>https://github.com/stepio/lambda-lite</url>
1515

16-
<licenses>
17-
<license>
18-
<name>Apache License, Version 2.0</name>
19-
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
20-
</license>
21-
</licenses>
22-
2316
<modules>
2417
<module>lambda-lite-dependencies</module>
2518
<module>lambda-lite-test</module>
@@ -48,6 +41,27 @@
4841
<dependency-check-plugin.score-limit>8</dependency-check-plugin.score-limit>
4942
</properties>
5043

44+
<licenses>
45+
<license>
46+
<name>Apache License, Version 2.0</name>
47+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
48+
</license>
49+
</licenses>
50+
51+
<developers>
52+
<developer>
53+
<name>Igor Stepanov</name>
54+
<email>[email protected]</email>
55+
<url>https://github.com/stepio</url>
56+
</developer>
57+
</developers>
58+
59+
<scm>
60+
<connection>scm:git:git://github.com/stepio/lambda-lite.git</connection>
61+
<developerConnection>scm:git:ssh://github.com:stepio/lambda-lite.git</developerConnection>
62+
<url>https://github.com/stepio/lambda-lite</url>
63+
</scm>
64+
5165
<distributionManagement>
5266
<snapshotRepository>
5367
<id>ossrh</id>

0 commit comments

Comments
 (0)