Skip to content

Commit

Permalink
[maven-release-plugin] prepare release disconf-core-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed Jul 8, 2014
1 parent 8497dd2 commit 16ea26d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions disconf-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<?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>

<artifactId>disconf-core</artifactId>
<packaging>jar</packaging>

<version>${disconf-core.version}</version>
<version>2.1</version>
<name>disconf-core</name>

<parent>
<groupId>com.baidu.disconf</groupId>
<artifactId>disconf-base</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down Expand Up @@ -155,7 +154,7 @@
<scm>
<url>scm:git:[email protected]:knightliao/disconf</url>
<connection>scm:git:[email protected]:knightliao/disconf</connection>
<tag>disconf-core</tag>
<tag>disconf-core-2.1</tag>
</scm>

</project>

0 comments on commit 16ea26d

Please sign in to comment.