Skip to content

Commit b9a0b6b

Browse files
author
Karthik Thirumalasetti
committed
changes
1 parent dadcb23 commit b9a0b6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
56
<modelVersion>4.0.0</modelVersion>
67
<groupId>io.appsfly</groupId>
7-
<artifactId>crypto</artifactId>
8+
<artifactId>javautils</artifactId>
89
<version>1.0-SNAPSHOT</version>
10+
911
<build>
1012
<plugins>
1113
<plugin>
@@ -16,6 +18,7 @@
1618
<target>1.6</target>
1719
</configuration>
1820
</plugin>
21+
1922
</plugins>
2023
</build>
2124
<dependencies>

0 commit comments

Comments
 (0)