Skip to content
This repository has been archived by the owner on Apr 29, 2018. It is now read-only.

Commit

Permalink
prepare the next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
phaus committed May 5, 2017
1 parent ce569f1 commit ba50a2f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions ldap-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<parent>
<groupId>com.innoq.liqid</groupId>
<artifactId>liqid-parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<artifactId>ldap-connector</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
<packaging>jar</packaging>
<name>LiQID LDAP-connector</name>
<dependencies>
Expand All @@ -35,12 +35,12 @@
<dependency>
<groupId>com.innoq.liqid</groupId>
<artifactId>utils</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</dependency>
<dependency>
<groupId>com.innoq.liqid</groupId>
<artifactId>model</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</dependency>
<dependency>
<groupId>org.owasp.esapi</groupId>
Expand Down
4 changes: 2 additions & 2 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<parent>
<groupId>com.innoq.liqid</groupId>
<artifactId>liqid-parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<artifactId>model</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
<packaging>jar</packaging>
<name>LiQID Model</name>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.innoq.liqid</groupId>
<artifactId>liqid-parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
<packaging>pom</packaging>
<description>LiQID</description>
<name>LiQID</name>
Expand Down
6 changes: 3 additions & 3 deletions utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<parent>
<groupId>com.innoq.liqid</groupId>
<artifactId>liqid-parent</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</parent>
<artifactId>utils</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
<packaging>jar</packaging>
<name>LiQID Utilities</name>
<dependencies>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.innoq.liqid</groupId>
<artifactId>model</artifactId>
<version>1.7.3-SNAPSHOT</version>
<version>1.7.3</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit ba50a2f

Please sign in to comment.