view-changes
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.foxnicweb.web</groupId>
<artifactId>view-changes</artifactId>
<version>1.7.1.RELEASE</version>
</dependency><?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.foxnicweb.web</groupId>
<artifactId>parent</artifactId>
<version>1.7.1.RELEASE</version>
<relativePath>../../../foxnic-web/publish.xml</relativePath>
</parent>
<artifactId>view-changes</artifactId>
<name>Foxnic-Web-Changes-View</name>
<description>Foxnic-Web Changes View</description>
<dependencies>
<dependency>
<groupId>com.foxnicweb.web</groupId>
<artifactId>framework-view</artifactId>
<version>${platform.version}</version>
</dependency>
</dependencies>
</project>