Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ferma
Ferma
Commits
38d4b74b
Unverified
Commit
38d4b74b
authored
Sep 16, 2017
by
Jeffrey Phillips Freeman
💥
Browse files
build: maven pom now requires maven version 3.0.4.
parent
5b5d99c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
38d4b74b
...
...
@@ -4,6 +4,7 @@
*
Added nexus staging deployment plugin.
*
Removed explicit version from licensing plugin.
*
Pom now requires maven version 3.0.4.
## 2.4.0
...
...
pom.xml
View file @
38d4b74b
...
...
@@ -13,6 +13,10 @@
<packaging>
jar
</packaging>
<version>
2.4.1-SNAPSHOT
</version>
<prerequisites>
<maven>
3.0.4
</maven>
</prerequisites>
<name>
Ferma
</name>
<description>
An ORM for the Tinkerpop3 graph stack.
</description>
<url>
https://github.com/Syncleus/Ferma.git
</url>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment