Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomYdn committed May 6, 2015
1 parent ce099bc commit 2f57295
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 21 deletions.
5 changes: 2 additions & 3 deletions orienteer-archetype-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
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/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>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>orienteer-archetype-war</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
6 changes: 2 additions & 4 deletions orienteer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
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/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>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>orienteer-core</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 2 additions & 4 deletions orienteer-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
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/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>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>orienteer-standalone</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 2 additions & 4 deletions orienteer-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
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/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>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>orienteer-war</artifactId>
<packaging>war</packaging>
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,21 @@
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/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>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>Orienteer</name>
<description>Orienteer - Modern Data Warehouse</description>
<url>http://orienteer.org</url>
<scm>
<url>https://github.com/OrienteerDW/Orienteer</url>
<connection>scm:git:ssh://github.com/OrienteerDW/Orienteer.git</connection>
<developerConnection>scm:git:ssh://[email protected]/OrienteerDW/Orienteer.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -326,7 +324,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 2f57295

Please sign in to comment.