pom.xml   pom.xml 
skipping to change at line 24 skipping to change at line 24
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied . WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied .
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<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/P OM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <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/P OM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.smoketurner.dropwizard</groupId> <groupId>com.smoketurner.dropwizard</groupId>
<artifactId>dropwizard-pom</artifactId> <artifactId>dropwizard-pom</artifactId>
<version>0.0.20</version> <version>1.3.9-1</version>
</parent> </parent>
<groupId>io.dropwizard.modules</groupId> <groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-protobuf</artifactId> <artifactId>dropwizard-protobuf</artifactId>
<version>1.3.8-1</version> <version>1.3.9-1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Dropwizard Protocol Buffers Support</name> <name>Dropwizard Protocol Buffers Support</name>
<description>Support for reading and writing Google Protocol Buffer obj ects</description> <description>Support for reading and writing Google Protocol Buffer obj ects</description>
<url>https://github.com/dropwizard/dropwizard-protobuf</url> <url>https://github.com/dropwizard/dropwizard-protobuf</url>
<scm> <scm>
<developerConnection>scm:git:git@github.com:dropwizard/dropwizard-p rotobuf.git</developerConnection> <developerConnection>scm:git:git@github.com:dropwizard/dropwizard-p rotobuf.git</developerConnection>
<connection>scm:git:https://github.com/dropwizard/dropwizard-protob uf.git</connection> <connection>scm:git:https://github.com/dropwizard/dropwizard-protob uf.git</connection>
<url>https://github.com/dropwizard/dropwizard-protobuf</url> <url>https://github.com/dropwizard/dropwizard-protobuf</url>
<tag>v1.3.8-1</tag> <tag>v1.3.9-1</tag>
</scm> </scm>
<properties> <properties>
<protobuf.version>3.6.1</protobuf.version> <protobuf.version>3.6.1</protobuf.version>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>io.dropwizard</groupId> <groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId> <artifactId>dropwizard-core</artifactId>
skipping to change at line 64 skipping to change at line 64
<artifactId>protobuf-java</artifactId> <artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version> <version>${protobuf.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<extensions> <extensions>
<extension> <extension>
<groupId>kr.motd.maven</groupId> <groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId> <artifactId>os-maven-plugin</artifactId>
<version>1.6.1</version> <version>1.6.2</version>
</extension> </extension>
</extensions> </extensions>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.xolstice.maven.plugins</groupId> <groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId> <artifactId>protobuf-maven-plugin</artifactId>
<version>0.6.1</version> <version>0.6.1</version>
<extensions>true</extensions> <extensions>true</extensions>
<configuration> <configuration>
 End of changes. 4 change blocks. 
4 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/