-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: publish extra maven resolver libraries
- fix(maven-resolver): additional non-modular publications - chore: bump version → `1.0.7` Signed-off-by: Sam Gammon <[email protected]>
- Loading branch information
Showing
149 changed files
with
2,267 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.6 | ||
1.0.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
110 changes: 110 additions & 0 deletions
110
repository/dev/javamodules/jpms-bom/1.0.7/jpms-bom-1.0.7.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>dev.modularjava</groupId> | ||
<artifactId>jpms-bom</artifactId> | ||
<version>1.0.7</version> | ||
<name>JPMS Attic: BOM</name> | ||
<description>Maven BOM with JPMS-enabled artifacts from the JPMS Attic Repository.</description> | ||
<url>https://jpms.pkg.st/</url> | ||
<packaging>pom</packaging> | ||
<licenses> | ||
<license> | ||
<name>Apache 2.0</name> | ||
<url>https://opensource.org/license/apache-2-0</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<id>sgammon</id> | ||
<name>Sam Gammon</name> | ||
<url>https://github.com/sgammon</url> | ||
<organization>Elide</organization> | ||
<organizationUrl>https://github.com/elide-dev</organizationUrl> | ||
</developer> | ||
</developers> | ||
<scm> | ||
<connection>scm:git:https://github.com/typetools/checker-framework.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/typetools/checker-framework.git</developerConnection> | ||
<url>https://github.com/typetools/checker-framework.git</url> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.apache.maven.resolver</groupId> | ||
<artifactId>maven-resolver</artifactId> | ||
<version>2.10.0-alpha-10-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.maven.resolver</groupId> | ||
<artifactId>maven-resolver-api</artifactId> | ||
<version>2.10.0-alpha-10-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.maven.resolver</groupId> | ||
<artifactId>maven-resolver-impl</artifactId> | ||
<version>2.10.0-alpha-10-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.checkerframework</groupId> | ||
<artifactId>checker-qual</artifactId> | ||
<version>3.43.0-SNAPSHOT</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.errorprone</groupId> | ||
<artifactId>error_prone_annotations</artifactId> | ||
<version>2.25.0-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.j2objc</groupId> | ||
<artifactId>j2objc-annotations</artifactId> | ||
<version>3.0.0-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.guava</groupId> | ||
<artifactId>guava</artifactId> | ||
<version>33.1.0-jre-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.protobuf</groupId> | ||
<artifactId>protobuf-java</artifactId> | ||
<version>4.26.0-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.protobuf</groupId> | ||
<artifactId>protobuf-javalite</artifactId> | ||
<version>4.26.0-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.protobuf</groupId> | ||
<artifactId>protobuf-util</artifactId> | ||
<version>4.26.0-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.protobuf</groupId> | ||
<artifactId>protobuf-kotlin</artifactId> | ||
<version>4.26.0-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.protobuf</groupId> | ||
<artifactId>protobuf-kotlin-lite</artifactId> | ||
<version>4.26.0-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.reactivestreams</groupId> | ||
<artifactId>reactive-streams</artifactId> | ||
<version>1.0.5-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.leangen.geantyref</groupId> | ||
<artifactId>geantyref</artifactId> | ||
<version>1.3.15-jpms</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jetbrains.kotlinx</groupId> | ||
<artifactId>kotlinx-collections-immutable</artifactId> | ||
<version>0.4.1-jpms</version> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-bom/1.0.7/jpms-bom-1.0.7.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
890e86184b6189988945ec3ee3bfd614 |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-bom/1.0.7/jpms-bom-1.0.7.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
18480d7f18bceb742649cfc1dc4c95220ee084bc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
41296be773ae2adecd79810b2cc1378d | ||
17634d80bd4deee6c5f82d3b91f6fcea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20d533a9fc8e503e642d46db187b5e1c59c8e021 | ||
3539806279545a2e7ed29353004933c4424d314e |
36 changes: 36 additions & 0 deletions
36
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"formatVersion": "1.1", | ||
"component": { | ||
"group": "dev.javamodules", | ||
"module": "jpms-catalog", | ||
"version": "1.0.7", | ||
"attributes": { | ||
"org.gradle.status": "release" | ||
} | ||
}, | ||
"createdBy": { | ||
"gradle": { | ||
"version": "8.7" | ||
} | ||
}, | ||
"variants": [ | ||
{ | ||
"name": "versionCatalogElements", | ||
"attributes": { | ||
"org.gradle.category": "platform", | ||
"org.gradle.usage": "version-catalog" | ||
}, | ||
"files": [ | ||
{ | ||
"name": "jpms-catalog-1.0.7.toml", | ||
"url": "jpms-catalog-1.0.7.toml", | ||
"size": 4003, | ||
"sha512": "732ade38d829cbcd541ec2902411139eef483260265d342c6a1ed22e3f4e7bda47f5138c0b98f3407f896c51c80a9bd55fac6a8c5d07e8bb32c83e48b233a8e7", | ||
"sha256": "7fd0fae4294cc1490d1c92e403e3ae2ed170c1cb60e0dd28271fbe393718ce7c", | ||
"sha1": "132294e5d8b390143f5c0e968a47d99a63e81c28", | ||
"md5": "97234be79ce8d76e091d7e5c1b7d6c25" | ||
} | ||
] | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.module.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
Version: BCPG v1.68 | ||
|
||
iQIzBAABCAAdFiEEoWasYvbejGNzIndzHVkDr0WCvPQFAmYdVUsACgkQHVkDr0WC | ||
vPTe3BAAge3EMHlNHT2X5poc+02FsQYRpt3TNzZpVk+rAqhnd9RzDQuhvQrvuVZw | ||
nOeAUaeHq4gL39ImgVh2aoSPZoRQC29k826Hz+HkPH7/iFBxZeXHVR2fXai/13jV | ||
1G4Zf73pGyu5cX1g4/2cV1E4gJuUY0NY+ll0x1UC9ZWgEjxT7m4vTg2WUnnB2dzV | ||
irulAS18cBhaHyD1T2l+YrJzPs+WWaGalLpR+L26rsmvgL+n8Ikk9kI/oTLbcpfv | ||
j46/1uaKbR/TkGe5FuSPx54edgTFFfKgyuCIPdpnkg/DRsZ81jmv1nKAvN0i7OO5 | ||
QbJz1psDb9NbXJtEw2smno+9JZveiLGnDb6b2eNonedHceCEJsS5uzyGv8RZB1ic | ||
Yrpc12T6fQXpTuzT+TA6+VTBmGJfdLjv3zWs6eyl7vVniLcT6WMYZIwXFPaP1LXC | ||
HZk6AlejVb023Fap1A6ueCBG7ZN4Abr/Z0T9N63k7O3gxbzZaM1fzP8u3HG4bZfS | ||
fdXxSnSe7HyNlvvpwelHYZhIVi2YsZn79gT6SXsC8IPMDEkyBq00EkBkr/hkoPmn | ||
4rVSiUcQVW+Kd3M6yvDckK0NcJ4Wiy0RdPgS3l8yG6R1C3t7nRYHGUYEdHUY0ptJ | ||
zlEdsG4fqTORDwGXcLePWcFV68aJc9FOv2Gwa68ZPF00exYCCN0= | ||
=eKFo | ||
-----END PGP SIGNATURE----- |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.module.asc.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
41739c5f842b74f2eda1793d57fa5fd2 |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.module.asc.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
137ce25db57784bc64dadb93492af4381bf99c63 |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.module.asc.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a77c4c3d3a0769c44529a8f680a5596f1caec4f02bac0a29ea29ea1035ffc8f1 |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.module.asc.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
34288af9b711850089d8c29f0cc5c9c3f6f15b9c79c68106f574b18b85022a990887fecfadc52482aaba81fad32b56805ba0ba6709abcf6a729eed27589e7a51 |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.module.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
43f8c9059e9f23a0a29b10b133b96e88 |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.module.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d509d63a185263c7c0cef5870d0db614a66b38d1 |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.module.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
66993d655f8ee51a9b71cf723484afc5ebe3d74604d768966eecd9814840a51d |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.module.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b5441c62c7a9d22f9dda56ca7a122c43ea125528adea4f0677227ad3671a05b910980fe1a7ffa7a0c8545ce84d762214b37bbb7db44ded3b2cee12930eb1d4e2 |
34 changes: 34 additions & 0 deletions
34
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<!-- This module was also published with a richer model, Gradle metadata, --> | ||
<!-- which should be used instead. Do not delete the following line which --> | ||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer --> | ||
<!-- that they should prefer consuming it instead. --> | ||
<!-- do_not_remove: published-with-gradle-metadata --> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>dev.javamodules</groupId> | ||
<artifactId>jpms-catalog</artifactId> | ||
<version>1.0.7</version> | ||
<packaging>toml</packaging> | ||
<name>JPMS Attic Catalog</name> | ||
<description>JPMS-enabled libraries, from the future</description> | ||
<url>https://jpms.pkg.st</url> | ||
<licenses> | ||
<license> | ||
<name>The Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<id>sgammon</id> | ||
<name>Sam Gammon</name> | ||
</developer> | ||
</developers> | ||
<scm> | ||
<connection>scm:git:git://github.com/elide-dev/jpms.git</connection> | ||
<developerConnection>scm:git:ssh://github.com/elide-dev/jpms.git</developerConnection> | ||
<url>https://github.com/elide-dev/jpms</url> | ||
</scm> | ||
</project> |
17 changes: 17 additions & 0 deletions
17
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.pom.asc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
Version: BCPG v1.68 | ||
|
||
iQIzBAABCAAdFiEEoWasYvbejGNzIndzHVkDr0WCvPQFAmYdVUsACgkQHVkDr0WC | ||
vPTeiQ//RtzT87Sa8Y2Sy928zecmQr9dcAjPiH6SVsAtSjMXJGLu7HBL5a8ORVcl | ||
A8/YLRGTHUf80I4xQiOoIZ3SCXa4mFAo8/HvABmRL/3fMzwDShfa2gdk5IMf1DiS | ||
JVa514sEOxTVQlpFd9PGOLS7FmxjEyUyY0EZ8oQqKj3Qb5A2EXtsEaWVq9Fk5/fZ | ||
Ukdy1UedZImxIY1MkWW1lyLmOZgoYCNbvtwTg8jJ2MVNYNQBEoqYjj+uk0n+iUqV | ||
l1T+3pIT0o/EwkMjx7Yg6VCfrJw1P2CIhrw5xt/Yb0nuRFHlPxUlqlaDiSNfnFnH | ||
nA18NaX/DLFmUrRPDkn0kb9tJIJhwHHXtL9Rbn4Bqy+SdzBzv/+I21KVy63jU7rv | ||
ue1wq/bIGFCndsDw6P+2XRmDSNM1QEPXBNjIA175p+O69gN5rXl8qRtkjOQTc0Os | ||
MnVl2l20c7LIne0D8cT6qo+wwK71FCe29p+Gk1cA0oRy/1v6nKp+pyLpn2vuOsXo | ||
BoC+2da7khCNfgEjqaxTg2i/AP6wYrtiJKuJLlmz/9JtICnoZk7rbKcftaQJ2Osw | ||
gxdPlOORcqRhwTBzmIZ6oHqXRdRkYyXz04aWjeqXLaOVbAQY6jPbDEP3GWdSeP8S | ||
Ud6HcWSyMN0lrKl90MuQEll0K6dgUW2F0vPntLSlFgKlXxrSfs4= | ||
=z3/q | ||
-----END PGP SIGNATURE----- |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.pom.asc.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3869a0583542b9eb3c187212bb62726b |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.pom.asc.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5a2062ee2b5b5e6d90df01b7369b386022ca2b92 |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.pom.asc.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
03947ca7475ad30eeef421779993e92d01c7990319c59f17240e1631289c2d83 |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.pom.asc.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ef3c15affaf4e4871b3552b06f2e41ac26d04ee6500e36c0bd0deb2f7f7175d86fbbbee926f87cea77ccd5060665a55d1d89fb4d15218ffa6eef986884d3da8a |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fc847a3ff0b0d7e690b26afb234858a9 |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fd8268831376ea04c873aed49621f779971ba101 |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.pom.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9f442d15d5ca21d641874613745f86bbae47aada1d39289075ef5257a573e98c |
1 change: 1 addition & 0 deletions
1
repository/dev/javamodules/jpms-catalog/1.0.7/jpms-catalog-1.0.7.pom.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3f57745d1076b44d2486c038312581e39ef20a2987c1591750f2525dc71006ddbd71badb5ff7adb6bc6735201a7344aad4282f0a4ebcf40c3ca5de37a51a75ce |
Oops, something went wrong.