Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0-beta4-pre107
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenry committed Jan 29, 2014
1 parent 687b768 commit 306ff50
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions esup-opi-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
<parent>
<artifactId>esup-opi</artifactId>
<groupId>org.esupportail</groupId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</parent>
<artifactId>esup-opi-batch</artifactId>
<dependencies>
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-dao</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</dependency>
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-domain-services</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</dependency>
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-web-beans</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</dependency>
<dependency>
<groupId>org.unitils</groupId>
Expand Down
6 changes: 3 additions & 3 deletions esup-opi-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<artifactId>esup-opi</artifactId>
<groupId>org.esupportail</groupId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</parent>
<artifactId>esup-opi-dao</artifactId>
<description>couche d'accès aux données</description>
<dependencies>
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-domain-beans</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-utils</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</dependency>
</dependencies>
<name>esup-opi-dao</name>
Expand Down
2 changes: 1 addition & 1 deletion esup-opi-domain-beans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>esup-opi</artifactId>
<groupId>org.esupportail</groupId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</parent>
<artifactId>esup-opi-domain-beans</artifactId>
<description>The business object</description>
Expand Down
8 changes: 4 additions & 4 deletions esup-opi-domain-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
<parent>
<artifactId>esup-opi</artifactId>
<groupId>org.esupportail</groupId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</parent>
<artifactId>esup-opi-domain-services</artifactId>
<description>Domain Interface and Impl</description>
<dependencies>
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-domain-beans</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-dao</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-utils</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</dependency>
<dependency>
<groupId>org.esupportail</groupId>
Expand Down
4 changes: 2 additions & 2 deletions esup-opi-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>esup-opi</artifactId>
<groupId>org.esupportail</groupId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</parent>
<artifactId>esup-opi-utils</artifactId>
<description>couche utilitaire</description>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-domain-beans</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</dependency>
</dependencies>
<name>esup-opi-utils</name>
Expand Down
6 changes: 3 additions & 3 deletions esup-opi-web-beans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<parent>
<artifactId>esup-opi</artifactId>
<groupId>org.esupportail</groupId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</parent>
<artifactId>esup-opi-web-beans</artifactId>
<dependencies>
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-domain-services</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</dependency>
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-domain-beans</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.apache.avalon.framework</groupId> -->
Expand Down
8 changes: 4 additions & 4 deletions esup-opi-web-jsf-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>esup-opi</artifactId>
<groupId>org.esupportail</groupId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</parent>
<artifactId>esup-opi-web-jsf-servlet</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -124,12 +124,12 @@
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-web-beans</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
</dependency>
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-domain-services</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
<exclusions>
<exclusion>
<artifactId>ehcache-spring-annotations</artifactId>
Expand All @@ -140,7 +140,7 @@
<dependency>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi-utils</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
<exclusions>
<exclusion>
<artifactId>ehcache-spring-annotations</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.esupportail</groupId>
<artifactId>esup-opi</artifactId>
<version>2.0.0-beta4-pre107-SNAPSHOT</version>
<version>2.0.0-beta4-pre107</version>
<packaging>pom</packaging>
<description>An Blank Application to start your project</description>
<name>esup-opi</name>
Expand Down Expand Up @@ -75,7 +75,7 @@
<connection>scm:git:ssh://[email protected]/EsupPortail/esup-opi</connection>
<developerConnection>scm:git:ssh://[email protected]/EsupPortail/esup-opi</developerConnection>
<url>http://www.esup-portail.org/display/PROJESUPOPI/Home</url>
<tag>HEAD</tag>
<tag>2.0.0-beta4-pre107</tag>
</scm>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 306ff50

Please sign in to comment.