File tree Expand file tree Collapse file tree 6 files changed +20
-38
lines changed Expand file tree Collapse file tree 6 files changed +20
-38
lines changed Original file line number Diff line number Diff line change 1313 See the License for the specific language governing permissions and
1414 limitations under the License.
1515-->
16- <project xmlns =" http://maven.apache.org/POM/4.0.0"
17- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
19- >
16+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2017 <modelVersion >4.0.0</modelVersion >
2118
2219 <groupId >com.google.javascript</groupId >
2320 <artifactId >closure-compiler-externs</artifactId >
2421 <packaging >jar</packaging >
2522
2623 <name >Closure Compiler Externs</name >
27- <version >1.0-SNAPSHOT </version >
24+ <version >v20170806 </version >
2825
2926 <properties >
3027 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3431 <parent >
3532 <groupId >com.google.javascript</groupId >
3633 <artifactId >closure-compiler-parent</artifactId >
37- <version >1.0-SNAPSHOT </version >
34+ <version >v20170806 </version >
3835 <relativePath >../pom.xml</relativePath >
3936 </parent >
4037
4845 <phase >generate-sources</phase >
4946 <configuration >
5047 <tasks >
51- <zip destfile =" ../target/classes/externs.zip" basedir =" ." includes =" **/*.js" />
52- <zip destfile =" target/classes/externs.zip" basedir =" ." includes =" **/*.js" />
48+ <zip destfile =" ../target/classes/externs.zip" basedir =" ." includes =" **/*.js" />
49+ <zip destfile =" target/classes/externs.zip" basedir =" ." includes =" **/*.js" />
5350 </tasks >
5451 </configuration >
5552 <goals >
Original file line number Diff line number Diff line change 1313 See the License for the specific language governing permissions and
1414 limitations under the License.
1515-->
16- <project xmlns =" http://maven.apache.org/POM/4.0.0"
17- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
19- >
16+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2017 <modelVersion >4.0.0</modelVersion >
2118
2219 <groupId >com.google.javascript</groupId >
2320 <artifactId >closure-compiler-linter</artifactId >
2421 <packaging >jar</packaging >
2522
2623 <name >Closure Compiler Linter</name >
27- <version >1.0-SNAPSHOT </version >
24+ <version >v20170806 </version >
2825
2926 <url >https://developers.google.com/closure/compiler/</url >
3027 <description >
4441 <parent >
4542 <groupId >com.google.javascript</groupId >
4643 <artifactId >closure-compiler-main</artifactId >
47- <version >1.0-SNAPSHOT </version >
44+ <version >v20170806 </version >
4845 <relativePath >pom-main.xml</relativePath >
4946 </parent >
5047
Original file line number Diff line number Diff line change 1313 See the License for the specific language governing permissions and
1414 limitations under the License.
1515-->
16- <project xmlns =" http://maven.apache.org/POM/4.0.0"
17- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
19- >
16+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2017 <modelVersion >4.0.0</modelVersion >
2118
2219 <groupId >com.google.javascript</groupId >
2320 <artifactId >closure-compiler</artifactId >
2421 <packaging >jar</packaging >
2522
2623 <name >Closure Compiler</name >
27- <version >1.0-SNAPSHOT </version >
24+ <version >v20170806 </version >
2825
2926 <url >https://developers.google.com/closure/compiler/</url >
3027 <description >
4037 <parent >
4138 <groupId >com.google.javascript</groupId >
4239 <artifactId >closure-compiler-main</artifactId >
43- <version >1.0-SNAPSHOT </version >
40+ <version >v20170806 </version >
4441 <relativePath >pom-main.xml</relativePath >
4542 </parent >
4643
Original file line number Diff line number Diff line change 1313 See the License for the specific language governing permissions and
1414 limitations under the License.
1515-->
16- <project xmlns =" http://maven.apache.org/POM/4.0.0"
17- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
19- >
16+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2017 <modelVersion >4.0.0</modelVersion >
2118
2219 <groupId >com.google.javascript</groupId >
2320 <artifactId >closure-compiler-unshaded</artifactId >
2421 <packaging >jar</packaging >
2522
2623 <name >Closure Compiler Unshaded</name >
27- <version >1.0-SNAPSHOT </version >
24+ <version >v20170806 </version >
2825
2926 <url >https://developers.google.com/closure/compiler/</url >
3027 <description >
4037 <parent >
4138 <groupId >com.google.javascript</groupId >
4239 <artifactId >closure-compiler-main</artifactId >
43- <version >1.0-SNAPSHOT </version >
40+ <version >v20170806 </version >
4441 <relativePath >pom-main.xml</relativePath >
4542 </parent >
4643
Original file line number Diff line number Diff line change 1313 See the License for the specific language governing permissions and
1414 limitations under the License.
1515-->
16- <project xmlns =" http://maven.apache.org/POM/4.0.0"
17- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
19- >
16+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2017 <modelVersion >4.0.0</modelVersion >
2118
2219 <groupId >com.google.javascript</groupId >
2320 <artifactId >closure-compiler-main</artifactId >
2421 <packaging >pom</packaging >
2522
2623 <name >Closure Compiler Main</name >
27- <version >1.0-SNAPSHOT </version >
24+ <version >v20170806 </version >
2825
2926 <url >https://developers.google.com/closure/compiler/</url >
3027 <description >
5047 <parent >
5148 <groupId >com.google.javascript</groupId >
5249 <artifactId >closure-compiler-parent</artifactId >
53- <version >1.0-SNAPSHOT </version >
50+ <version >v20170806 </version >
5451 <relativePath >pom.xml</relativePath >
5552 </parent >
5653
6461 <dependency >
6562 <groupId >com.google.javascript</groupId >
6663 <artifactId >closure-compiler-externs</artifactId >
67- <version >1.0-SNAPSHOT </version >
64+ <version >v20170806 </version >
6865 </dependency >
6966
7067 <dependency >
Original file line number Diff line number Diff line change 1313 See the License for the specific language governing permissions and
1414 limitations under the License.
1515-->
16- <project xmlns =" http://maven.apache.org/POM/4.0.0"
17- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
19- >
16+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2017 <modelVersion >4.0.0</modelVersion >
2118 <groupId >com.google.javascript</groupId >
2219 <artifactId >closure-compiler-parent</artifactId >
2320 <packaging >pom</packaging >
2421
2522 <name >Closure Compiler Parent</name >
26- <version >1.0-SNAPSHOT </version >
23+ <version >v20170806 </version >
2724
2825 <url >https://github.com/google/closure-compiler/</url >
2926 <description >
You can’t perform that action at this time.
0 commit comments