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

Commit

Permalink
#1 update to 4.3.0 jargon
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Jan 5, 2018
1 parent 12cabc2 commit e6d6bcf
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Metalnx Logo](docs/IMAGES/mlx_logo_blue.png)

## Version: 4.2.1.0-SNAPSHOT
## Version: 2.0.0-SNAPSHOT
## Git Tag:
## Date: Oct 27, 2017

Expand Down
2 changes: 1 addition & 1 deletion src/emc-metalnx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.emc.metalnx</groupId>
<artifactId>emc-metalnx</artifactId>
<version>1.4.0</version>
<version>2.0.0</version>
</parent>
<artifactId>emc-metalnx-core</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/emc-metalnx-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.emc.metalnx</groupId>
<artifactId>emc-metalnx</artifactId>
<version>1.4.0</version>
<version>2.0.0</version>
</parent>
<artifactId>emc-metalnx-services</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/emc-metalnx-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.emc.metalnx</groupId>
<artifactId>emc-metalnx</artifactId>
<version>1.4.0</version>
<version>2.0.0</version>
</parent>

<artifactId>emc-metalnx-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/emc-metalnx-ui-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.emc.metalnx</groupId>
<artifactId>emc-metalnx</artifactId>
<version>1.4.0</version>
<version>2.0.0</version>
</parent>

<artifactId>emc-metalnx-ui-admin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/emc-metalnx-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.emc.metalnx</groupId>
<artifactId>emc-metalnx</artifactId>
<version>1.4.0</version>
<version>2.0.0</version>
</parent>

<artifactId>emc-metalnx-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/metalnx-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.emc.metalnx</groupId>
<artifactId>emc-metalnx</artifactId>
<version>1.4.0</version>
<version>2.0.0</version>
</parent>
<artifactId>metalnx-tools</artifactId>
<dependencies />
Expand Down
20 changes: 10 additions & 10 deletions src/pom.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?><!-- ~ Copyright (c) 2015-2017, Dell
EMC ~ ~ 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
<?xml version="1.0" encoding="UTF-8"?><!-- ~ Copyright (c) 2015-2017, Dell
EMC ~ ~ 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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.emc.metalnx</groupId>
<artifactId>emc-metalnx</artifactId>
<version>1.4.0</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<properties>
<project.version>1.4.0</project.version>

<!-- Jargon -->
<jargon.version>4.2.1.0-SNAPSHOT</jargon.version>
<jargon.version>4.3.0.0-SNAPSHOT</jargon.version>

<!-- Spring -->
<spring.version>4.2.9.RELEASE</spring.version>
Expand Down

0 comments on commit e6d6bcf

Please sign in to comment.