File tree Expand file tree Collapse file tree
src/main/resources/archetype-resources
src/main/resources/archetype-resources
src/main/resources/archetype-resources
src/main/resources/archetype-resources
src/main/resources/archetype-resources
src/main/resources/archetype-resources
src/main/resources/archetype-resources
src/main/resources/archetype-resources
src/main/resources/archetype-resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >joy</artifactId >
55 <groupId >io.github.davidwhitlock.joy</groupId >
6- <version >1.2.4-SNAPSHOT </version >
6+ <version >1.2.4</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >examples</artifactId >
1010 <name >examples</name >
11- <version >1.4.0-SNAPSHOT </version >
11+ <version >1.4.0</version >
1212 <url >https://www.cs.pdx.edu/~whitlock</url >
1313 <dependencies >
1414 <dependency >
1515 <groupId >io.github.davidwhitlock.joy</groupId >
1616 <artifactId >projects</artifactId >
17- <version >3.0.4-SNAPSHOT </version >
17+ <version >3.0.4</version >
1818 </dependency >
1919 <dependency >
2020 <groupId >com.sun.mail</groupId >
4545 <dependency >
4646 <groupId >io.github.davidwhitlock.joy</groupId >
4747 <artifactId >projects</artifactId >
48- <version >3.0.4-SNAPSHOT </version >
48+ <version >3.0.4</version >
4949 <classifier >tests</classifier >
5050 <scope >test</scope >
5151 </dependency >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >joy</artifactId >
55 <groupId >io.github.davidwhitlock.joy</groupId >
6- <version >1.2.4-SNAPSHOT </version >
6+ <version >1.2.4</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >family</artifactId >
1010 <packaging >jar</packaging >
11- <version >1.1.6-SNAPSHOT </version >
11+ <version >1.1.6</version >
1212 <name >Family Tree Application</name >
1313 <description >An Family Tree application for The Joy of Coding</description >
1414 <url >https://www.cs.pdx.edu/~whitlock</url >
1515 <dependencies >
1616 <dependency >
1717 <groupId >io.github.davidwhitlock.joy</groupId >
1818 <artifactId >projects</artifactId >
19- <version >3.0.4-SNAPSHOT </version >
19+ <version >3.0.4</version >
2020 </dependency >
2121 <dependency >
2222 <groupId >io.github.davidwhitlock.joy</groupId >
2323 <artifactId >examples</artifactId >
24- <version >1.4.0-SNAPSHOT </version >
24+ <version >1.4.0</version >
2525 </dependency >
2626 <dependency >
2727 <groupId >com.h2database</groupId >
Original file line number Diff line number Diff line change 22 <parent >
33 <artifactId >joy</artifactId >
44 <groupId >io.github.davidwhitlock.joy</groupId >
5- <version >1.2.4-SNAPSHOT </version >
5+ <version >1.2.4</version >
66 </parent >
77 <modelVersion >4.0.0</modelVersion >
88 <artifactId >grader</artifactId >
3434 <dependency >
3535 <groupId >io.github.davidwhitlock.joy</groupId >
3636 <artifactId >projects</artifactId >
37- <version >3.0.4-SNAPSHOT </version >
37+ <version >3.0.4</version >
3838 </dependency >
3939 <dependency >
4040 <groupId >com.opencsv</groupId >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <groupId >io.github.davidwhitlock.joy</groupId >
5- <version >1.2.4-SNAPSHOT </version >
5+ <version >1.2.4</version >
66 <artifactId >joy</artifactId >
77 <packaging >pom</packaging >
88 <name >Java Example Code</name >
9494 <jacoco .min.instruction.covered.ratio>0.75</jacoco .min.instruction.covered.ratio>
9595 <jacoco .max.missed.classes>0</jacoco .max.missed.classes>
9696
97- <grader .version>1.5.0-SNAPSHOT </grader .version>
97+ <grader .version>1.5.0</grader .version>
9898 </properties >
9999 <dependencies >
100100 <dependency >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >archetypes-parent</artifactId >
77 <groupId >io.github.davidwhitlock.joy</groupId >
8- <version >2.2.5-SNAPSHOT </version >
8+ <version >2.2.5</version >
99 </parent >
1010 <artifactId >airline-archetype</artifactId >
11- <version >2.2.5-SNAPSHOT </version >
11+ <version >2.2.5</version >
1212 <packaging >maven-archetype</packaging >
1313
1414 <name >airline-archetype</name >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >joy</artifactId >
55 <groupId >io.github.davidwhitlock.joy</groupId >
6- <version >1.2.4-SNAPSHOT </version >
6+ <version >1.2.4</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <groupId >${groupId} </groupId >
3232 <dependency >
3333 <groupId >io.github.davidwhitlock.joy</groupId >
3434 <artifactId >projects</artifactId >
35- <version >3.0.4-SNAPSHOT </version >
35+ <version >3.0.4</version >
3636 </dependency >
3737 <dependency >
3838 <groupId >io.github.davidwhitlock.joy</groupId >
3939 <artifactId >projects</artifactId >
40- <version >3.0.4-SNAPSHOT </version >
40+ <version >3.0.4</version >
4141 <classifier >tests</classifier >
4242 <scope >test</scope >
4343 </dependency >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >archetypes-parent</artifactId >
66 <groupId >io.github.davidwhitlock.joy</groupId >
7- <version >2.2.5-SNAPSHOT </version >
7+ <version >2.2.5</version >
88 </parent >
99 <artifactId >airline-web-archetype</artifactId >
10- <version >3.0.4-SNAPSHOT </version >
10+ <version >3.0.4</version >
1111 <packaging >maven-archetype</packaging >
1212
1313 <name >airline-web-archetype</name >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >joy</artifactId >
55 <groupId >io.github.davidwhitlock.joy</groupId >
6- <version >1.2.4-SNAPSHOT </version >
6+ <version >1.2.4</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <groupId >${groupId} </groupId >
2121 <dependency >
2222 <groupId >io.github.davidwhitlock.joy</groupId >
2323 <artifactId >projects</artifactId >
24- <version >3.0.4-SNAPSHOT </version >
24+ <version >3.0.4</version >
2525 </dependency >
2626 <dependency >
2727 <groupId >io.github.davidwhitlock.joy</groupId >
2828 <artifactId >examples</artifactId >
29- <version >1.4.0-SNAPSHOT </version >
29+ <version >1.4.0</version >
3030 </dependency >
3131 <dependency >
3232 <groupId >io.github.davidwhitlock.joy</groupId >
3333 <artifactId >projects</artifactId >
34- <version >3.0.4-SNAPSHOT </version >
34+ <version >3.0.4</version >
3535 <classifier >tests</classifier >
3636 <scope >test</scope >
3737 </dependency >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >archetypes-parent</artifactId >
66 <groupId >io.github.davidwhitlock.joy</groupId >
7- <version >2.2.5-SNAPSHOT </version >
7+ <version >2.2.5</version >
88 </parent >
99 <artifactId >apptbook-archetype</artifactId >
10- <version >2.2.5-SNAPSHOT </version >
10+ <version >2.2.5</version >
1111 <packaging >maven-archetype</packaging >
1212
1313 <name >apptbook-archetype</name >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >joy</artifactId >
55 <groupId >io.github.davidwhitlock.joy</groupId >
6- <version >1.2.4-SNAPSHOT </version >
6+ <version >1.2.4</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <groupId >${groupId} </groupId >
3232 <dependency >
3333 <groupId >io.github.davidwhitlock.joy</groupId >
3434 <artifactId >projects</artifactId >
35- <version >3.0.4-SNAPSHOT </version >
35+ <version >3.0.4</version >
3636 </dependency >
3737 <dependency >
3838 <groupId >io.github.davidwhitlock.joy</groupId >
3939 <artifactId >projects</artifactId >
40- <version >3.0.4-SNAPSHOT </version >
40+ <version >3.0.4</version >
4141 <classifier >tests</classifier >
4242 <scope >test</scope >
4343 </dependency >
You can’t perform that action at this time.
0 commit comments