pom.xml (moskito-moskito-2.9.3) | : | pom.xml (moskito-moskito-2.10.0) | ||
---|---|---|---|---|
<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 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | <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 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | |||
<parent> | <parent> | |||
<groupId>net.anotheria</groupId> | <groupId>net.anotheria</groupId> | |||
<artifactId>moskito-integration</artifactId> | <artifactId>moskito-integration</artifactId> | |||
<version>2.9.3</version> | <version>2.10.0</version> | |||
</parent> | </parent> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<artifactId>moskito-inspect-remote</artifactId> | <artifactId>moskito-inspect-remote</artifactId> | |||
<version>2.9.3</version> | <version>2.10.0</version> | |||
<name>moskito inspect support for remote inspect connection</name> | <name>moskito inspect support for remote inspect connection</name> | |||
<description> | <description> | |||
This project contains dependencies and configuration (web-fragment) need ed to enable moskito-inspect remotely. To use it simply add it as dependency. | This project contains dependencies and configuration (web-fragment) need ed to enable moskito-inspect remotely. To use it simply add it as dependency. | |||
</description> | </description> | |||
<dependencies> | <dependencies> | |||
<dependency> | <dependency> | |||
<groupId>net.anotheria</groupId> | <groupId>net.anotheria</groupId> | |||
<artifactId>moskito-webui</artifactId> | <artifactId>moskito-webui</artifactId> | |||
<version>${project.version}</version> | <version>${project.version}</version> | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |