Skip to content

Commit

Permalink
LPS-66593 fix SEMVER
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoDiaz authored and Sergio Gonzalez committed Jul 7, 2016
1 parent f12df52 commit b033f14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Document Library Repository CMIS API
Bundle-SymbolicName: com.liferay.document.library.repository.cmis.api
Bundle-Version: 1.0.4
Bundle-Version: 1.1.0
Export-Package:\
com.liferay.document.library.repository.cmis,\
com.liferay.document.library.repository.cmis.configuration,\
Expand Down
@@ -1 +1 @@
version 1.0.0
version 1.1.0
@@ -1,6 +1,6 @@
dependencies {
provided group: "biz.aQute.bnd", name: "biz.aQute.bndlib", version: "3.1.0"
provided group: "com.liferay", name: "com.liferay.document.library.repository.cmis.api", version: "1.0.0"
provided group: "com.liferay", name: "com.liferay.document.library.repository.cmis.api", version: "default"
provided group: "com.liferay", name: "com.liferay.portal.configuration.metatype", version: "2.0.0"
provided group: "com.liferay.portal", name: "com.liferay.portal.impl", version: "2.0.0"
provided group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "default"
Expand Down
Expand Up @@ -5,7 +5,7 @@ copyLibs {
dependencies {
provided group: "org.apache.chemistry.opencmis", name: "chemistry-opencmis-commons-api", version: "0.13.0"

testCompile group: "com.liferay", name: "com.liferay.document.library.repository.cmis.api", version: "1.0.0"
testCompile group: "com.liferay", name: "com.liferay.document.library.repository.cmis.api", version: "default"
testCompile group: "com.liferay", name: "com.liferay.document.library.repository.cmis.impl", version: "2.0.0"
testCompile group: "org.apache.chemistry.opencmis", name: "chemistry-opencmis-client-api", version: "0.13.0"

Expand Down

0 comments on commit b033f14

Please sign in to comment.