- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for snapshotVersions (0.15 sec)
-
compat/maven-repository-metadata/src/test/java/org/apache/maven/artifact/repository/metadata/MetadataTest.java
} private static SnapshotVersion addSnapshotVersion( Versioning versioning, String extension, Date timestamp, String version, int buildNumber) { Snapshot snapshot = new Snapshot(); snapshot.setBuildNumber(buildNumber); snapshot.setTimestamp(formatDate(timestamp, true)); SnapshotVersion sv = new SnapshotVersion(); sv.setExtension(extension);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.7K bytes - Viewed (0) -
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 Nov 03 03:35:11 UTC 2024 - 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 01:47:10 UTC 2024 - 17.8K bytes - Viewed (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultVersionResolver.java
import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Objects; import org.apache.maven.artifact.repository.metadata.Snapshot; import org.apache.maven.artifact.repository.metadata.SnapshotVersion; import org.apache.maven.artifact.repository.metadata.Versioning; import org.apache.maven.metadata.v4.MetadataStaxReader; import org.eclipse.aether.RepositoryCache; import org.eclipse.aether.RepositoryEvent;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 20.3K bytes - Viewed (0)