Skip to content

Commit

Permalink
[maven-release-plugin] prepare release peel-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexandrov committed Dec 8, 2014
1 parent 06e263b commit 5f001f4
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 32 deletions.
6 changes: 2 additions & 4 deletions peel-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>peel</artifactId>
<groupId>eu.stratosphere</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>


<artifactId>peel-core</artifactId>
<name>${project.artifactId}</name>

Expand Down
13 changes: 10 additions & 3 deletions peel-dist/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>peel</artifactId>
<groupId>eu.stratosphere</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>peel-dist</artifactId>
Expand Down Expand Up @@ -43,6 +42,14 @@
</descriptors>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
6 changes: 2 additions & 4 deletions peel-extensions/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>peel</artifactId>
<groupId>eu.stratosphere</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>


<artifactId>peel-extensions</artifactId>
<name>${project.artifactId}</name>

Expand Down
18 changes: 15 additions & 3 deletions peel-sketchbook/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>peel</artifactId>
<groupId>eu.stratosphere</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>


Expand Down Expand Up @@ -43,4 +42,17 @@
<artifactId>scalatest_${scala.tools.version}</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
25 changes: 7 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>eu.stratosphere</groupId>
<artifactId>peel</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
<description>Peel is a framework for automatic large-scale experiments for massively-parallel systems
and algorithms. It enables the conduction of fully automated and higly configurable experiments
that can be executed from a simple command line interface.</description>
<url>https://github.com/stratosphere/peel</url>
<packaging>pom</packaging>

<licenses>
<license>
Expand Down Expand Up @@ -65,6 +63,7 @@
<maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>2.9.1</maven-javadoc-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<nexus-staging-maven-plugin.version>1.6.3</nexus-staging-maven-plugin.version>

<!-- Java -->
Expand Down Expand Up @@ -100,16 +99,6 @@
<reflections.version>0.9.9-RC1</reflections.version>
</properties>


<!-- use of repositories is discouraded by sonatype
<repositories>
<repository>
<id>oss.sonatype.org</id>
<name>sonatype sapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>-->

<!-- Sonatype distribution management -->
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -141,17 +130,17 @@
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>peel-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>peel-extensions</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>peel-sketchbook</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<!-- Spring -->
Expand Down

0 comments on commit 5f001f4

Please sign in to comment.