Skip to content

Commit

Permalink
[maven-release-plugin] prepare release geronimo-microprofile-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Dec 18, 2018
1 parent e47f8d5 commit cf99a87
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 21 deletions.
6 changes: 2 additions & 4 deletions geronimo-microprofile-aggregator/pom.xml
Expand Up @@ -15,13 +15,11 @@
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">
<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">
<parent>
<artifactId>geronimo-microprofile</artifactId>
<groupId>org.apache.geronimo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 2 additions & 6 deletions geronimo-microprofile-site/pom.xml
Expand Up @@ -15,15 +15,11 @@
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">
<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">
<parent>
<artifactId>geronimo-microprofile</artifactId>
<groupId>org.apache.geronimo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 3 additions & 7 deletions pom.xml
Expand Up @@ -15,11 +15,7 @@
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">
<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 @@ -30,7 +26,7 @@

<groupId>org.apache.geronimo</groupId>
<artifactId>geronimo-microprofile</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Geronimo Microprofile</name>
<packaging>pom</packaging>
<description>
Expand All @@ -47,7 +43,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-microprofile.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-microprofile.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf/geronimo-microprofile.git</url>
<tag>HEAD</tag>
<tag>geronimo-microprofile-1.0.0</tag>
</scm>

<build>
Expand Down
6 changes: 2 additions & 4 deletions utilda/pom.xml
Expand Up @@ -15,13 +15,11 @@
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">
<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">
<parent>
<artifactId>geronimo-microprofile</artifactId>
<groupId>org.apache.geronimo</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit cf99a87

Please sign in to comment.