Skip to content

Commit

Permalink
#1364 set new pre-release version 3.2.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungtaak committed Feb 1, 2019
1 parent 6a8176d commit 9eac96f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 33 deletions.
2 changes: 1 addition & 1 deletion discovery-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>metatron-discovery</artifactId>
<groupId>app.metatron.discovery</groupId>
<version>3.1.2</version>
<version>3.2.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion discovery-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>metatron-discovery</artifactId>
<groupId>app.metatron.discovery</groupId>
<version>3.1.2</version>
<version>3.2.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion discovery-prep-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>metatron-discovery</artifactId>
<groupId>app.metatron.discovery</groupId>
<version>3.1.2</version>
<version>3.2.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
16 changes: 1 addition & 15 deletions discovery-server/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ 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 specic language governing permissions and
~ limitations under the License.
-->

<!--
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -32,7 +18,7 @@
<parent>
<artifactId>metatron-discovery</artifactId>
<groupId>app.metatron.discovery</groupId>
<version>3.1.2</version>
<version>3.2.0-rc2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
~ See the License for the specic language governing permissions and
~ limitations under the License.
-->

<!--3
~ 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">
Expand All @@ -34,7 +20,7 @@
<groupId>app.metatron.discovery</groupId>
<artifactId>metatron-discovery</artifactId>
<packaging>pom</packaging>
<version>3.1.2</version>
<version>3.2.0-rc2</version>

<modules>
<module>discovery-frontend</module>
Expand Down

0 comments on commit 9eac96f

Please sign in to comment.