Skip to content

Commit 2b50ffd

Browse files
author
admin@xworlds.eu
committed
[maven-release-plugin] prepare release phpexec-java-site-0.1.9
1 parent 3e5682a commit 2b50ffd

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.9-SNAPSHOT</version>
18+
<version>0.1.9</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.9-SNAPSHOT</version>
18+
<version>0.1.9</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.9-SNAPSHOT</version>
11+
<version>0.1.9</version>
1212
<relativePath>../java-parent/pom.xml</relativePath>
1313
</parent>
1414

phpexec-cli/pom.xml

Lines changed: 2 additions & 2 deletions
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.9-SNAPSHOT</version>
11+
<version>0.1.9</version>
1212
<relativePath>../java-parent/pom.xml</relativePath>
1313
</parent>
1414

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.phpmaven.phpexec-java</groupId>
3838
<artifactId>phpexec-api</artifactId>
39-
<version>0.1.9-SNAPSHOT</version>
39+
<version>0.1.9</version>
4040
<scope>compile</scope>
4141
</dependency>
4242
<dependency>

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.9-SNAPSHOT</version>
18+
<version>0.1.9</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>phpexec-java-site-0.1.9-SNAPSHOT</tag>
41+
<tag>phpexec-java-site-0.1.9</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.9-SNAPSHOT</version>
18+
<version>0.1.9</version>
1919
<packaging>pom</packaging>
2020

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

0 commit comments

Comments
 (0)