Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 368 for updated (0.07 sec)

  1. lib/time/update.bash

    ../mkzip ../../zoneinfo.zip
    cd ../..
    
    files="update.bash zoneinfo.zip"
    modified=true
    if git diff --quiet $files; then
    	modified=false
    fi
    
    if [ "$1" = "-work" ]; then
    	echo Left workspace behind in work/.
    	shift
    else
    	rm -rf work
    fi
    
    if ! $modified; then
    	echo No updates needed.
    	exit 0
    fi
    
    echo Updated for $CODE/$DATA: $files
    
    commitmsg="lib/time: update to $CODE/$DATA
    
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Sep 23 14:25:08 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. compat/maven-resolver-provider/src/test/resources/repo/org/apache/maven/its/dep-mng5324/07.20.3-SNAPSHOT/maven-metadata.xml

            <extension>jar</extension>
            <value>07.20.3-20120809.112124-88</value>
            <updated>20120809112124</updated>
          </snapshotVersion>
          <snapshotVersion>
            <classifier>classifierB</classifier>
            <extension>jar</extension>
            <value>07.20.3-20120809.112920-97</value>
            <updated>20120809112920</updated>
          </snapshotVersion>
        </snapshotVersions>
      </versioning>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. impl/maven-core/src/main/java/org/apache/maven/artifact/repository/RepositoryRequest.java

         * configured update policy.
         *
         * @return {@code true} if remote repositories should be re-checked for updated artifacts/metadata, {@code false}
         *         otherwise.
         */
        boolean isForceUpdate();
    
        /**
         * Enables/disabled forced checks for updated artifacts/metadata on remote repositories.
         *
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. compat/maven-resolver-provider/src/test/resources/repo/org/apache/maven/its/dep-mng5459/0.4.0-SNAPSHOT/maven-metadata.xml

          <snapshotVersion>
            <extension>pom</extension>
            <value>0.4.0-20130404.090532-2</value>
            <updated>20130404090532</updated>
          </snapshotVersion>
          <snapshotVersion>
            <extension>jar</extension>
            <value>0.4.0-20130404.093655-3</value>
            <updated>20130404093655</updated>
          </snapshotVersion>
        </snapshotVersions>
      </versioning>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. build-logic-settings/UpdateDevelocityPluginVersion.java

                    Files.write(f.toPath(), content.getBytes());
                    System.out.println("Updated " + file + " to version " + newVersion);
                } else {
                    System.out.println("File " + file + " not found");
                }
            }
    
            System.out.println("All files updated successfully.");
        }
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Sep 12 07:58:50 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. src/README.vendor

    Go from source and use that 'go' binary to update its source tree.
    
    Requirements may be added, updated, and removed with 'go get'.
    The vendor directory may be updated with 'go mod vendor'.
    A typical sequence might be:
    
        cd src  # or src/cmd
        go get golang.org/x/net@master
        go mod tidy
        go mod vendor
    
    Use caution when passing '-u' to 'go get'. The '-u' flag updates
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Sep 30 19:15:39 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  7. compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/ResolutionListener.java

        int OMIT_FOR_NEARER = 5;
    
        int UPDATE_SCOPE = 6;
    
        @Deprecated
        int MANAGE_ARTIFACT = 7;
    
        int OMIT_FOR_CYCLE = 8;
    
        /**
         * this event means that the artifactScope has NOT been updated to a farther node artifactScope because current
         * node is in the first level pom
         */
        int UPDATE_SCOPE_CURRENT_POM = 9;
    
        int SELECT_VERSION_FROM_RANGE = 10;
    
        int RESTRICT_RANGE = 11;
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. build-logic-commons/gradle-plugin/build.gradle.kts

        implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.0.1")
    
        implementation("org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:5.1.2")
        // This Kotlin version should only be updated when updating the above kotlin-dsl version
        implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
        implementation("org.gradle:test-retry-gradle-plugin:1.5.2")
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 15 13:02:17 UTC 2024
    - 843 bytes
    - Viewed (0)
  9. cmd/bucket-metadata-sys.go

    		})
    		if err != nil {
    			return updatedAt, fmt.Errorf("Error encrypting bucket target metadata %w", err)
    		}
    		meta.BucketTargetsConfigUpdatedAt = updatedAt
    		meta.BucketTargetsConfigMetaUpdatedAt = updatedAt
    	default:
    		return updatedAt, fmt.Errorf("Unknown bucket %s metadata update requested %s", bucket, configFile)
    	}
    
    	return updatedAt, sys.save(ctx, meta)
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Aug 28 15:32:18 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  10. compat/maven-repository-metadata/src/test/java/org/apache/maven/artifact/repository/metadata/MetadataTest.java

            SnapshotVersion sv1 = addSnapshotVersion(target.getVersioning(), after, artifact);
            addSnapshotVersion(source.getVersioning(), before, artifact);
            // nothing should be updated, as the target was already updated at a later date than source
            assertFalse(target.merge(source));
            assertEquals(1, target.getVersioning().getSnapshotVersions().size());
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top