Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions koans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
<artifactId>koans-parent</artifactId>
<version>1.2.3</version>
<version>1.2.4-SNAPSHOT</version>
</parent>
<artifactId>java-koans</artifactId>
<packaging>jar</packaging>
<version>1.2.3</version>
<version>1.2.4-SNAPSHOT</version>
<name>Java Koans</name>
<inceptionYear>2012</inceptionYear>
<description>Java Koans to learn the Java language and APIs</description>
Expand Down
8 changes: 4 additions & 4 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
<artifactId>koans-parent</artifactId>
<version>1.2.3</version>
<version>1.2.4-SNAPSHOT</version>
</parent>
<artifactId>koans-lib</artifactId>
<packaging>jar</packaging>
<version>1.2.3</version>
<version>1.2.4-SNAPSHOT</version>
<name>Java Koans Framework</name>
<description>Supporting library code for running Java Koans</description>
<url>https://github.com/DavidWhitlock/java-koans</url>
Expand Down Expand Up @@ -78,8 +78,8 @@
<repositories>
<repository>
<name>Central Portal Snapshots</name>
<id>central-portals</id>
<url>https://central.sonatype.com/repository/mavens/</url>
<id>central-portal-snapshots</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<artifactId>joy</artifactId>
<groupId>io.github.davidwhitlock.joy</groupId>
<version>1.2.4</version>
<version>1.2.5-SNAPSHOT</version>
</parent>
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
<version>1.2.3</version>
<version>1.2.4-SNAPSHOT</version>
<artifactId>koans-parent</artifactId>
<packaging>pom</packaging>
<name>Java Koans Parent POM</name>
Expand Down Expand Up @@ -54,8 +54,8 @@
<repositories>
<repository>
<name>Central Portal Snapshots</name>
<id>central-portals</id>
<url>https://central.sonatype.com/repository/mavens/</url>
<id>central-portal-snapshots</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down
Loading