Skip to content

Commit a374129

Browse files
authored
Move lodash plugin to the main module.
1 parent f1df42c commit a374129

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+32
-631
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ script:
1010
- mvn clean install jacoco:report coveralls:report
1111
- mvn -f math-plugin/pom.xml clean package jacoco:report
1212
- mvn -f string-plugin/pom.xml clean package jacoco:report
13-
- mvn -f lodash-plugin/pom.xml clean package jacoco:report
1413
- mvn -f examples/pom.xml clean package
1514

1615
addons:

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ test_script:
2020
- mvn clean install jacoco:report -B
2121
- mvn -f math-plugin/pom.xml clean package jacoco:report
2222
- mvn -f string-plugin/pom.xml clean package jacoco:report
23-
- mvn -f lodash-plugin/pom.xml clean package jacoco:report
2423
- mvn -f examples/pom.xml clean package
2524
cache:
2625
- C:\maven\apache-maven-3.3.9

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<property name="max" value="120"/>
9494
</module>
9595
<module name="AnonInnerLength">
96-
<property name="max" value="18"/>
96+
<property name="max" value="23"/>
9797
</module>
9898
<module name="ParameterNumber">
9999
<property name="severity" value="warning"/>

lodash-plugin/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
The lodash plugin for underscore-java
22
=====================================
33

4-
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore-lodash.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.javadev%22%20AND%20a%3A%22underscore-lodash%22)
4+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.javadev%22%20AND%20a%3A%22underscore%22)
55
[![Build Status](https://secure.travis-ci.org/javadev/underscore-java.svg)](https://travis-ci.org/javadev/underscore-java)
6-
[![Dependency Status](https://www.versioneye.com/user/projects/5781049f5bb1390040177e08/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5781049f5bb1390040177e08)
76

87
Requirements
98
============
@@ -18,8 +17,8 @@ Include the following in your `pom.xml` for Maven:
1817
<dependencies>
1918
<dependency>
2019
<groupId>com.github.javadev</groupId>
21-
<artifactId>underscore-lodash</artifactId>
22-
<version>1.26</version>
20+
<artifactId>underscore</artifactId>
21+
<version>1.31</version>
2322
</dependency>
2423
...
2524
</dependencies>
@@ -28,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
2827
Gradle:
2928

3029
```groovy
31-
compile 'com.github.javadev:underscore-lodash:1.26'
30+
compile 'com.github.javadev:underscore:1.31'
3231
```
3332

3433
Underscore-lodash is a java port of [lodash.com](https://lodash.com/docs).

lodash-plugin/checkstyle.xml

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)