Skip to content

Commit

Permalink
[maven-release-plugin] prepare release restdoc-server-impl-1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoegertn committed Aug 12, 2013
1 parent ffb21ae commit 529777e
Showing 1 changed file with 132 additions and 133 deletions.
265 changes: 132 additions & 133 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,134 +1,133 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.restdoc</groupId>
<artifactId>restdoc-server-impl</artifactId>
<version>1.6.0-SNAPSHOT</version>
<name>Java Server implementation</name>
<description>Server implementation of RestDoc API Spec</description>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<url>http://www.restdoc.org</url>
<inceptionYear>2012</inceptionYear>
<organization>
<name>RestDoc.org</name>
<url>http://www.restdoc.org</url>
</organization>
<licenses>
<license>
<name>Apache License version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<prerequisites>
<maven>3.0.0</maven>
</prerequisites>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
</properties>

<developers>
<developer>
<id>hoegertn</id>
<email>[email protected]</email>
<name>Thorsten Hoeger</name>
<timezone>+1</timezone>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>org.restdoc</groupId>
<artifactId>restdoc-api</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-servlet_3.0_spec</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.5</version>
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<connection>scm:git:[email protected]:hoegertn/restdoc-java-server.git</connection>
<developerConnection>scm:git:[email protected]:hoegertn/restdoc-java-server.git</developerConnection>
<url>[email protected]:hoegertn/restdoc-java-server.git</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/hoegertn/restdoc-java-server/issues</url>
</issueManagement>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<addMavenDescriptor />
<compress>true</compress>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.4.4</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
</configuration>
</plugin>
</plugins>
</build>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.restdoc</groupId>
<artifactId>restdoc-server-impl</artifactId>
<version>1.6.0</version>
<name>Java Server implementation</name>
<description>Server implementation of RestDoc API Spec</description>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<url>http://www.restdoc.org</url>
<inceptionYear>2012</inceptionYear>
<organization>
<name>RestDoc.org</name>
<url>http://www.restdoc.org</url>
</organization>
<licenses>
<license>
<name>Apache License version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<prerequisites>
<maven>3.0.0</maven>
</prerequisites>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
</properties>

<developers>
<developer>
<id>hoegertn</id>
<email>[email protected]</email>
<name>Thorsten Hoeger</name>
<timezone>+1</timezone>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>org.restdoc</groupId>
<artifactId>restdoc-api</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-servlet_3.0_spec</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.5</version>
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<connection>scm:git:[email protected]:hoegertn/restdoc-java-server.git</connection>
<developerConnection>scm:git:[email protected]:hoegertn/restdoc-java-server.git</developerConnection>
<url>[email protected]:hoegertn/restdoc-java-server.git</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/hoegertn/restdoc-java-server/issues</url>
</issueManagement>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<addMavenDescriptor />
<compress>true</compress>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.4.4</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 529777e

Please sign in to comment.