Skip to content

Commit 3248c70

Browse files
author
Vladimir Kotal
committed
no need to deal with release candidates anymore
1 parent c9c55d5 commit 3248c70

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

distribution/pom.xml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
<name>Distribution</name>
1818

19+
<properties>
20+
<project.python.package.version>${project.version}</project.python.package.version>
21+
</properties>
22+
1923
<!--
2024
NOTE: These dependency declarations are required to sort this project
2125
to the end of the line in the multimodule build and to get the jar files.
@@ -64,31 +68,6 @@
6468
</execution>
6569
</executions>
6670
</plugin>
67-
<plugin>
68-
<groupId>org.codehaus.mojo</groupId>
69-
<artifactId>build-helper-maven-plugin</artifactId>
70-
<version>1.8</version>
71-
<executions>
72-
<execution>
73-
<id>generate-python-package-version</id>
74-
<goals>
75-
<goal>regex-property</goal>
76-
</goals>
77-
<phase>package</phase>
78-
<configuration>
79-
<!--
80-
Use property ${project.version} but delete the "-" (dash) from it
81-
and place it into the property ${project.python.package.version}
82-
-->
83-
<name>project.python.package.version</name>
84-
<regex>-rc</regex>
85-
<value>${project.version}</value>
86-
<replacement>rc</replacement>
87-
<failIfNoMatch>false</failIfNoMatch>
88-
</configuration>
89-
</execution>
90-
</executions>
91-
</plugin>
9271
<plugin>
9372
<groupId>org.codehaus.mojo</groupId>
9473
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)