Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
f43nd1r committed Sep 16, 2019
1 parent cf3bc9e commit 84d7e80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
11 changes: 7 additions & 4 deletions acrarium/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -357,4 +356,8 @@
</dependencies>
</profile>
</profiles>

<scm>
<tag>v0.9.4</tag>
</scm>
</project>
5 changes: 2 additions & 3 deletions message-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 84d7e80

Please sign in to comment.