-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpom.xml
35 lines (28 loc) · 1.25 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2008-2010, Aspire
Aspire is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1 as published by the Free Software Foundation (the
"LGPL").
You should have received a copy of the GNU Lesser General Public
License along with this library in the file COPYING-LGPL-2.1; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
OF ANY KIND, either express or implied. See the GNU Lesser General Public
License for the specific language governing rights and limitations.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>org.ow2.aspirerfid</groupId>
<artifactId>AITdevel</artifactId>
<version>0.1.0</version>
<name>AIT AspireRFID development modules</name>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<modules>
<module>bundles</module>
<module>servers</module>
<module>demos</module>
<module>tools</module>
</modules>
</project>