[maven-release-plugin] prepare release http-mock-server-1.0.0
This commit is contained in:
parent
1a257bbe53
commit
c142516fc9
3 changed files with 6 additions and 12 deletions
6
pom.xml
6
pom.xml
|
@ -1,13 +1,11 @@
|
|||
<?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 http://maven.apache.org/xsd/maven-4.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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>pl.touk.mockserver</groupId>
|
||||
<artifactId>http-mock-server</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
<modules>
|
||||
<module>mockserver-client</module>
|
||||
<module>mockserver</module>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue