Menu

[r159]: / cairngorm3 / trunk / libraries / Module / pom.xml  Maximize  Restore  History

Download this file

19 lines (14 with data), 630 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<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>com.adobe.cairngorm</groupId>
<artifactId>lib-parent</artifactId>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>module</artifactId>
<packaging>swc</packaging>
<name>${project.groupId} ${project.artifactId}</name>
<description>${project.groupId} ${project.artifactId}</description>
</project>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.