This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git
The following commit(s) were added to refs/heads/master by this push:
new 53ed33f1 OMID-308 Fix release maven profile (#187)
53ed33f1 is described below
commit 53ed33f124c68681d38d3f2121845e3954c1610b
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Mar 25 15:45:53 2025 +0100
OMID-308 Fix release maven profile (#187)
---
pom.xml | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index 25185307..28c8b04b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -616,11 +616,11 @@
<profile>
- <id>release_profile</id>
+ <id>release</id>
<activation>
<property>
- <name>release_profile</name>
+ <name>release</name>
</property>
</activation>
@@ -673,18 +673,6 @@
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>