Skip to content

Commit 9c523b9

Browse files
committed
updated project description
1 parent 8253fa1 commit 9c523b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crypto-hash/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<packaging>jar</packaging>
1313
<name>Crypto Hash</name>
1414

15-
<description>Java hashing sample project using Java capabilities to hash passwords. Each relevant class provides
16-
its own main method to get started.
15+
<description>Java hashing sample project using Java capabilities to hash passwords. Each class has its own tests to
16+
demonstrate various aspects.
1717
</description>
1818

1919
<dependencies>

crypto-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<packaging>jar</packaging>
1313
<name>Crypto Java</name>
1414

15-
<description>Java crypto sample project using Java capabilities to encrypt and decrypt data. Each relevant class
16-
provides its own main method to get started.
15+
<description>Java crypto sample project using Java capabilities to encrypt and decrypt data. Each class has its own
16+
tests to demonstrate various aspects.
1717
</description>
1818

1919
<dependencies>

0 commit comments

Comments
 (0)