Skip to content

Commit

Permalink
feat(#7): allow more strict experimental features
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Nov 22, 2023
1 parent 827df2d commit 3aff8fe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ SOFTWARE.
<licenses>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/yegor256/jhome/master/LICENSE.txt</url>
<url>https://raw.githubusercontent.com/yegor256/jhome/master/LICENSE.txt
</url>
<distribution>site</distribution>
</license>
</licenses>
Expand All @@ -68,7 +69,8 @@ SOFTWARE.
</issueManagement>
<scm>
<connection>scm:git:git@github.com:yegor256/jhome.git</connection>
<developerConnection>scm:git:git@github.com:yegor256/jhome.git</developerConnection>
<developerConnection>scm:git:git@github.com:yegor256/jhome.git
</developerConnection>
<url>https://github.com/yegor256/jhome</url>
</scm>
<ciManagement>
Expand Down Expand Up @@ -97,6 +99,9 @@ SOFTWARE.
</goals>
</execution>
</executions>
<configuration>
<experimental/>
</configuration>
</plugin>
<plugin>
<groupId>com.qulice</groupId>
Expand Down

0 comments on commit 3aff8fe

Please sign in to comment.