You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:56:13 UTC

[sling-org-apache-sling-nosql-couchbase-client] 10/12: do not increase export package version when project version is updated - respect version from package-info.java

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.nosql.couchbase-client-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-nosql-couchbase-client.git

commit b7e9c8f88c7689a0808c4d9041c9e0b832fdb4e7
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Wed Feb 24 12:15:50 2016 +0000

    do not increase export package version when project version is updated - respect version from package-info.java
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/nosql/couchbase-client@1732114 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0c4ff92..8cfa6af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
                         <!-- use _exportcontents instead of Export-Package to avoid conflict with Embed-Dependency an inline=true -->
                         <_exportcontents>
                             com.couchbase.client.java.*;version=${couchbase.client.version},
-                            org.apache.sling.nosql.couchbase.client;version=${project.version}
+                            org.apache.sling.nosql.couchbase.client
                         </_exportcontents>
                         <Import-Package>
                             com.barchart.udt.*;resolution:=optional,

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.