Skip to content

Commit

Permalink
Merge pull request #55 from JoyOfCodingPDX/issue-54/use-2024.0.1-arti…
Browse files Browse the repository at this point in the history
…facts

Begin to address #54 by using version 2024.0.1 of the artifacts so that we get the POM with the new "Joy of Coding" GitHub repository.
  • Loading branch information
DavidWhitlock authored Apr 6, 2024
2 parents fe29b31 + 2d2a829 commit 172324f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ When created, the `pom.xml` files for the projects specify a parent of _my_ top-
<parent>
<artifactId>cs410j</artifactId>
<groupId>io.github.davidwhitlock.cs410J</groupId>
<version>2024.0.0</version>
<version>2024.0.1</version>
</parent>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ accordingly
<parent>
<artifactId>cs410j</artifactId>
<groupId>io.github.davidwhitlock.cs410J</groupId>
<version>2024.0.0</version>
<version>2024.0.1</version>
</parent>
<groupId>edu.pdx.cs410J.YourUserId</groupId>
<artifactId>PortlandStateJava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function createProjectFromArchetype() {
-DinteractiveMode=false \
-DarchetypeGroupId=io.github.davidwhitlock.cs410J \
-DarchetypeArtifactId=${archetypeName}-archetype \
-DarchetypeVersion=2024.0.0 \
-DarchetypeVersion=2024.0.1 \
-DgroupId=edu.pdx.cs410J.${loginId} \
-DartifactId=${projectName} \
-Dpackage=edu.pdx.cs410J.${loginId} \
Expand Down

0 comments on commit 172324f

Please sign in to comment.