Skip to content

Commit

Permalink
Revert to snapshot version before RC3 to create the final release fro…
Browse files Browse the repository at this point in the history
…m it.

This reverts commit 7bef1c0.
  • Loading branch information
OndroMih committed Jul 25, 2017
1 parent 7bef1c0 commit 8711845
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
5 changes: 3 additions & 2 deletions api/pom.xml
Expand Up @@ -13,14 +13,15 @@
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">
<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>
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>1.0-RC3</version>
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.microprofile.config</groupId>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Expand Up @@ -13,12 +13,13 @@
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">
<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>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>1.0-RC3</version>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MicroProfile Config</name>

Expand Down Expand Up @@ -46,7 +47,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-config.git</connection>
<developerConnection>scm:git:https://github.com/eclipse/microprofile-config.git</developerConnection>
<url>https://github.com/eclipse/microprofile-config</url>
<tag>1.0-RC3</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
5 changes: 3 additions & 2 deletions spec/pom.xml
Expand Up @@ -13,14 +13,15 @@
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">
<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>
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>1.0-RC3</version>
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.microprofile.config</groupId>
Expand Down
5 changes: 3 additions & 2 deletions tck/pom.xml
Expand Up @@ -13,14 +13,15 @@
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">
<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>
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>1.0-RC3</version>
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.microprofile.config</groupId>
Expand Down

0 comments on commit 8711845

Please sign in to comment.