Skip to content

Commit

Permalink
Fix flatten pom issue
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Apr 13, 2019
1 parent ff9e397 commit b49be31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## v0.2.0

* add auto wipe memory feature
* fix flatten pom issue

## v0.2.0

Expand Down
3 changes: 0 additions & 3 deletions modules/id-mask/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<packaging>jar</packaging>

<name>ID Masking Library</name>
<description>This library uses strong cryptographic primitives to mask private technical IDs (e.g. from your DB)
to make it infeasible to guess them. This masking is reversible.
</description>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
Expand Down
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
<packaging>pom</packaging>

<name>ID Masking Library Parent</name>
<description>This library uses strong cryptographic primitives to mask private technical IDs (e.g. from your DB)
to make it infeasible to guess them. This masking is reversible.
<description>IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to
hide their actual value and to prevent forging. It has support optional randomisation has a wide support for
various Java types including long, UUID and BigInteger. This library bases its security on strong cryptographic
primitives.
</description>
<url>https://github.com/patrickfav/id-mask</url>
<inceptionYear>2019</inceptionYear>
Expand Down Expand Up @@ -74,6 +76,7 @@
<artifactId>flatten-maven-plugin</artifactId>
<version>1.1.0</version>
<configuration>
<flattenMode>oss</flattenMode>
</configuration>
<executions>
<!-- enable flattening -->
Expand Down

0 comments on commit b49be31

Please sign in to comment.