Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of about 10,000 for version1 (0.27 sec)

  1. maven-api-impl/src/test/remote-repo/org/apache/maven/its/b/maven-metadata.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <metadata>
      <groupId>org.apache.maven.its</groupId>
      <artifactId>b</artifactId>
      <version>0.1</version>
      <versioning>
        <versions>
          <version>0.1</version>
        </versions>
        <lastUpdated>20091023222817</lastUpdated>
      </versioning>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 295 bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/INSTALL.md

    and detailed dependency version info will be added to your `go.mod` file
    (or you can also run `go mod tidy` to do this directly).
    
    ## Using a specific version
    
    If you want to use a particular version of the `k8s.io/client-go` library,
    you can indicate which version of `client-go` your project requires:
    
    - If you are using Kubernetes versions >= `v1.17.0`, use a corresponding `v0.x.y` tag.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc

    Beta and RC versions may or may not work.
    
    .Embedded Kotlin version
    |===
    | Embedded Kotlin version | Minimum Gradle version | Kotlin Language version
    
    | 1.3.10 | 5.0 | 1.3
    | 1.3.11 | 5.1 | 1.3
    | 1.3.20 | 5.2 | 1.3
    | 1.3.21 | 5.3 | 1.3
    | 1.3.31 | 5.5 | 1.3
    | 1.3.41 | 5.6 | 1.3
    | 1.3.50 | 6.0 | 1.3
    | 1.3.61 | 6.1 | 1.3
    | 1.3.70 | 6.3 | 1.3
    | 1.3.71 | 6.4 | 1.3
    | 1.3.72 | 6.5 | 1.3
    | 1.4.20 | 6.8 | 1.3
    | 1.4.31 | 7.0 | 1.4
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 03:35:50 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. testing/internal-performance-testing/README.md

    The Gradle version under test is often a Gradle distribution built from the same source git revision as the performance test suite, but may be any Gradle distribution. 
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. maven-api-impl/src/test/remote-repo/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <metadata>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-surefire-plugin</artifactId>
      <version>0.1</version>
      <versioning>
        <latest>0.1</latest>
        <release>0.1</release>
        <versions>
          <version>0.1</version>
        </versions>
        <lastUpdated>20091023225125</lastUpdated>
      </versioning>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 371 bytes
    - Viewed (0)
  6. maven-api-impl/src/test/remote-repo/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <metadata>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-deploy-plugin</artifactId>
      <version>0.1</version>
      <versioning>
        <latest>0.1</latest>
        <release>0.1</release>
        <versions>
          <version>0.1</version>
        </versions>
        <lastUpdated>20091023224421</lastUpdated>
      </versioning>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 369 bytes
    - Viewed (0)
  7. maven-api-impl/src/test/remote-repo/org/apache/maven/plugins/maven-plugin-plugin/maven-metadata.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <metadata>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-plugin-plugin</artifactId>
      <version>0.1</version>
      <versioning>
        <latest>0.1</latest>
        <release>0.1</release>
        <versions>
          <version>0.1</version>
        </versions>
        <lastUpdated>20091023225046</lastUpdated>
      </versioning>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 369 bytes
    - Viewed (0)
  8. src/cmd/go/internal/modload/build.go

    			return
    		}
    
    		checksumOk := func(suffix string) bool {
    			return rs == nil || m.Version == "" || !mustHaveSums() ||
    				modfetch.HaveSum(module.Version{Path: m.Path, Version: m.Version + suffix})
    		}
    
    		mod := module.Version{Path: m.Path, Version: m.Version}
    
    		if m.Version != "" {
    			if old := reuse[mod]; old != nil {
    				if err := checkReuse(ctx, mod, old.Origin); err == nil {
    					*m = *old
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 16:56:39 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/conversion.go

    		return err
    	}
    
    	if len(out.Versions) == 0 {
    		return nil
    	}
    
    	// Copy versions[0] to version
    	out.Version = out.Versions[0].Name
    
    	// If versions[*].{subresources,schema,additionalPrinterColumns,selectableFields} are identical, move to spec
    	subresources := out.Versions[0].Subresources
    	subresourcesIdentical := true
    	validation := out.Versions[0].Schema
    	validationIdentical := true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    		allErrs = append(allErrs, field.Invalid(fldPath.Child("versions"), spec.Versions, "must contain unique version names"))
    	}
    	if storageFlagCount != 1 {
    		allErrs = append(allErrs, field.Invalid(fldPath.Child("versions"), spec.Versions, "must have exactly one version marked as storage version"))
    	}
    	if len(spec.Version) != 0 {
    		if errs := utilvalidation.IsDNS1035Label(spec.Version); len(errs) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
Back to top