Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 11 (0.15 sec)

  1. maven-core/src/test/resources-project-builder/dependency-inheritance/maven-parent.xml

      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-parent</artifactId>
      <version>11</version>
      <packaging>pom</packaging>
    
      <name>Apache Maven</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.2K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/empty-distMng-repo-url/pom.xml

    <project >
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-parent</artifactId>
      <packaging>pom</packaging>
      <version>11</version>
    
      <distributionManagement>
        <repository>
          <id>dummy</id>
          <name>Dummy to avoid accidental deploys</name>
          <url />
        </repository>
      </distributionManagement>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 373 bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/dependency-inheritance/pom.xml

      <modelVersion>4.0.0</modelVersion>
        <parent>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-parent</artifactId>
        <version>11</version>
        <relativePath>maven-parent.xml</relativePath>
      </parent>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven</artifactId>
      <version>3.0-SNAPSHOT</version>
      <packaging>pom</packaging>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Oct 27 10:08:56 GMT 2020
    - 1.6K bytes
    - Viewed (0)
  4. guava/pom.xml

              </excludePackageNames>
              <!-- Ignore some tags that are found in Java 11 sources but not recognized... under -source 8, I think it was? I can no longer reproduce the failure. -->
              <tags>
                <tag>
                  <name>apiNote</name>
                  <placement>X</placement>
    XML
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Mon Mar 11 16:37:45 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/micromailer/pom.xml

      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <groupId>org.sonatype.spice</groupId>
        <artifactId>spice-parent</artifactId>
        <version>11</version>
        <relativePath>spice-parent-9.pom</relativePath>
      </parent>
    
      <groupId>org.sonatype.micromailer</groupId>
      <artifactId>micromailer</artifactId>
      <version>1.0.3</version>
      <packaging>jar</packaging>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 3.4K bytes
    - Viewed (0)
  6. android/guava/pom.xml

              </excludePackageNames>
              <!-- Ignore some tags that are found in Java 11 sources but not recognized... under -source 8, I think it was? I can no longer reproduce the failure. -->
              <tags>
                <tag>
                  <name>apiNote</name>
                  <placement>X</placement>
    XML
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Mar 11 16:37:45 GMT 2024
    - 8.9K bytes
    - Viewed (0)
Back to top