blob: 465c685acf65c0939bf7097a48a464b939750e28 [file] [log] [blame]
Jeffrey van Gogh32d3c0c2016-04-04 10:49:31 -07001<?xml version="1.0" encoding="UTF-8"?>
2<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>com.google.protobuf</groupId>
6 <artifactId>protobuf-gradle-plugin</artifactId>
7 <version>0.7.5</version>
8 <name>protobuf-gradle-plugin</name>
9 <description>Gradle build plugin to handle Protocol Buffers automated code generation and compilation</description>
10 <url>https://github.com/google/protobuf-gradle-plugin</url>
11 <licenses>
12 <license>
13 <name>BSD 3-Clause</name>
14 <url>http://opensource.org/licenses/BSD-3-Clause</url>
15 </license>
16 </licenses>
17 <developers>
18 <developer>
19 <id>zhangkun83</id>
20 <name>Kun Zhang</name>
21 <email>zhangkun@google.com</email>
22 </developer>
23 </developers>
24 <scm>
25 <connection>scm:git:git://github.com/google/protobuf-gradle-plugin.git</connection>
26 <developerConnection>scm:git:git@github.com:google/protobuf-gradle-plugin.git</developerConnection>
27 <url>https://github.com/google/protobuf-gradle-plugin</url>
28 </scm>
29 <dependencies>
30 <dependency>
31 <groupId>junit</groupId>
32 <artifactId>junit</artifactId>
33 <version>4.8.1</version>
34 <scope>test</scope>
35 </dependency>
36 <dependency>
37 <groupId>commons-lang</groupId>
38 <artifactId>commons-lang</artifactId>
39 <version>2.6</version>
40 <scope>compile</scope>
41 </dependency>
42 <dependency>
43 <groupId>com.google.gradle</groupId>
44 <artifactId>osdetector-gradle-plugin</artifactId>
45 <version>1.2.1</version>
46 <scope>compile</scope>
47 </dependency>
48 </dependencies>
49</project>