mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
21 lines
620 B
XML
21 lines
620 B
XML
<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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.commafeed</groupId>
|
|
<artifactId>commafeed</artifactId>
|
|
<version>3.3.0</version>
|
|
<name>CommaFeed</name>
|
|
<packaging>pom</packaging>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
|
|
<modules>
|
|
<module>commafeed-client</module>
|
|
<module>commafeed-server</module>
|
|
</modules>
|
|
|
|
</project> |