This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository autocomplete.
commit ad3cdde2ccfd2c1d6c52cc6b928264b6017998e9 Author: Markus Koschany <[email protected]> Date: Tue Oct 17 23:52:55 2017 +0200 Update pom.xml to version 2.5.3. --- debian/pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/debian/pom.xml b/debian/pom.xml index 9304a88..05d8c02 100644 --- a/debian/pom.xml +++ b/debian/pom.xml @@ -4,24 +4,24 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>com.fifesoft</groupId> - <artifactId>rtext-root-pom</artifactId> - <version>3</version> - <relativePath>../../pom.xml</relativePath> - </parent> + <parent> + <groupId>com.fifesoft</groupId> + <artifactId>rtext-root-pom</artifactId> + <version>3</version> + <relativePath>../../pom.xml</relativePath> + </parent> <groupId>com.fifesoft</groupId> <artifactId>autocomplete</artifactId> - <version>2.5.0</version> + <version>2.5.3</version> <packaging>jar</packaging> <name>AutoComplete</name> - <description> - AutoComplete is a library allowing you to add IDE-like auto-completion (aka "code completion" or - "Intellisense") to any Swing JTextComponent. Special integration is added for RSyntaxTextArea, since - this feature is commonly needed when editing source code. Features include: Drop-down completion - choice list. Optional companion "description" window, complete with full HTML support and navigable - with hyperlinks. Optional parameter completion assistance for functions and methods, ala Eclipse and + <description> + AutoComplete is a library allowing you to add IDE-like auto-completion (aka "code completion" or + "Intellisense") to any Swing JTextComponent. Special integration is added for RSyntaxTextArea, since + this feature is commonly needed when editing source code. Features include: Drop-down completion + choice list. Optional companion "description" window, complete with full HTML support and navigable + with hyperlinks. Optional parameter completion assistance for functions and methods, ala Eclipse and NetBeans. Completion information is typically specified in an XML file, but can even be dynamic. </description> <inceptionYear>2003</inceptionYear> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/autocomplete.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

