[gradle-jflex-plugin] 13/14: Fix pom.xml file

Markus Koschany apo at moszumanska.debian.org
Wed Jul 27 13:44:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch experimental
in repository gradle-jflex-plugin.

commit 06bd4614f7fab4dbd17e1741083106020c9e60e2
Author: Markus Koschany <apo at debian.org>
Date:   Wed Jul 27 08:04:58 2016 +0200

    Fix pom.xml file
---
 debian/pom.xml | 30 +++++++++---------------------
 1 file changed, 9 insertions(+), 21 deletions(-)

diff --git a/debian/pom.xml b/debian/pom.xml
index 30ad09d..302e903 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -1,13 +1,13 @@
 <?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>
-  <artifactId>gradle-jflex-plugin</artifactId>
-  <version>0.0.2</version>
-  <name>gradle-jflex-plugin</name>
+  <groupId>org.xbib.gradle.plugin</groupId>
+  <artifactId>gradle-plugin-jflex</artifactId>
+  <version>1.1.0</version>
+  <name>gradle-plugin-jflex</name>
   <description>A Gradle plugin for the JFlex scanner generator</description>
-  <url>https://github.com/thomaslee/gradle-jflex-plugin</url>
-  <inceptionYear>2014</inceptionYear>
+  <url>https://github.com/jprante/gradle-plugin-jflex</url>
+  <inceptionYear>2015</inceptionYear>
   <licenses>
     <license>
       <name>Apache License 2.0</name>
@@ -17,28 +17,16 @@
   </licenses>
   <developers>
     <developer>
-      <id>thomaslee</id>
-      <name>Tom Lee</name>
-      <email>github at tomlee.co</email>
+      <id>jprante</id>
+      <name>Jörg Prante</name>
     </developer>
   </developers>
-  <scm>
-    <connection>scm:git://github.com/thomaslee/gradle-jflex-plugin.git</connection>
-    <developerConnection>scm:git at github.com:thomaslee/gradle-jflex-plugin.git</developerConnection>
-    <url>https://github.com/thomaslee/gradle-jflex-plugin</url>
-  </scm>
   <dependencies>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.11</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>de.jflex</groupId>
       <artifactId>jflex</artifactId>
       <version>1.6.0</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-jflex-plugin.git



More information about the pkg-java-commits mailing list