Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sbabcoc/JUnit-Foundation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: junit-foundation-17.2.3
Choose a base ref
...
head repository: sbabcoc/JUnit-Foundation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 23, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    90d7fa7 View commit details

Commits on Apr 30, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    893720a View commit details
  2. Copy the full SHA
    c6b0ff4 View commit details
  3. Copy the full SHA
    b7dcb10 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pom.xml
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.nordstrom.tools</groupId>
<artifactId>junit-foundation</artifactId>
<version>17.2.3</version>
<version>17.2.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>JUnit Foundation</name>
@@ -29,7 +29,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>8</maven.compiler.release>
<java-utils.version>3.4.1</java-utils.version>
<settings.version>3.0.8</settings.version>
<settings.version>3.0.9</settings.version>
<junit.version>4.13.2</junit.version>
<testng.version>7.5.1</testng.version>
<bytebuddy.version>1.17.5</bytebuddy.version>
@@ -52,7 +52,7 @@
<connection>scm:git:https://github.com/sbabcoc/JUnit-Foundation.git</connection>
<developerConnection>scm:git:https://github.com/sbabcoc/JUnit-Foundation.git</developerConnection>
<url>https://github.com/sbabcoc/JUnit-Foundation/tree/master</url>
<tag>junit-foundation-17.2.3</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>