Skip to content

Commit

Permalink
updating pom, release procs for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
stoicflame committed Jul 21, 2015
1 parent 1501272 commit 9b23ba8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 37 deletions.
47 changes: 10 additions & 37 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,6 @@

<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down Expand Up @@ -453,37 +443,20 @@
</distributionManagement>

<profiles>
<profile>
<id>all-modules</id>

<modules>
<module>core-annotations</module>
<module>core</module>

<module>slim-maven-plugin</module>

<module>xml</module>
<module>java-client</module>
<module>c</module>
<module>obj-c</module>
<module>csharp</module>
<module>ruby</module>
<module>php</module>
<module>swagger</module>
<module>docs</module>
<module>gwt</module>

<module>maven-plugin</module>

<module>enunciate-simple-archetype</module>
<module>examples</module>
</modules>

</profile>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down
1 change: 1 addition & 0 deletions release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
* webcohesion blog
* javalobby?
11. Do a "replace all" of old_version to new_version in the wiki.
12. Upload any new schemas to the pages.

0 comments on commit 9b23ba8

Please sign in to comment.