Skip to content

Commit 5b999e7

Browse files
committed
build fixed
1 parent 7b7b4ff commit 5b999e7

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

hiero-base/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,4 @@
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>
61-
62-
<build>
63-
<plugins>
64-
<plugin>
65-
<groupId>org.jreleaser</groupId>
66-
<artifactId>jreleaser-maven-plugin</artifactId>
67-
<configuration>
68-
<skip>true</skip>
69-
</configuration>
70-
</plugin>
71-
</plugins>
72-
</build>
73-
7461
</project>

hiero-microprofile/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,4 @@
7878
<scope>test</scope>
7979
</dependency>
8080
</dependencies>
81-
82-
<build>
83-
<plugins>
84-
<plugin>
85-
<groupId>org.jreleaser</groupId>
86-
<artifactId>jreleaser-maven-plugin</artifactId>
87-
<configuration>
88-
<skip>true</skip>
89-
</configuration>
90-
</plugin>
91-
</plugins>
92-
</build>
93-
9481
</project>

hiero-spring/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,4 @@
6464
<scope>test</scope>
6565
</dependency>
6666
</dependencies>
67-
68-
<build>
69-
<plugins>
70-
<plugin>
71-
<groupId>org.jreleaser</groupId>
72-
<artifactId>jreleaser-maven-plugin</artifactId>
73-
<configuration>
74-
<skip>true</skip>
75-
</configuration>
76-
</plugin>
77-
</plugins>
78-
</build>
79-
8067
</project>

0 commit comments

Comments
 (0)