-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release v1.3.1
- Loading branch information
Olivier Favre
committed
Jun 17, 2013
1 parent
3d8aeff
commit e63fdf3
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.yakaz.elasticsearch.plugins</groupId> | ||
<artifactId>elasticsearch-analysis-combo</artifactId> | ||
<version>1.3.1-SNAPSHOT</version> | ||
<version>1.3.1</version> | ||
<packaging>jar</packaging> | ||
<inceptionYear>2011</inceptionYear> | ||
<licenses> | ||
|
@@ -20,7 +20,7 @@ | |
<connection>scm:git:[email protected]:yakaz/elasticsearch-analysis-combo.git</connection> | ||
<developerConnection>scm:git:[email protected]:yakaz/elasticsearch-analysis-combo.git</developerConnection> | ||
<url>[email protected]:yakaz/elasticsearch-analysis-combo.git</url> | ||
<tag>HEAD</tag> | ||
<tag>v1.3.1</tag> | ||
</scm> | ||
<developers> | ||
<developer> | ||
|