Files
commafeed/pom.xml

21 lines
620 B
XML
Raw Permalink Normal View History

2023-04-26 09:24:42 +02:00
<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">
2013-03-20 20:33:42 +01:00
<modelVersion>4.0.0</modelVersion>
2013-03-20 20:33:42 +01:00
<groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId>
2023-05-10 08:34:09 +02:00
<version>3.3.0</version>
2013-03-20 20:33:42 +01:00
<name>CommaFeed</name>
<packaging>pom</packaging>
2013-03-20 20:33:42 +01:00
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>commafeed-client</module>
<module>commafeed-server</module>
</modules>
2014-02-28 14:35:05 +01:00
2022-07-15 19:28:11 +02:00
</project>