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

Commit

Permalink
version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
phaus committed Jan 4, 2017
1 parent b43dae4 commit 5bbe283
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 24 deletions.
30 changes: 19 additions & 11 deletions ldap-connector/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (C) 2012 innoQ Deutschland GmbH Licensed under the Apache
License, Version 2.0 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the License. -->
<!--
Copyright (C) 2012 innoQ Deutschland GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.innoq.liqid</groupId>
<artifactId>liqid-parent</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.7</version>
</parent>
<artifactId>ldap-connector</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.7</version>
<packaging>jar</packaging>
<name>LiQID LDAP-connector</name>
<dependencies>
Expand All @@ -27,12 +35,12 @@
<dependency>
<groupId>com.innoq.liqid</groupId>
<artifactId>utils</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.7</version>
</dependency>
<dependency>
<groupId>com.innoq.liqid</groupId>
<artifactId>model</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.7</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.8-SNAPSHOT</version>
<version>1.7</version>
</parent>
<artifactId>model</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.7</version>
<packaging>jar</packaging>
<name>LiQID Model</name>
<dependencies>
Expand Down
24 changes: 16 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (C) 2012-2016 innoQ Deutschland GmbH Licensed under the Apache
License, Version 2.0 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the License. -->
<!--
Copyright (C) 2012 innoQ Deutschland GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.innoq</groupId>
Expand All @@ -15,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.innoq.liqid</groupId>
<artifactId>liqid-parent</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.7</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.8-SNAPSHOT</version>
<version>1.7</version>
</parent>
<artifactId>utils</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.7</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.8-SNAPSHOT</version>
<version>1.7</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit 5bbe283

Please sign in to comment.