[maven-release-plugin] prepare release v0.9.4
This commit is contained in:
parent
cf3bc9e724
commit
84d7e80d0c
3 changed files with 12 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<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>org.springframework.boot</groupId>
|
||||
|
@ -9,7 +8,7 @@
|
|||
</parent>
|
||||
<groupId>com.faendir</groupId>
|
||||
<artifactId>acrarium</artifactId>
|
||||
<version>0.9.0-SNAPSHOT</version>
|
||||
<version>0.9.4</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Acrarium</name>
|
||||
<properties>
|
||||
|
@ -305,7 +304,7 @@
|
|||
<plugin>
|
||||
<groupId>com.faendir</groupId>
|
||||
<artifactId>message-generator-maven-plugin</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>0.9.4</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
@ -357,4 +356,8 @@
|
|||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<scm>
|
||||
<tag>v0.9.4</tag>
|
||||
</scm>
|
||||
</project>
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<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>com.faendir</groupId>
|
||||
<artifactId>message-generator-maven-plugin</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>0.9.4</version>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>message-generator-maven-plugin</name>
|
||||
<properties>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -1,10 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<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>com.faendir</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>0.9.0-SNAPSHOT</version>
|
||||
<version>0.9.4</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>message-generator-maven-plugin</module>
|
||||
|
@ -14,6 +13,7 @@
|
|||
<connection>scm:git:git://github.com:F43nd1r/Acrarium.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:F43nd1r/Acrarium.git</developerConnection>
|
||||
<url>https://github.com/F43nd1r/Acrarium</url>
|
||||
<tag>v0.9.4</tag>
|
||||
</scm>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in a new issue