Skip to content

Commit e4ec82e

Browse files
committed
[maven-release-plugin] prepare release closure-compiler-parent-v20170806
1 parent 12788d5 commit e4ec82e

File tree

6 files changed

+20
-38
lines changed

6 files changed

+20
-38
lines changed

externs/pom.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@
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>
@@ -34,7 +31,7 @@
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

@@ -48,8 +45,8 @@
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>

pom-linter.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@
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>
@@ -44,7 +41,7 @@
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

pom-main-shaded.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@
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>
@@ -40,7 +37,7 @@
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

pom-main-unshaded.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@
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>
@@ -40,7 +37,7 @@
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

pom-main.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@
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>
@@ -50,7 +47,7 @@
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

@@ -64,7 +61,7 @@
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>

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@
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>

0 commit comments

Comments
 (0)