Skip to content

Commit

Permalink
moving maven version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vashishthask committed Aug 20, 2023
1 parent 5d1cde1 commit 225e141
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 21 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>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mocktail-core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions mocktail-maven-plugin/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>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mocktail-maven-plugin</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>in.malonus.mocktail</groupId>
<artifactId>mocktail-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -146,4 +146,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
3 changes: 1 addition & 2 deletions mocktail-samples/database/mocktail-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>database-samples</artifactId>
<groupId>in.malonus.mocktail</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -46,7 +46,6 @@
<plugin>
<groupId>in.malonus.mocktail</groupId>
<artifactId>mocktail-maven-plugin</artifactId>
<version>1.0.2-SNAPSHOT</version>
<configuration>
<!--aspectsDirectory>target/generated/aspects</aspectsDirectory>
<configuration>src/test/resources/mocktail.xml</configuration> <recordingDir>src/test/resources/recordings</recordingDir -->
Expand Down
2 changes: 1 addition & 1 deletion mocktail-samples/database/mocktail-orm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>database-samples</artifactId>
<groupId>in.malonus.mocktail</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>mocktail-orm</artifactId>
<name>Mocktail ORM</name>
Expand Down
2 changes: 1 addition & 1 deletion mocktail-samples/database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mocktail-samples</artifactId>
<groupId>in.malonus.mocktail</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>database-samples</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions mocktail-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>in.malonus.mocktail</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>mocktail-samples</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>mocktail samples</name>
<url>https://github.com/vashishthask/mocktail/</url>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>in.malonus.mocktail</groupId>
<artifactId>mocktail-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -68,7 +68,7 @@
<plugin>
<artifactId>mocktail-maven-plugin</artifactId>
<groupId>in.malonus.mocktail</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
4 changes: 2 additions & 2 deletions mocktail-samples/webservice/axis2-simpleclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<name>axis2-simpleclient</name>
<url>http://maven.apache.org</url>
<parent>
<artifactId>mocktail-samples</artifactId>
<artifactId>webservice-samples</artifactId>
<groupId>in.malonus.mocktail</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion mocktail-samples/webservice/axis2-simpleservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>webservice-samples</artifactId>
<groupId>in.malonus.mocktail</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions mocktail-samples/webservice/cxf-simpleclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>webservice-samples</artifactId>
<groupId>in.malonus.mocktail</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>cxf-simpleclient</artifactId>
<name>cxf-simpleclient</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>in.malonus.mocktail</groupId>
<artifactId>cxf-simpleservice</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion mocktail-samples/webservice/cxf-simpleservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>webservice-samples</artifactId>
<groupId>in.malonus.mocktail</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>cxf-simpleservice</artifactId>
<name>cxf-simpleservice</name>
Expand Down
2 changes: 1 addition & 1 deletion mocktail-samples/webservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mocktail-samples</artifactId>
<groupId>in.malonus.mocktail</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webservice-samples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions mocktail-samples/webservice/springboot-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>in.malonus.mocktail</groupId>
<artifactId>mocktail-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -95,7 +95,7 @@
<plugin>
<groupId>in.malonus.mocktail</groupId>
<artifactId>mocktail-maven-plugin</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
<configuration>
<!--aspectsDirectory>target/generated/aspects</aspectsDirectory>
<configuration>src/test/resources/mocktail.xml</configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>in.malonus.mocktail</groupId>
<artifactId>mocktail-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>
<name>mocktail parent</name>
<description>mocktail is a tool to mock potentially any java method response on the disk for testing purposes</description>
Expand Down

0 comments on commit 225e141

Please sign in to comment.