Skip to content

Commit

Permalink
[maven-release-plugin] prepare release dubbo-zipkin-spring-starter-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessyZu authored and jessyZu committed Sep 28, 2016
1 parent fe813fd commit d3960ad
Showing 1 changed file with 65 additions and 3 deletions.
68 changes: 65 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>com.github.jessyZu</groupId>
<artifactId>dubbo-zipkin-spring-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>dubbo-zipkin-spring-starter</name>


<!-- oss -->
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:jessyZu/dubbo-zipkin-spring-starter.git</connection>
<developerConnection>scm:git:https://github.com/jessyZu/dubbo-zipkin-spring-starter.git</developerConnection>
<url>https://github.com/jessyZu/dubbo-zipkin-spring-starter</url>
<tag>HEAD</tag>
</scm>

<developers>
<developer>
<id>lz</id>
<name>lz</name>
<email>hhlai1990@163.com</email>
</developer>
</developers>

<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/jessyZu/dubbo-zipkin-spring-starter/issues</url>
</issueManagement>


<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -88,6 +123,33 @@
<showWarnings>true</showWarnings>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<configuration>
<pushChanges>false</pushChanges>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit d3960ad

Please sign in to comment.