New Upstream Snapshot - jcodings

Ready changes

Summary

Merged new upstream version: 1.0.58+git20221110.1.367e3c7 (was: 1.0.58).

Diff

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index 0a244c1..0000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-# This workflow will build a Java project with Maven
-# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
-
-name: Java CI with Maven
-
-on:
-  push:
-    branches: [ master ]
-  pull_request:
-    branches: [ master ]
-
-jobs:
-  jdk8:
-
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/checkout@v2
-    - name: Set up JDK 8
-      uses: actions/setup-java@v1.4.3
-      with:
-        java-version: 8
-    - name: Run tests
-      run: mvn test --file pom.xml
-
-  jdk11:
-
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/checkout@v2
-    - name: Set up JDK 11
-      uses: actions/setup-java@v1.4.3
-      with:
-        java-version: 11
-    - name: Run tests
-      run: mvn test --file pom.xml
\ No newline at end of file
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
deleted file mode 100644
index eec3596..0000000
--- a/.github/workflows/maven.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: Java CI with Maven
-
-on:
-  push:
-    branches: [ master ]
-  pull_request:
-    branches: [ master ]
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/checkout@v2
-    - name: Set up JDK 8
-      uses: actions/setup-java@v2
-      with:
-        java-version: '8'
-        distribution: 'temurin'
-        cache: maven
-    - name: Build with Maven
-      run: mvn -B package --file pom.xml
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 824fc6c..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-target
-jcodings.iml
-.idea/
-
diff --git a/debian/changelog b/debian/changelog
index 3b0b37b..f1eca58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jcodings (1.0.58+git20221110.1.367e3c7-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 26 Feb 2023 11:16:02 -0000
+
 jcodings (1.0.58-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/pom.xml b/pom.xml
index 237a785..67e9b47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jruby.jcodings</groupId>
   <artifactId>jcodings</artifactId>
-  <version>1.0.58</version>
+  <version>1.0.59-SNAPSHOT</version>
   <name>JCodings</name>
   <description>Byte based encoding support library for java</description>
   <parent>

More details

Full run details

Historical runs