Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Preparing release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magnet committed Apr 30, 2017
1 parent 33e8d53 commit 755adee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.primeval.tooling.bnd</groupId>
<artifactId>bnd-dsap-examples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<name>Bnd Declarative Services Annotation Properties Plugin Examples</name>
<description>Examples for the Bnd Declarative Services Annotation Properties Plugin</description>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>io.primeval.component.annotation</groupId>
<artifactId>component-annotation-properties</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>io.primeval.tooling.bnd</groupId>
<artifactId>bnd-dsap-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
</dependencies>
<executions>
Expand Down
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.primeval.tooling.bnd</groupId>
<artifactId>bnd-dsap-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>Bnd Declarative Services Annotation Properties Plugin</name>

<description>Declarative Services Annotation Properties Plugin for Bnd</description>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>io.primeval.component.annotation</groupId>
<artifactId>component-annotation-properties</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 755adee

Please sign in to comment.