Skip to content

Commit

Permalink
DOC: Updated project name and description in parent pom (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthkv authored Feb 10, 2023
1 parent e753adf commit e585185
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" ?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" ?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.ebay.ejmask</groupId>
Expand All @@ -7,6 +8,12 @@

<packaging>pom</packaging>

<name>eJMask</name>
<description>
eJMask is a JVM-based masking library that provides an easy-to-use API for masking sensitive data in your Java applications.
With eJMask, you can quickly mask sensitive information like personal information, credit card numbers, and more.
</description>

<modules>
<module>ejmask-api</module>
<module>ejmask-core</module>
Expand Down

0 comments on commit e585185

Please sign in to comment.