Skip to content

Commit

Permalink
Merge pull request #16 from umjammer/0.14.7
Browse files Browse the repository at this point in the history
0.14.7
  • Loading branch information
umjammer authored Feb 18, 2025
2 parents 268f7e4 + 52ca0a6 commit 860f8a2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: "CodeQL"

on:
push:
branches: [develop]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
branches: [main]
# schedule:
# - cron: '0 14 * * 6'

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,5 @@ Again, start browsing the file system at floppy.Root.
* `CommonVolumeDescriptor` as `user:attributes`
* https://github.com/Janix520/java-iso-tools
* ~~registry~~
* ~~🐛 vdi check sector length?~~ -> Util#SeekableByteChannel*
* ~~🐛 vdi check sector length?~~ -> Util#SeekableByteChannel*
* git tree might be corrupted
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>vavi</groupId>
<artifactId>vavi-nio-file-discutils</artifactId>
<version>0.14.6</version>
<version>0.14.7</version>

<properties>
<vavi-nio-file-fuse.groupId>com.github.umjammer</vavi-nio-file-fuse.groupId> <!-- vavi / com.github.umjammer -->
Expand Down Expand Up @@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<release>17</release>
<testExcludes>
Expand All @@ -128,7 +128,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<configuration>
<reuseForks>true</reuseForks>
<argLine>
Expand Down Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<version>5.10.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -169,25 +169,25 @@
<dependency>
<groupId>com.github.umjammer</groupId> <!-- com.github.umjammer -->
<artifactId>vavi-commons</artifactId>
<version>1.1.12</version>
<version>1.1.14</version>
</dependency>

<dependency>
<groupId>com.github.umjammer</groupId>
<groupId>com.github.umjammer</groupId> <!-- com.github.fge / com.github.umjammer -->
<artifactId>vavi-nio-file-base</artifactId>
<version>0.0.14v</version>
<version>0.0.15</version>
</dependency>

<dependency>
<groupId>com.github.umjammer</groupId> <!-- moe.yo3explorer / com.github.umjammer -->
<artifactId>dotnet4j</artifactId>
<version>1.2.4</version>
<version>1.2.5</version>
</dependency>

<dependency>
<groupId>com.github.umjammer</groupId>
<artifactId>klab-commons-cli</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>com.github.umjammer</groupId> <!-- com.github.umjammer -->
Expand Down
4 changes: 2 additions & 2 deletions src/test/java/Test1.java → src/test/java/TestCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@


/**
* Test1.
* TestCase.
*
* @author <a href="mailto:umjammer@gmail.com">Naohide Sano</a> (umjammer)
* @version 0.00 2019/10/07 umjammer initial version <br>
*/
class Test1 {
class TestCase {

@Test
void test1() throws Exception {
Expand Down

0 comments on commit 860f8a2

Please sign in to comment.