[Git][java-team/jruby-joni][master] 6 commits: Update jcodings

Hideki Yamane gitlab at salsa.debian.org
Sat May 23 22:58:35 BST 2020



Hideki Yamane pushed to branch master at Debian Java Maintainers / jruby-joni


Commits:
aa06810d by Charles Oliver Nutter at 2020-05-19T05:47:49-05:00
Update jcodings

- - - - -
b0e65d99 by Charles Oliver Nutter at 2020-05-19T05:48:57-05:00
[maven-release-plugin] prepare release joni-2.1.38

- - - - -
0f27a2e5 by Charles Oliver Nutter at 2020-05-19T05:49:06-05:00
[maven-release-plugin] prepare for next development iteration

- - - - -
a27f9e3a by Charles Oliver Nutter at 2020-05-20T04:56:55-05:00
Make these public to aid creation of new syntaxes

Fixes #48

- - - - -
9fb8d210 by Charles Oliver Nutter at 2020-05-20T04:58:20-05:00
[maven-release-plugin] prepare release joni-2.1.39

- - - - -
f0fd41d9 by Charles Oliver Nutter at 2020-05-20T04:58:29-05:00
[maven-release-plugin] prepare for next development iteration

- - - - -


2 changed files:

- pom.xml
- src/org/joni/Syntax.java


Changes:

=====================================
pom.xml
=====================================
@@ -4,7 +4,7 @@
   <groupId>org.jruby.joni</groupId>
   <artifactId>joni</artifactId>
   <packaging>jar</packaging>
-  <version>2.1.38-SNAPSHOT</version>
+  <version>2.1.40-SNAPSHOT</version>
   <name>Joni</name>
   <description>
     Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma
@@ -52,7 +52,7 @@
     <dependency>
        <groupId>org.jruby.jcodings</groupId>
        <artifactId>jcodings</artifactId>
-       <version>1.0.53</version>
+       <version>1.0.54</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>


=====================================
src/org/joni/Syntax.java
=====================================
@@ -25,10 +25,10 @@ import org.joni.constants.SyntaxProperties;
 
 public final class Syntax implements SyntaxProperties {
     public final String name;
-    private final int op;
-    private final int op2;
-    private final int op3;
-    private final int behavior;
+    public final int op;
+    public final int op2;
+    public final int op3;
+    public final int behavior;
     public final int options;
     public final MetaCharTable metaCharTable;
 



View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/58c7f60b90c411ca5432057aa99b70ad2847990b...f0fd41d923f4df7b3f361628bad471a879a695b5

-- 
View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/58c7f60b90c411ca5432057aa99b70ad2847990b...f0fd41d923f4df7b3f361628bad471a879a695b5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200523/fb845a89/attachment.html>


More information about the pkg-java-commits mailing list