Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
tuannh29 committed Jul 21, 2021
1 parent 674f5e8 commit 65259b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.tuannh982</groupId>
<artifactId>phantom</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>A fast, simple embedded key-value store</description>
<url>https://github.com/tuannh982/phantom</url>
Expand Down Expand Up @@ -121,6 +121,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 65259b2

Please sign in to comment.