Skip to content

Commit

Permalink
Merge pull request #73 from nlepine/master
Browse files Browse the repository at this point in the history
version 0.9.1 database service
  • Loading branch information
nlepine authored Sep 26, 2016
2 parents 720b3a7 + d5dfac3 commit 44b6e2d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.obeonetwork.database.m2doc.feature"
label="DatabaseServices"
version="0.9.0.qualifier">
version="0.9.1.qualifier">

<description url="http://www.obeonetwork.com/">
This feature provides a plug-in that registers services to the M2Doc service registry. These services are to be used when generating documentation with the database DSL.
Expand Down
2 changes: 1 addition & 1 deletion doc/example/org.obeonetwork.database.m2doc.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.database.m2doc.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DBServices
Bundle-SymbolicName: org.obeonetwork.database.m2doc.services;singleton:=true
Bundle-Version: 0.9.0.qualifier
Bundle-Version: 0.9.1.qualifier
Bundle-Activator: org.obeonetwork.database.m2doc.Activator
Require-Bundle: org.eclipse.core.runtime,
org.obeonetwork.dsl.database;bundle-version="4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions doc/example/org.obeonetwork.database.m2doc.services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>M2Doc</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.database.m2doc.services</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion doc/example/org.obeonetwork.database.m2doc.update/site.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.obeonetwork.database.m2doc.feature_0.9.0.201607271511.jar" id="org.obeonetwork.database.m2doc.feature" version="0.9.0.201607271511">
<feature url="features/org.obeonetwork.database.m2doc.feature_0.9.1.201609261108.jar" id="org.obeonetwork.database.m2doc.feature" version="0.9.1.201609261108">
<category name="M2Doc Services"/>
</feature>
<category-def name="M2Doc Services" label="M2Doc Services"/>
Expand Down

0 comments on commit 44b6e2d

Please sign in to comment.