File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 4
4
.lsp /
5
5
target /
6
6
.nrepl-port
7
- pom.xml
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <modelVersion >4.0.0</modelVersion >
4
+ <name >cloudformation-templating</name >
5
+ <description >A library for creating CloudFormation templates.</description >
6
+ <url >https://github.com/staticweb-io/cloudformation-templating</url >
7
+ <licenses >
8
+ <license >
9
+ <name >MIT License</name >
10
+ <url >https://github.com/staticweb-io/cloudformation-templating/master/LICENSE</url >
11
+ </license >
12
+ </licenses >
13
+ <developers >
14
+ <developer >
15
+ <name >John Shaffer</name >
16
+ </developer >
17
+ </developers >
18
+ <scm >
19
+ <url >https://github.com/staticweb-io/cloudformation-templating</url >
20
+ <connection >scm:git:git://github.com/staticweb-io/cloudformation-templating.git</connection >
21
+ <
developerConnection >scm:git:ssh://
[email protected] /staticweb-io/cloudformation-templating.git</
developerConnection >
22
+ </scm >
23
+ </project >
You can’t perform that action at this time.
0 commit comments