- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for snapshotVersions (0.06 sec)
-
api/maven-api-metadata/src/main/mdo/metadata.mdo
</field> <field> <name>snapshotVersions</name> <version>1.1.0+</version> <description>Information for each sub-artifact available in this artifact snapshot. This is only the most recent SNAPSHOT for each unique extension/classifier combination.</description> <association> <type>SnapshotVersion</type> <multiplicity>*</multiplicity>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed May 15 17:32:27 UTC 2024 - 15.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
if (version.endsWith("SNAPSHOT")) { final String snapshotVersion = getSnapshotActualVersion(builder, pluginUrl, version); if (StringUtil.isNotBlank(snapshotVersion)) { final String actualVersion = version.replace("SNAPSHOT", snapshotVersion); list.add(new Artifact(name, actualVersion,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0)