Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rwm committed Feb 24, 2020
1 parent bbd92f0 commit 18a598b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-api</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>

<parent>
<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-facade</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>


Expand Down
6 changes: 3 additions & 3 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-client</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>

<parent>
<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-facade</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<build>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-xml</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-facade</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>

<name>li2b2</name>
<description>lightweight i2b2 server and client</description>
Expand All @@ -26,7 +26,7 @@
<scm>
<connection>scm:git:git@github.com:li2b2/li2b2-facade.git</connection>
<developerConnection>scm:git:git@github.com:rwm/li2b2-facade.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.7</tag>
<url>https://github.com/li2b2/li2b2-facade</url>
</scm>
<distributionManagement>
Expand Down
10 changes: 5 additions & 5 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-server</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>

<parent>
<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-facade</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>


Expand Down Expand Up @@ -72,17 +72,17 @@
<dependency>
<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-api</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</dependency>
<dependency>
<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-xml</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</dependency>
<dependency>
<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-client</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-xml</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>

<parent>
<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-facade</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<build>
Expand Down

0 comments on commit 18a598b

Please sign in to comment.