Skip to content

Commit

Permalink
Corrección en POM
Browse files Browse the repository at this point in the history
  • Loading branch information
johny65 committed Jul 30, 2019
1 parent 779255e commit 49dba4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ repositories {

dependencies {
implementation "cglib:cglib:3.2.12"
implementation "com.github.mdre:odbogm-agent:1.1.1+"
implementation "com.github.mdre:odbogm-agent:1.1.1"

api "com.orientechnologies:orientdb-graphdb:${orientDbVersion}"
api "com.orientechnologies:orientdb-graphdb:${orientDbVersion}:javadoc"
Expand Down Expand Up @@ -238,10 +238,10 @@ uploadArchives {


pom.project {
name 'Object to OrientDB Graph mapper'
name 'Object to OrientDB Graph Mapper'
packaging 'jar'
// optionally artifactId can be defined here
description 'ODBOGM let you store/retrieve object in a OrientDB graph structure in a clear and simple way.'
description 'ODBOGM let you store/retrieve objects in a OrientDB graph structure in a clear and simple way.'
url 'https://github.com/mdre/odbogm'

scm {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ sonatypeURLSnapshot=https\://oss.sonatype.org/content/repositories/snapshots
# Deploy release artifacts into the staging repository
sonatypeURLRelease=https\://oss.sonatype.org/service/local/staging/deploy/maven2

version=1.1.1
version=1.1.0
group=com.github.mdre

0 comments on commit 49dba4f

Please sign in to comment.