|
1 |
| -<project |
2 |
| - xmlns="http://maven.apache.org/POM/4.0.0" |
3 |
| - 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"> |
4 |
| - <modelVersion>4.0.0</modelVersion> |
5 |
| - <artifactId>client-java</artifactId> |
6 |
| - <groupId>io.kubernetes</groupId> |
7 |
| - <version>1.0-SNAPSHOT</version> |
8 |
| - <packaging>pom</packaging> |
| 1 | +<project |
| 2 | + xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + 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"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <artifactId>client-java</artifactId> |
| 6 | + <groupId>io.kubernetes</groupId> |
| 7 | + <version>1.0-SNAPSHOT</version> |
| 8 | + <packaging>pom</packaging> |
9 | 9 | <name>Kubernetes Client API</name>
|
10 | 10 |
|
11 |
| - <modules> |
12 |
| - <module>kubernetes</module> |
13 |
| - <module>examples</module> |
14 |
| - <module>util</module> |
15 |
| - </modules> |
| 11 | + <modules> |
| 12 | + <module>kubernetes</module> |
| 13 | + <module>examples</module> |
| 14 | + <module>util</module> |
| 15 | + </modules> |
16 | 16 |
|
17 | 17 | <scm>
|
18 | 18 | < connection>scm:git: [email protected]:kubernetes-client/java.git</ connection>
|
|
60 | 60 | <version>2.5.3</version>
|
61 | 61 | <configuration>
|
62 | 62 | <autoVersionSubmodules>true</autoVersionSubmodules>
|
63 |
| - <useReleaseProfile>false</useReleaseProfile> |
64 | 63 | <releaseProfiles>release</releaseProfiles>
|
65 | 64 | <goals>deploy</goals>
|
66 | 65 | </configuration>
|
67 | 66 | </plugin>
|
68 | 67 | </plugins>
|
69 | 68 | </build>
|
70 |
| - |
71 | 69 | <profiles>
|
72 | 70 | <profile>
|
73 |
| - <id>sign-artifacts</id> |
| 71 | + <id>release-sign-artifacts</id> |
| 72 | + <activation> |
| 73 | + <property> |
| 74 | + <name>release</name> |
| 75 | + <value>true</value> |
| 76 | + </property> |
| 77 | + </activation> |
74 | 78 | <build>
|
75 | 79 | <plugins>
|
76 | 80 | <plugin>
|
77 | 81 | <groupId>org.apache.maven.plugins</groupId>
|
78 | 82 | <artifactId>maven-gpg-plugin</artifactId>
|
79 |
| - <version>1.5</version> |
| 83 | + <version>1.6</version> |
80 | 84 | <executions>
|
81 | 85 | <execution>
|
82 | 86 | <id>sign-artifacts</id>
|
|
91 | 95 | </build>
|
92 | 96 | </profile>
|
93 | 97 | </profiles>
|
94 |
| - |
95 | 98 | </project>
|
0 commit comments