Skip to content

Commit a8e53d1

Browse files
committed
Prepare release after javadoc fix
1 parent 439c7a8 commit a8e53d1

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

pom.xml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -180,27 +180,6 @@
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>
@@ -226,17 +205,6 @@
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>

0 commit comments

Comments
 (0)