Skip to content

Commit

Permalink
[DSI Releaser] prepare release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarvalho committed May 28, 2014
1 parent 177be50 commit 0a8cf34
Show file tree
Hide file tree
Showing 21 changed files with 30 additions and 22 deletions.
2 changes: 1 addition & 1 deletion bennu-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-portal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/bennu-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>bennu-admin</artifactId>
<name>Bennu Admin</name>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>

<repositories>
<repository>
Expand Down
6 changes: 5 additions & 1 deletion client/bennu-io-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</properties>

<artifactId>bennu-io-ui</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<name>Bennu IO UI</name>

<build>
Expand All @@ -37,4 +37,8 @@
<url>https://fenix-ashes.ist.utl.pt/nexus/content/groups/fenix-ashes-maven-repository</url>
</repository>
</repositories>

<scm>
<tag>v3.1.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion client/bennu-scheduler-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</properties>

<artifactId>bennu-scheduler-ui</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<name>Bennu Scheduler UI</name>

<repositories>
Expand All @@ -23,4 +23,8 @@
<url>https://fenix-ashes.ist.utl.pt/nexus/content/groups/fenix-ashes-maven-repository</url>
</repository>
</repositories>

<scm>
<tag>v3.1.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion client/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-client-aggregator</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>bennu-client-aggregator</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<name>Bennu Framework Client Components Aggregating Pom</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion maven/archetypes/bennu-project-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-archetypes</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-project-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven/archetypes/bennu-webapp-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-archetypes</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-webapp-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven/archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-maven</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-archetypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven/bennu-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-maven</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>bennu-maven</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>

<name>Bennu Maven Tools</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<artifactId>bennu</artifactId>
<name>Bennu Framework</name>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:[email protected]:fenixedu/bennu.git</connection>
<developerConnection>scm:git:[email protected]:fenixedu/bennu.git</developerConnection>
<url>http://fenixedu.github.io/bennu</url>
<tag>HEAD</tag>
<tag>v3.1.0</tag>
</scm>

<build>
Expand Down
2 changes: 1 addition & 1 deletion server/bennu-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>bennu-core-test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>

<properties>
<code.generator.class>pt.ist.fenixframework.backend.jvstm.JVSTMCodeGenerator</code.generator.class>
Expand Down
2 changes: 1 addition & 1 deletion server/bennu-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-server-aggregator</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/bennu-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-server-aggregator</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/bennu-scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-server-aggregator</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-scheduler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/bennu-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-server-aggregator</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-server-aggregator</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bennu-server-aggregator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion theme/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-theme-aggregator</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>default-theme</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>bennu-theme-aggregator</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<name>Bennu Default Themes Aggregating Pom</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 0a8cf34

Please sign in to comment.