Skip to content

Commit

Permalink
[maven-release-plugin] prepare release archetypes_2.9.1-2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fmpwizard committed Jun 13, 2013
1 parent d34ccdf commit 5bc6574
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 31 deletions.
6 changes: 2 additions & 4 deletions lift-archetype-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
~ 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>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.9.1</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<artifactId>lift-archetype-basic_2.9.1</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
6 changes: 2 additions & 4 deletions lift-archetype-blank/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
~ 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>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.9.1</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<artifactId>lift-archetype-blank_2.9.1</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
6 changes: 2 additions & 4 deletions lift-archetype-jpa-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
~ 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>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.9.1</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<artifactId>lift-archetype-jpa-basic_2.9.1</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
6 changes: 2 additions & 4 deletions lift-archetype-jpa-blank-single/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
~ 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>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.9.1</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<artifactId>lift-archetype-jpa-blank-single_2.9.1</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
6 changes: 2 additions & 4 deletions lift-archetype-jpa-blank/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
~ 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>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.9.1</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<artifactId>lift-archetype-jpa-blank_2.9.1</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
6 changes: 2 additions & 4 deletions lift-archetype-mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
~ 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>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.9.1</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<artifactId>lift-archetype-mvc_2.9.1</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
~ 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>

Expand All @@ -44,7 +42,7 @@
-->
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.9.1</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
<packaging>pom</packaging>

<!--
Expand Down Expand Up @@ -96,7 +94,7 @@
<ciManagement>
<system>hudson</system>
<url>http://hudson.scala-tools.org/job/lift-archetypes/</url>
<!-- <notifiers/> -->
<!-- <notifiers /> -->
</ciManagement>

<distributionManagement>
Expand Down Expand Up @@ -131,7 +129,7 @@
<!--
~ Dependency Settings
-->
<!-- <dependencyManagement/> -->
<!-- <dependencyManagement /> -->
<!-- Dependencies omitted, each project must provide their own -->
<!--<dependencies />-->

Expand Down Expand Up @@ -220,7 +218,7 @@
<!--
~ Reporting Settings
-->
<!-- <reporting/> -->
<!-- <reporting /> -->

<!--
~ Profile Settings
Expand Down

0 comments on commit 5bc6574

Please sign in to comment.