File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/main/resources/archetype-resources Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ This is all that you need within your `<dependencies>`:
162162<dependency >
163163 <groupId >com.intuit.karate</groupId >
164164 <artifactId >karate-core</artifactId >
165- <version >0.1.5 </version >
165+ <version >0.1.6 </version >
166166 <scope >test</scope >
167167</dependency >
168168```
@@ -178,7 +178,7 @@ You can replace the values of 'com.mycompany' and 'myproject' as per your needs.
178178mvn archetype:generate \
179179-DarchetypeGroupId=com.intuit.karate \
180180-DarchetypeArtifactId=karate-archetype \
181- -DarchetypeVersion=0.1.5 \
181+ -DarchetypeVersion=0.1.6 \
182182-DgroupId=com.mycompany \
183183-DartifactId=myproject
184184```
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.intuit.karate</groupId >
77 <artifactId >karate-parent</artifactId >
8- <version >0.1.5 </version >
8+ <version >0.1.6 </version >
99 </parent >
1010 <artifactId >karate-archetype</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 1717 <dependency >
1818 <groupId >com.intuit.karate</groupId >
1919 <artifactId >karate-core</artifactId >
20- <version >0.1.5 </version >
20+ <version >0.1.6 </version >
2121 <scope >test</scope >
2222 </dependency >
2323 </dependencies >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.intuit.karate</groupId >
77 <artifactId >karate-parent</artifactId >
8- <version >0.1.5 </version >
8+ <version >0.1.6 </version >
99 </parent >
1010 <artifactId >karate-core</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44
55 <groupId >com.intuit.karate</groupId >
66 <artifactId >karate-parent</artifactId >
7- <version >0.1.5 </version >
7+ <version >0.1.6 </version >
88 <packaging >pom</packaging >
99
1010 <name >${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments