diff options
Diffstat (limited to 'israfil-foundation-dynamic/pom.xml')
| -rw-r--r-- | israfil-foundation-dynamic/pom.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/israfil-foundation-dynamic/pom.xml b/israfil-foundation-dynamic/pom.xml new file mode 100644 index 0000000..fdea908 --- /dev/null +++ b/israfil-foundation-dynamic/pom.xml @@ -0,0 +1,33 @@ +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>net.israfil.foundation</groupId> + <artifactId>israfil-foundation-all</artifactId> + <version>5-SNAPSHOT</version> + </parent> + <artifactId>israfil-foundation-dynamic</artifactId> + <name>Israfil Foundation Dynamic Invocation</name> + <version>1.0.3-SNAPSHOT</version> + <url>http://www.israfil.net/projects/foundation/${artifactId}</url> + <inceptionYear>2003</inceptionYear> + <licenses> + <license> + <name>BSD</name> + <distribution>repo</distribution> + <url>http://www.israfil.net/israfil-license-bsd.txt</url> + <comments>A simple open-source license with minimal restrictions</comments> + </license> + </licenses> + <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>israfil-foundation-collections</artifactId> + <version>1.0.2</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>israfil-foundation-core</artifactId> + <version>[1.0.0,1.1)</version> + </dependency> + </dependencies> +</project>
\ No newline at end of file |
