[gradle-shadow-plugin] 07/11: Change names to match jflex
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 15:44:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository gradle-shadow-plugin.
commit 91b4fb9badf90f93d90b244290749b7992b6d5c2
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Mon Feb 22 14:17:14 2016 +0000
Change names to match jflex
---
debian/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/pom.xml b/debian/pom.xml
index ba770a1..328e65c 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <groupId>co.tomlee.gradle.plugins</groupId>
+ <groupId>com.github.jengelman.gradle.plugins</groupId>
<artifactId>gradle-shadow-plugin</artifactId>
<version>1.2.3</version>
<name>gradle-shadow-plugin</name>
- <description>A Gradle plugin for the JFlex scanner generator</description>
+ <description>A Gradle plugin for Shadowm, which optimizes FatJar/UberJar creation by using JarInputStream and JarOutputStream to copy file contents</description>
<url>https://github.com/johnrengelman/shadow</url>
<inceptionYear>2014</inceptionYear>
<licenses>
@@ -18,13 +18,13 @@
<developers>
<developer>
<id>johnrengelman</id>
- <name>Tom Lee</name>
- <email>github at tomlee.co</email>
+ <name>John R. Engelman</name>
+ <email>johnrengelman at github.com</email>
</developer>
</developers>
<scm>
<connection>scm:git://github.com/johnrengelman/shadow.git</connection>
- <developerConnection>scm:git at github.com:johnrengelman/shadow.gitgit</developerConnection>
+ <developerConnection>scm:git at github.com:johnrengelman/shadow.git</developerConnection>
<url>https://github.com/johnrengelman/shadow</url>
</scm>
<dependencies>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-shadow-plugin.git
More information about the pkg-java-commits
mailing list