Skip to content

Commit

Permalink
disable date in hk2 generated files
Browse files Browse the repository at this point in the history
fixes 133 non-reproducible jars
  • Loading branch information
hboutemy committed Apr 9, 2023
1 parent 489cf9e commit 5c326a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nucleus/parent/pom.xml
Expand Up @@ -94,7 +94,7 @@
<!-- Jakarta Inject -->
<jakarta.inject-api.version>2.0.1.MR</jakarta.inject-api.version>
<hk2.version>3.0.4</hk2.version>
<hk2.plugin.version>3.0.4</hk2.plugin.version>
<hk2.plugin.version>3.0.5-SNAPSHOT</hk2.plugin.version>
<hk2.config-generator.version>2.5.0-b53</hk2.config-generator.version>

<!-- Jakarta XML Binding -->
Expand Down Expand Up @@ -776,6 +776,9 @@
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-inhabitant-generator</artifactId>
<version>${hk2.plugin.version}</version>
<configuration>
<includeDate>false</includeDate>
</configuration>
</plugin>
<plugin>
<groupId>org.glassfish.hk2</groupId>
Expand Down

0 comments on commit 5c326a5

Please sign in to comment.