This is an automated email from the git hooks/post-receive script. reazem-guest pushed a commit to branch master in repository jsemver.
commit b6e4c7f135d5417b51e560c91dd3d20a2017c118 Author: Zafar Khaja <[email protected]> Date: Mon Oct 14 22:38:45 2013 +0400 Rename 'artifactId' and change 'name' --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 04b0379..8aeec0c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,11 +3,11 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.github.zafarkhaja</groupId> - <artifactId>semver</artifactId> + <artifactId>java-semver</artifactId> <version>0.7.0-SNAPSHOT</version> <packaging>jar</packaging> - <name>semver</name> + <name>Java SemVer</name> <description>Java implementation of the SemVer Specification</description> <url>https://github.com/zafarkhaja/java-semver</url> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsemver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

