Skip to content

Commit

Permalink
gh-114 move to 1.5.9 of malabar
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew O. Smith committed Jan 27, 2014
1 parent 3fb02ba commit e66494b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.software-ninja</groupId>
<artifactId>malabar</artifactId>
<version>1.6-M6</version>
<version>1.6-M7</version>
<name>malabar-mode</name>
<description>A Maven-enabled Java mode for Emacs</description>
<inceptionYear>2009</inceptionYear>
Expand All @@ -17,6 +17,7 @@
<url>https://github.com/m0smith/malabar-mode.git</url>
<connection>scm:git:git@github.com:m0smith/malabar-mode.git</connection>
<developerConnection>scm:git:git@github.com:m0smith/malabar-mode.git</developerConnection>
<tag>develop</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down
2 changes: 1 addition & 1 deletion src/main/lisp/malabar-mode.el
Expand Up @@ -6,7 +6,7 @@
;; Espen Wiborg <espenhw@grumblesmurf.org>
;; Matthew Smith
;; URL: http://www.github.com/m0smith/malabar-mode
;; Version: 1.6-M4
;; Version: 1.6-M7
;; Package-Requires: ((fringe-helper "1.0.1"))
;; Keywords: java, maven, language, malabar

Expand Down
4 changes: 2 additions & 2 deletions src/main/pom/classpath.pom
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.software-ninja</groupId>
<artifactId>malabar-classpath</artifactId>
<version>1.6.M4</version>
<version>1.6.M7</version>
<name>malabar-classpath</name>
<description>A Maven-enabled Java mode for Emacs</description>
<inceptionYear>2013</inceptionYear>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>com.software-ninja</groupId>
<artifactId>malabar</artifactId>
<version>1.5.7</version>
<version>1.5.9</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit e66494b

Please sign in to comment.