[maven-release-plugin] prepare release accurest-maven-project-0.1-alpha
This commit is contained in:
@@ -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>
|
||||
|
||||
<parent>
|
||||
<groupId>io.codearte.accurest</groupId>
|
||||
<artifactId>accurest-maven-project</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>0.1-alpha</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>accurest-maven-plugin</artifactId>
|
||||
|
||||
8
pom.xml
8
pom.xml
@@ -1,12 +1,10 @@
|
||||
<?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>io.codearte.accurest</groupId>
|
||||
<artifactId>accurest-maven-project</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>0.1-alpha</version>
|
||||
|
||||
<name>Accurate Maven Plugin</name>
|
||||
<description>Accurate REST Maven Plugin</description>
|
||||
@@ -52,7 +50,7 @@
|
||||
<connection>scm:git:https://github.com/Codearte/accurest-maven-plugin.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:Codearte/accurest-maven-plugin.git</developerConnection>
|
||||
<url>https://github.com/Codearte/accurest-maven-plugin</url>
|
||||
<tag>HEAD</tag>
|
||||
<tag>accurest-maven-project-0.1-alpha</tag>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
|
||||
@@ -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>
|
||||
|
||||
<parent>
|
||||
<artifactId>accurest-maven-project</artifactId>
|
||||
<groupId>io.codearte.accurest</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>0.1-alpha</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>accurest-test-deps</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user