make/conf/jib-profiles.js
changeset 50239 a28085b5830e
parent 49976 19829b375d08
child 50273 737a17045ffe
equal deleted inserted replaced
50238:a9307f400f5a 50239:a28085b5830e
   182 
   182 
   183     var data = {};
   183     var data = {};
   184 
   184 
   185     // Identifies the version of this format to the tool reading it.
   185     // Identifies the version of this format to the tool reading it.
   186     // 1.1 signifies that the publish, publish-src and get-src features are usable.
   186     // 1.1 signifies that the publish, publish-src and get-src features are usable.
   187     data.format_version = "1.1";
   187     // 1.2 signifies that artifact uploads should fail on missing artifacts by default.
       
   188     data.format_version = "1.2";
   188 
   189 
   189     // Organization, product and version are used when uploading/publishing build results
   190     // Organization, product and version are used when uploading/publishing build results
   190     data.organization = "";
   191     data.organization = "";
   191     data.product = "jdk";
   192     data.product = "jdk";
   192     data.version = getVersion();
   193     data.version = getVersion();