Skip to content

Commit

Permalink
Restore pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Hongxin Liang <[email protected]>
  • Loading branch information
honnix committed Sep 28, 2023
1 parent 02faa73 commit d209362
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.24-SNAPSHOT</version>
<version>0.4.25-SNAPSHOT</version>

<packaging>pom</packaging>

Expand All @@ -46,15 +46,16 @@
</developers>

<modules>
<module>flytekit-bom</module>
<module>flytekit-api</module>
<module>flytekit-jackson</module>
<module>flytekit-java</module>
<!-- <module>flytekit-scala_2.12</module>-->
<!-- <module>flytekit-scala_2.13</module>-->
<!-- <module>flytekit-scala-tests</module>-->
<module>flytekit-scala_2.12</module>
<module>flytekit-scala_2.13</module>
<module>flytekit-scala-tests</module>
<module>flytekit-testing</module>
<module>flytekit-examples</module>
<!-- <module>flytekit-examples-scala</module>-->
<module>flytekit-examples-scala</module>
<module>flytekit-local-engine</module>
<module>flyteidl-protos</module>
<module>jflyte-api</module>
Expand Down Expand Up @@ -94,6 +95,7 @@
<picocli.version>4.7.2</picocli.version>
<protobuf.version>3.21.12</protobuf.version>
<sl4j.version>1.7.36</sl4j.version>
<!-- also remember to bump the version in flytekit-bom module -->
<spotless.version>2.21.0</spotless.version>
<spotbugs.excludeFilterFile>spotbugs-exclude.xml</spotbugs.excludeFilterFile>
<error_prone.version>2.19.1</error_prone.version>
Expand All @@ -102,8 +104,8 @@
<junit.version>5.6.2</junit.version>

<!-- has to be one liner, or errorprone doesn't work -->
<error-prone-base-config />
<error-prone-additional-args />
<error-prone-base-config><![CDATA[-Xplugin:ErrorProne -XepDisableWarningsInGeneratedCode -XepExcludedPaths:.*/generated-(test-)?sources/.*]]></error-prone-base-config>
<error-prone-additional-args>-Xep:AutoValueImmutableFields:OFF -Xep:Var:ERROR</error-prone-additional-args>

<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
Expand Down Expand Up @@ -749,6 +751,7 @@
<profile>
<id>release</id>
<!-- Based on: https://central.sonatype.org/pages/apache-maven.html-->
<!-- Please also update the same profile in flytekit-bom module if needed -->
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit d209362

Please sign in to comment.