Skip to content

Commit

Permalink
2.0-RC1 release
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/billburke/jboss/resteasy/resteasy-git/svn-server-sync/resteasy/trunk/jaxrs@1115 2b1ed4c4-5db3-0410-90e4-80a7a6204c25
  • Loading branch information
patriot1burke committed Jul 12, 2010
1 parent 1780603 commit 68f705d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docbook/reference/en/modules/Guice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ public class HelloModule implements Module
</web-app>
]]>

</programlisting>
</section>
</chapter>
17 changes: 17 additions & 0 deletions examples/oauth-push-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,26 @@
</dependency>
</dependencies>

<!-- this distributionManagement is only here for RESTEasy automated testing of examples build. You can remove if you are copying this
pom.xml as a template -->
<distributionManagement>
<repository>
<id>jboss-releases-repository</id>
<name>JBoss Releases Repository</name>
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<build>
<finalName>examples-oauth</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
Expand Down
16 changes: 16 additions & 0 deletions examples/oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,25 @@
</dependency>
</dependencies>

<!-- this distributionManagement is only here for RESTEasy automated testing of examples build. You can remove if you are copying this
pom.xml as a template -->
<distributionManagement>
<repository>
<id>jboss-releases-repository</id>
<name>JBoss Releases Repository</name>
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<finalName>examples-oauth</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
Expand Down

0 comments on commit 68f705d

Please sign in to comment.