Skip to content

Commit

Permalink
Bumping versions to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paterczyk committed May 8, 2015
1 parent 3a18ff2 commit 33e997e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
7 changes: 3 additions & 4 deletions auth/pom.xml
@@ -1,13 +1,12 @@
<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-pom</artifactId>
<version>1.4.0</version>
</parent>
<artifactId>lightblue-rest-auth</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<repositories>
Expand Down Expand Up @@ -101,4 +100,4 @@
</build>
</profile>
</profiles>
</project>
</project>
7 changes: 3 additions & 4 deletions crud-cert-auth/pom.xml
@@ -1,5 +1,4 @@
<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
Expand All @@ -8,7 +7,7 @@
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-crud-cert-auth</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<packaging>war</packaging>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<dependencies>
Expand All @@ -22,7 +21,7 @@
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-auth</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
7 changes: 3 additions & 4 deletions metadata-cert-auth/pom.xml
@@ -1,5 +1,4 @@
<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.redhat.lightblue.rest</groupId>
Expand All @@ -8,7 +7,7 @@
</parent>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-metadata-cert-auth</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<packaging>war</packaging>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>
<dependencies>
Expand All @@ -22,7 +21,7 @@
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-auth</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
5 changes: 2 additions & 3 deletions rest-test/pom.xml
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -8,7 +7,7 @@
<version>1.4.0</version>
</parent>

<artifactId>lightblue-rest-test</artifactId>
<version>1.4.0</version><artifactId>lightblue-rest-test</artifactId>
<name>lightblue-rest: ${project.groupId}|${project.artifactId}</name>

<dependencies>
Expand Down

0 comments on commit 33e997e

Please sign in to comment.