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: hextriclosan/algorithm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.4
Choose a base ref
...
head repository: hextriclosan/algorithm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Jul 18, 2024

  1. Copy the full SHA
    9309685 View commit details

Commits on Jul 21, 2024

  1. Copy the full SHA
    e018b99 View commit details

Commits on Aug 15, 2024

  1. Copy the full SHA
    69bbaf1 View commit details
  2. Copy the full SHA
    81ec906 View commit details

Commits on Aug 19, 2024

  1. Copy the full SHA
    92ff4be View commit details

Commits on Aug 27, 2024

  1. Copy the full SHA
    25f8c52 View commit details
  2. Copy the full SHA
    2b752ac View commit details

Commits on Sep 14, 2024

  1. Copy the full SHA
    12a7c55 View commit details

Commits on Sep 25, 2024

  1. Copy the full SHA
    3e646f9 View commit details

Commits on Sep 27, 2024

  1. Copy the full SHA
    e741fe9 View commit details

Commits on Oct 1, 2024

  1. Copy the full SHA
    81ed9e8 View commit details
  2. Copy the full SHA
    c3e0d5c View commit details

Commits on Oct 4, 2024

  1. Copy the full SHA
    d47a359 View commit details

Commits on Oct 15, 2024

  1. Copy the full SHA
    f57acea View commit details

Commits on Oct 21, 2024

  1. Copy the full SHA
    aeb2912 View commit details

Commits on Nov 3, 2024

  1. Copy the full SHA
    37331bb View commit details
  2. Copy the full SHA
    3452817 View commit details

Commits on Dec 14, 2024

  1. Copy the full SHA
    3afe6c5 View commit details
  2. Copy the full SHA
    7fbe210 View commit details

Commits on Dec 16, 2024

  1. Copy the full SHA
    c05e5a3 View commit details

Commits on Jan 4, 2025

  1. Copy the full SHA
    b393022 View commit details

Commits on Jan 22, 2025

  1. Copy the full SHA
    b8a4b40 View commit details

Commits on Apr 1, 2025

  1. Copy the full SHA
    d46b2e1 View commit details
  2. Copy the full SHA
    ecc3beb View commit details
  3. Copy the full SHA
    013e732 View commit details

Commits on Apr 3, 2025

  1. Copy the full SHA
    b2b4744 View commit details

Commits on Jun 25, 2025

  1. Copy the full SHA
    107a93e View commit details
  2. Copy the full SHA
    e006a03 View commit details

Commits on Jul 4, 2025

  1. Copy the full SHA
    493c938 View commit details
  2. Copy the full SHA
    7387719 View commit details

Commits on Jul 21, 2025

  1. Copy the full SHA
    c801ef2 View commit details
Showing with 7 additions and 7 deletions.
  1. +1 −1 .github/workflows/build.yaml
  2. +6 −6 pom.xml
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -16,4 +16,4 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
- name: Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v5.4.3
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<groupId>io.github.hextriclosan</groupId>
<artifactId>algorithm</artifactId>
<version>0.0.4</version>
<version>0.0.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Java Algorithms</name>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.3</version>
<version>5.13.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -77,7 +77,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.11.2</version>
<configuration>
<source>8</source>
</configuration>
@@ -93,7 +93,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.8</version>
<executions>
<execution>
<id>sign-artifacts</id>
@@ -113,12 +113,12 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.3</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.12</version>
<version>0.8.13</version>
<executions>
<execution>
<goals>