File tree Expand file tree Collapse file tree 1 file changed +1
-33
lines changed
Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >it.cosenonjaviste</groupId >
66 <artifactId >alfresco-annotations</artifactId >
7- <version >1.1.0-SNAPSHOT </version >
7+ <version >1.0.0 </version >
88
99 <name >${project.groupId} :${project.artifactId} </name >
1010 <description >Spring Bean Annotations for Alfresco artifacts</description >
180180 </execution >
181181 </executions >
182182 </plugin >
183- <plugin >
184- <groupId >org.apache.maven.plugins</groupId >
185- <artifactId >maven-javadoc-plugin</artifactId >
186- <version >2.10.1</version >
187- <executions >
188- <execution >
189- <id >attach-javadocs</id >
190- <goals >
191- <goal >jar</goal >
192- </goals >
193- </execution >
194- </executions >
195- <configuration >
196- <tags >
197- <tag >
198- <name >cnj.editor</name >
199- <placement >t</placement >
200- </tag >
201- </tags >
202- </configuration >
203- </plugin >
204183 <plugin >
205184 <groupId >org.sonatype.plugins</groupId >
206185 <artifactId >nexus-staging-maven-plugin</artifactId >
226205 </execution >
227206 </executions >
228207 </plugin >
229- <plugin >
230- <groupId >org.apache.maven.plugins</groupId >
231- <artifactId >maven-release-plugin</artifactId >
232- <version >2.5</version >
233- <configuration >
234- <autoVersionSubmodules >true</autoVersionSubmodules >
235- <useReleaseProfile >false</useReleaseProfile >
236- <releaseProfiles >release</releaseProfiles >
237- <goals >deploy</goals >
238- </configuration >
239- </plugin >
240208 </plugins >
241209 </build >
242210 </profile >
You can’t perform that action at this time.
0 commit comments