Skip to content

Commit

Permalink
Prepare release after javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacomo committed Feb 6, 2016
1 parent 439c7a8 commit a8e53d1
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>it.cosenonjaviste</groupId>
<artifactId>alfresco-annotations</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Spring Bean Annotations for Alfresco artifacts</description>
Expand Down Expand Up @@ -180,27 +180,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<tags>
<tag>
<name>cnj.editor</name>
<placement>t</placement>
</tag>
</tags>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand All @@ -226,17 +205,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit a8e53d1

Please sign in to comment.