Skip to content

Commit 1375b63

Browse files
author
admin@xworlds.eu
committed
[maven-release-plugin] prepare release phpexec-java-site-0.1.5
1 parent c6bc390 commit 1375b63

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

generic-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>org.phpmaven.build.phpexec-java</groupId>
1717
<artifactId>generic-parent</artifactId>
18-
<version>0.1.5-SNAPSHOT</version>
18+
<version>0.1.5</version>
1919
<packaging>pom</packaging>
2020

2121
<name>generic-parent:${project.version}</name>

java-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>org.phpmaven.build.phpexec-java</groupId>
1717
<artifactId>generic-java-parent</artifactId>
18-
<version>0.1.5-SNAPSHOT</version>
18+
<version>0.1.5</version>
1919
<packaging>pom</packaging>
2020

2121
<name>java-parent:${project.version}</name>

phpexec-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.phpmaven.build.phpexec-java</groupId>
1010
<artifactId>generic-java-parent</artifactId>
11-
<version>0.1.5-SNAPSHOT</version>
11+
<version>0.1.5</version>
1212
<relativePath>../java-parent/pom.xml</relativePath>
1313
</parent>
1414

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>org.phpmaven.sites</groupId>
1717
<artifactId>phpexec-java-site</artifactId>
18-
<version>0.1.5-SNAPSHOT</version>
18+
<version>0.1.5</version>
1919
<packaging>pom</packaging>
2020

2121
<name>${project.version}</name>
@@ -38,7 +38,7 @@
3838
<connection>${phpmavenRootScmUrl}</connection>
3939
<developerConnection>${phpmavenRootScmUrl}</developerConnection>
4040
<url>${phpmavenRootScmUrlWeb}</url>
41-
<tag>HEAD</tag>
41+
<tag>phpexec-java-site-0.1.5</tag>
4242
</scm>
4343

4444
<modules>

site-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>org.phpmaven.build.phpexec-java</groupId>
1717
<artifactId>generic-site-parent</artifactId>
18-
<version>0.1.5-SNAPSHOT</version>
18+
<version>0.1.5</version>
1919
<packaging>pom</packaging>
2020

2121
<name>site-parent:${project.version}</name>

0 commit comments

Comments
 (0)