Skip to content

Commit 2d93191

Browse files
committed
Merge branch 'Winter2026-SNAPSHOT'
2 parents 2f35613 + 026b4f9 commit 2d93191

35 files changed

Lines changed: 106 additions & 106 deletions

File tree

examples/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
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>
@@ -45,7 +45,7 @@
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>

family/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
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>

grader/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -34,7 +34,7 @@
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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -94,7 +94,7 @@
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>

projects-parent/archetypes-parent/airline-archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
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>

projects-parent/archetypes-parent/airline-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -32,12 +32,12 @@
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>

projects-parent/archetypes-parent/airline-web-archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
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>

projects-parent/archetypes-parent/airline-web-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -21,17 +21,17 @@
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>

projects-parent/archetypes-parent/apptbook-archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
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>

projects-parent/archetypes-parent/apptbook-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -32,12 +32,12 @@
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>

0 commit comments

Comments
 (0)