Skip to content

Commit

Permalink
deployed 1.0.0 to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
vashishthask committed Sep 19, 2022
1 parent 4c8d16f commit 7dac0f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mocktail-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>mocktail-parent</artifactId>
<groupId>in.malonus.mocktail</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mocktail-core</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions mocktail-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<parent>
<artifactId>mocktail-parent</artifactId>
<groupId>in.malonus.mocktail</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mocktail-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>mocktail-plugin</name>
<url>https://sites.google.com/site/mocktailpro/</url>
<url>https://github.com/vashishthask/mocktail</url>
<description>Mocktail Maven Plugin</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>in.malonus.mocktail</groupId>
<artifactId>mocktail-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>mocktail Maven Plugin</name>
<name>mocktail parent</name>
<description>mocktail is a tool to mock potentially any java method response on the disk for testing purposes</description>

<url>https://github.com/vashishthask/mocktail</url>

Expand Down Expand Up @@ -199,4 +200,4 @@
<module>mocktail-maven-plugin</module>
<!--module>mocktail-samples</module-->
</modules>
</project>
</project>

0 comments on commit 7dac0f4

Please sign in to comment.