File tree 1 file changed +21
-7
lines changed
1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change 13
13
<description >Lightweight Java-based skeleton for AWS Lambda functions</description >
14
14
<url >https://github.com/stepio/lambda-lite</url >
15
15
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
-
23
16
<modules >
24
17
<module >lambda-lite-dependencies</module >
25
18
<module >lambda-lite-test</module >
48
41
<dependency-check-plugin .score-limit>8</dependency-check-plugin .score-limit>
49
42
</properties >
50
43
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
+
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
+
51
65
<distributionManagement >
52
66
<snapshotRepository >
53
67
<id >ossrh</id >
You can’t perform that action at this time.
0 commit comments