Commit dccc86d6185de07ced6424f1fb53d9eae0d02501
1 parent
05dbe1c2b2
Exists in
master
[maven-release-plugin] prepare for next development iteration
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pom.xml
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | Licensed under the Apache License, Version 2.0 (the "License"); | 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
5 | you may not use this file except in compliance with the License. | 5 | you may not use this file except in compliance with the License. |
6 | You may obtain a copy of the License at | 6 | You may obtain a copy of the License at |
7 | 7 | ||
8 | http://www.apache.org/licenses/LICENSE-2.0 Unless required by | 8 | http://www.apache.org/licenses/LICENSE-2.0 Unless required by |
9 | applicable law or agreed to in writing, software distributed | 9 | applicable law or agreed to in writing, software distributed |
10 | under the License is distributed on an "AS IS" BASIS, WITHOUT | 10 | under the License is distributed on an "AS IS" BASIS, WITHOUT |
11 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 11 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 | See the License for the specific language governing permissions | 12 | See the License for the specific language governing permissions |
13 | and limitations under the License. | 13 | and limitations under the License. |
14 | --> | 14 | --> |
15 | 15 | ||
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/maven-v4_0_0.xsd"> | 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/maven-v4_0_0.xsd"> |
17 | <modelVersion>4.0.0</modelVersion> | 17 | <modelVersion>4.0.0</modelVersion> |
18 | <groupId>org.alfresco.cmis.client</groupId> | 18 | <groupId>org.alfresco.cmis.client</groupId> |
19 | <artifactId>alfresco-opencmis-extension</artifactId> | 19 | <artifactId>alfresco-opencmis-extension</artifactId> |
20 | <name>Alfresco OpenCMIS Extension</name> | 20 | <name>Alfresco OpenCMIS Extension</name> |
21 | <version>1.1-RC1</version> | 21 | <version>1.1-RC2-SNAPSHOT</version> |
22 | <packaging>jar</packaging> | 22 | <packaging>jar</packaging> |
23 | <inceptionYear>2011</inceptionYear> | 23 | <inceptionYear>2011</inceptionYear> |
24 | <description> | 24 | <description> |
25 | The Alfresco OpenCMIS Extension is an extension of Apache Chemistry OpenCMIS. | 25 | The Alfresco OpenCMIS Extension is an extension of Apache Chemistry OpenCMIS. |
26 | </description> | 26 | </description> |
27 | <organization> | 27 | <organization> |
28 | <name>Alfresco</name> | 28 | <name>Alfresco</name> |
29 | <url>http://www.alfresco.com/</url> | 29 | <url>http://www.alfresco.com/</url> |
30 | </organization> | 30 | </organization> |
31 | <licenses> | 31 | <licenses> |
32 | <license> | 32 | <license> |
33 | <name>Apache 2</name> | 33 | <name>Apache 2</name> |
34 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | 34 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
35 | <distribution>repo</distribution> | 35 | <distribution>repo</distribution> |
36 | </license> | 36 | </license> |
37 | </licenses> | 37 | </licenses> |
38 | 38 | ||
39 | <scm> | 39 | <scm> |
40 | <connection>scm:git:https://gitlab.alfresco.com/platform/opencmis-extension.git</connection> | 40 | <connection>scm:git:https://gitlab.alfresco.com/platform/opencmis-extension.git</connection> |
41 | <developerConnection>scm:git:https://gitlab.alfresco.com/platform/opencmis-extension.git</developerConnection> | 41 | <developerConnection>scm:git:https://gitlab.alfresco.com/platform/opencmis-extension.git</developerConnection> |
42 | <url>https://gitlab.alfresco.com/platform/opencmis-extension</url> | 42 | <url>https://gitlab.alfresco.com/platform/opencmis-extension</url> |
43 | <tag>1.1-RC1</tag> | 43 | <tag>HEAD</tag> |
44 | </scm> | 44 | </scm> |
45 | 45 | ||
46 | <properties> | 46 | <properties> |
47 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 47 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
48 | <maven.compile.source>1.8</maven.compile.source> | 48 | <maven.compile.source>1.8</maven.compile.source> |
49 | <maven.compile.target>1.8</maven.compile.target> | 49 | <maven.compile.target>1.8</maven.compile.target> |
50 | </properties> | 50 | </properties> |
51 | 51 | ||
52 | <distributionManagement> | 52 | <distributionManagement> |
53 | <repository> | 53 | <repository> |
54 | <id>alfresco-internal</id> | 54 | <id>alfresco-internal</id> |
55 | <url>https://artifacts.alfresco.com/nexus/content/repositories/internal-releases</url> | 55 | <url>https://artifacts.alfresco.com/nexus/content/repositories/internal-releases</url> |
56 | </repository> | 56 | </repository> |
57 | <snapshotRepository> | 57 | <snapshotRepository> |
58 | <id>alfresco-internal-snapshots</id> | 58 | <id>alfresco-internal-snapshots</id> |
59 | <url>https://artifacts.alfresco.com/nexus/content/repositories/internal-snapshots</url> | 59 | <url>https://artifacts.alfresco.com/nexus/content/repositories/internal-snapshots</url> |
60 | </snapshotRepository> | 60 | </snapshotRepository> |
61 | </distributionManagement> | 61 | </distributionManagement> |
62 | 62 | ||
63 | <build> | 63 | <build> |
64 | <resources> | 64 | <resources> |
65 | <resource> | 65 | <resource> |
66 | <directory>${basedir}</directory> | 66 | <directory>${basedir}</directory> |
67 | <includes> | 67 | <includes> |
68 | <include>README</include> | 68 | <include>README</include> |
69 | <include>LICENSE</include> | 69 | <include>LICENSE</include> |
70 | </includes> | 70 | </includes> |
71 | <targetPath>META-INF</targetPath> | 71 | <targetPath>META-INF</targetPath> |
72 | </resource> | 72 | </resource> |
73 | </resources> | 73 | </resources> |
74 | 74 | ||
75 | <plugins> | 75 | <plugins> |
76 | <plugin> | 76 | <plugin> |
77 | <artifactId>maven-compiler-plugin</artifactId> | 77 | <artifactId>maven-compiler-plugin</artifactId> |
78 | <configuration> | 78 | <configuration> |
79 | <target>${maven.compile.target}</target> | 79 | <target>${maven.compile.target}</target> |
80 | <source>${maven.compile.source}</source> | 80 | <source>${maven.compile.source}</source> |
81 | <encoding>UTF-8</encoding> | 81 | <encoding>UTF-8</encoding> |
82 | </configuration> | 82 | </configuration> |
83 | </plugin> | 83 | </plugin> |
84 | <plugin> | 84 | <plugin> |
85 | <artifactId>maven-assembly-plugin</artifactId> | 85 | <artifactId>maven-assembly-plugin</artifactId> |
86 | <executions> | 86 | <executions> |
87 | <execution> | 87 | <execution> |
88 | <id>pack</id> | 88 | <id>pack</id> |
89 | <goals> | 89 | <goals> |
90 | <goal>single</goal> | 90 | <goal>single</goal> |
91 | </goals> | 91 | </goals> |
92 | <phase>package</phase> | 92 | <phase>package</phase> |
93 | <configuration> | 93 | <configuration> |
94 | <attach>true</attach> | 94 | <attach>true</attach> |
95 | <descriptors> | 95 | <descriptors> |
96 | <descriptor>src/main/assembly/pack.xml</descriptor> | 96 | <descriptor>src/main/assembly/pack.xml</descriptor> |
97 | </descriptors> | 97 | </descriptors> |
98 | </configuration> | 98 | </configuration> |
99 | </execution> | 99 | </execution> |
100 | </executions> | 100 | </executions> |
101 | </plugin> | 101 | </plugin> |
102 | <plugin> | 102 | <plugin> |
103 | <artifactId>maven-eclipse-plugin</artifactId> | 103 | <artifactId>maven-eclipse-plugin</artifactId> |
104 | <version>2.8</version> | 104 | <version>2.8</version> |
105 | <configuration> | 105 | <configuration> |
106 | <downloadSources>true</downloadSources> | 106 | <downloadSources>true</downloadSources> |
107 | <downloadJavadocs>true</downloadJavadocs> | 107 | <downloadJavadocs>true</downloadJavadocs> |
108 | <workspace>..</workspace> | 108 | <workspace>..</workspace> |
109 | </configuration> | 109 | </configuration> |
110 | </plugin> | 110 | </plugin> |
111 | <plugin> | 111 | <plugin> |
112 | <groupId>org.apache.maven.plugins</groupId> | 112 | <groupId>org.apache.maven.plugins</groupId> |
113 | <artifactId>maven-source-plugin</artifactId> | 113 | <artifactId>maven-source-plugin</artifactId> |
114 | <executions> | 114 | <executions> |
115 | <execution> | 115 | <execution> |
116 | <id>attach-sources</id> | 116 | <id>attach-sources</id> |
117 | <goals> | 117 | <goals> |
118 | <goal>jar</goal> | 118 | <goal>jar</goal> |
119 | </goals> | 119 | </goals> |
120 | </execution> | 120 | </execution> |
121 | </executions> | 121 | </executions> |
122 | </plugin> | 122 | </plugin> |
123 | <plugin> | 123 | <plugin> |
124 | <groupId>org.apache.maven.plugins</groupId> | 124 | <groupId>org.apache.maven.plugins</groupId> |
125 | <artifactId>maven-javadoc-plugin</artifactId> | 125 | <artifactId>maven-javadoc-plugin</artifactId> |
126 | <executions> | 126 | <executions> |
127 | <execution> | 127 | <execution> |
128 | <id>attach-javadocs</id> | 128 | <id>attach-javadocs</id> |
129 | <goals> | 129 | <goals> |
130 | <goal>jar</goal> | 130 | <goal>jar</goal> |
131 | </goals> | 131 | </goals> |
132 | </execution> | 132 | </execution> |
133 | </executions> | 133 | </executions> |
134 | </plugin> | 134 | </plugin> |
135 | </plugins> | 135 | </plugins> |
136 | <pluginManagement> | 136 | <pluginManagement> |
137 | <plugins> | 137 | <plugins> |
138 | <plugin> | 138 | <plugin> |
139 | <artifactId>maven-release-plugin</artifactId> | 139 | <artifactId>maven-release-plugin</artifactId> |
140 | <version>2.5.3</version> | 140 | <version>2.5.3</version> |
141 | <configuration> | 141 | <configuration> |
142 | <autoVersionSubmodules>true</autoVersionSubmodules> | 142 | <autoVersionSubmodules>true</autoVersionSubmodules> |
143 | <tagNameFormat>@{project.version}</tagNameFormat> | 143 | <tagNameFormat>@{project.version}</tagNameFormat> |
144 | </configuration> | 144 | </configuration> |
145 | </plugin> | 145 | </plugin> |
146 | </plugins> | 146 | </plugins> |
147 | </pluginManagement> | 147 | </pluginManagement> |
148 | </build> | 148 | </build> |
149 | 149 | ||
150 | <profiles> | 150 | <profiles> |
151 | <profile> | 151 | <profile> |
152 | <id>doclint-java8-max</id> | 152 | <id>doclint-java8-max</id> |
153 | <activation> | 153 | <activation> |
154 | <jdk>[1.8,)</jdk> | 154 | <jdk>[1.8,)</jdk> |
155 | </activation> | 155 | </activation> |
156 | <build> | 156 | <build> |
157 | <plugins> | 157 | <plugins> |
158 | <plugin> | 158 | <plugin> |
159 | <artifactId>maven-javadoc-plugin</artifactId> | 159 | <artifactId>maven-javadoc-plugin</artifactId> |
160 | <configuration> | 160 | <configuration> |
161 | <!-- <additionalparam>-Xmaxwarns 10000 -Xmaxerrs 10000</additionalparam> to detect more than 100 error --> | 161 | <!-- <additionalparam>-Xmaxwarns 10000 -Xmaxerrs 10000</additionalparam> to detect more than 100 error --> |
162 | <additionalparam>-Xdoclint:none</additionalparam> | 162 | <additionalparam>-Xdoclint:none</additionalparam> |
163 | </configuration> | 163 | </configuration> |
164 | </plugin> | 164 | </plugin> |
165 | </plugins> | 165 | </plugins> |
166 | </build> | 166 | </build> |
167 | </profile> | 167 | </profile> |
168 | </profiles> | 168 | </profiles> |
169 | 169 | ||
170 | <dependencies> | 170 | <dependencies> |
171 | <dependency> | 171 | <dependency> |
172 | <groupId>org.apache.chemistry.opencmis</groupId> | 172 | <groupId>org.apache.chemistry.opencmis</groupId> |
173 | <artifactId>chemistry-opencmis-client-impl</artifactId> | 173 | <artifactId>chemistry-opencmis-client-impl</artifactId> |
174 | <version>0.11.0</version> | 174 | <version>0.11.0</version> |
175 | </dependency> | 175 | </dependency> |
176 | <dependency> | 176 | <dependency> |
177 | <groupId>org.apache.chemistry.opencmis</groupId> | 177 | <groupId>org.apache.chemistry.opencmis</groupId> |
178 | <artifactId>chemistry-opencmis-client-api</artifactId> | 178 | <artifactId>chemistry-opencmis-client-api</artifactId> |
179 | <version>0.11.0</version> | 179 | <version>0.11.0</version> |
180 | </dependency> | 180 | </dependency> |
181 | <dependency> | 181 | <dependency> |
182 | <groupId>org.apache.chemistry.opencmis</groupId> | 182 | <groupId>org.apache.chemistry.opencmis</groupId> |
183 | <artifactId>chemistry-opencmis-client-bindings</artifactId> | 183 | <artifactId>chemistry-opencmis-client-bindings</artifactId> |
184 | <version>0.11.0</version> | 184 | <version>0.11.0</version> |
185 | </dependency> | 185 | </dependency> |
186 | <dependency> | 186 | <dependency> |
187 | <groupId>org.apache.chemistry.opencmis</groupId> | 187 | <groupId>org.apache.chemistry.opencmis</groupId> |
188 | <artifactId>chemistry-opencmis-commons-impl</artifactId> | 188 | <artifactId>chemistry-opencmis-commons-impl</artifactId> |
189 | <version>0.11.0</version> | 189 | <version>0.11.0</version> |
190 | </dependency> | 190 | </dependency> |
191 | <dependency> | 191 | <dependency> |
192 | <groupId>org.apache.chemistry.opencmis</groupId> | 192 | <groupId>org.apache.chemistry.opencmis</groupId> |
193 | <artifactId>chemistry-opencmis-commons-api</artifactId> | 193 | <artifactId>chemistry-opencmis-commons-api</artifactId> |
194 | <version>0.11.0</version> | 194 | <version>0.11.0</version> |
195 | </dependency> | 195 | </dependency> |
196 | <dependency> | 196 | <dependency> |
197 | <groupId>org.apache.chemistry.opencmis</groupId> | 197 | <groupId>org.apache.chemistry.opencmis</groupId> |
198 | <artifactId>chemistry-opencmis-server-support</artifactId> | 198 | <artifactId>chemistry-opencmis-server-support</artifactId> |
199 | <version>0.11.0</version> | 199 | <version>0.11.0</version> |
200 | </dependency> | 200 | </dependency> |
201 | <dependency> | 201 | <dependency> |
202 | <groupId>org.apache.chemistry.opencmis</groupId> | 202 | <groupId>org.apache.chemistry.opencmis</groupId> |
203 | <artifactId>chemistry-opencmis-server-bindings</artifactId> | 203 | <artifactId>chemistry-opencmis-server-bindings</artifactId> |
204 | <version>0.11.0</version> | 204 | <version>0.11.0</version> |
205 | </dependency> | 205 | </dependency> |
206 | <dependency> | 206 | <dependency> |
207 | <groupId>commons-httpclient</groupId> | 207 | <groupId>commons-httpclient</groupId> |
208 | <artifactId>commons-httpclient</artifactId> | 208 | <artifactId>commons-httpclient</artifactId> |
209 | <version>3.1</version> | 209 | <version>3.1</version> |
210 | </dependency> | 210 | </dependency> |
211 | <dependency> | 211 | <dependency> |
212 | <groupId>com.googlecode.json-simple</groupId> | 212 | <groupId>com.googlecode.json-simple</groupId> |
213 | <artifactId>json-simple</artifactId> | 213 | <artifactId>json-simple</artifactId> |
214 | <version>1.1</version> | 214 | <version>1.1</version> |
215 | </dependency> | 215 | </dependency> |
216 | <dependency> | 216 | <dependency> |
217 | <groupId>junit</groupId> | 217 | <groupId>junit</groupId> |
218 | <artifactId>junit-dep</artifactId> | 218 | <artifactId>junit-dep</artifactId> |
219 | <version>4.11</version> | 219 | <version>4.11</version> |
220 | </dependency> | 220 | </dependency> |
221 | </dependencies> | 221 | </dependencies> |
222 | </project> | 222 | </project> |
223 | 223 |