Skip to content

Commit f623763

Browse files
committed
[maven-release-plugin] prepare release 1.15.0-rc
1 parent e7e9a32 commit f623763

File tree

7 files changed

+17
-24
lines changed

7 files changed

+17
-24
lines changed

google-api-client-android/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.google.api-client</groupId>
65
<artifactId>google-api-client-parent</artifactId>
7-
<version>1.15.0-rc-SNAPSHOT</version>
6+
<version>1.15.0-rc</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<artifactId>google-api-client-android</artifactId>

google-api-client-appengine/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.google.api-client</groupId>
65
<artifactId>google-api-client-parent</artifactId>
7-
<version>1.15.0-rc-SNAPSHOT</version>
6+
<version>1.15.0-rc</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<artifactId>google-api-client-appengine</artifactId>

google-api-client-assembly/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.google.api-client</groupId>
65
<artifactId>google-api-client-parent</artifactId>
7-
<version>1.15.0-rc-SNAPSHOT</version>
6+
<version>1.15.0-rc</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<groupId>com.google.api-client</groupId>

google-api-client-java6/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.google.api-client</groupId>
65
<artifactId>google-api-client-parent</artifactId>
7-
<version>1.15.0-rc-SNAPSHOT</version>
6+
<version>1.15.0-rc</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<artifactId>google-api-client-java6</artifactId>

google-api-client-servlet/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.google.api-client</groupId>
65
<artifactId>google-api-client-parent</artifactId>
7-
<version>1.15.0-rc-SNAPSHOT</version>
6+
<version>1.15.0-rc</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<artifactId>google-api-client-servlet</artifactId>

google-api-client/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.google.api-client</groupId>
65
<artifactId>google-api-client-parent</artifactId>
7-
<version>1.15.0-rc-SNAPSHOT</version>
6+
<version>1.15.0-rc</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<artifactId>google-api-client</artifactId>

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.sonatype.oss</groupId>
@@ -9,7 +8,7 @@
98
</parent>
109
<groupId>com.google.api-client</groupId>
1110
<artifactId>google-api-client-parent</artifactId>
12-
<version>1.15.0-rc-SNAPSHOT</version>
11+
<version>1.15.0-rc</version>
1312
<packaging>pom</packaging>
1413
<name>Parent for the Google API Client Library for Java</name>
1514

@@ -376,7 +375,7 @@
376375
</goals>
377376
</pluginExecutionFilter>
378377
<action>
379-
<ignore></ignore>
378+
<ignore />
380379
</action>
381380
</pluginExecution>
382381
<pluginExecution>
@@ -389,7 +388,7 @@
389388
</goals>
390389
</pluginExecutionFilter>
391390
<action>
392-
<ignore></ignore>
391+
<ignore />
393392
</action>
394393
</pluginExecution>
395394
<pluginExecution>
@@ -402,7 +401,7 @@
402401
</goals>
403402
</pluginExecutionFilter>
404403
<action>
405-
<ignore></ignore>
404+
<ignore />
406405
</action>
407406
</pluginExecution>
408407
</pluginExecutions>

0 commit comments

Comments
 (0)