Skip to content

Commit

Permalink
Release 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosan7os committed Oct 23, 2014
1 parent 6048401 commit f208b53
Show file tree
Hide file tree
Showing 21 changed files with 22 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.3.3</version>
<version>3.3.4</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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.fenixedu</groupId>
<artifactId>bennu-client-aggregator</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
</parent>

<artifactId>bennu-admin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/bennu-io-ui/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.3.3</version>
<version>3.3.4</version>
</parent>

<artifactId>bennu-io-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/bennu-scheduler-ui/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.3.3</version>
<version>3.3.4</version>
</parent>

<artifactId>bennu-scheduler-ui</artifactId>
Expand Down
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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -42,7 +42,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>v3.3.3</tag>
<tag>v3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</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.3.3</version>
<version>3.3.4</version>
<name>Bennu Default Themes Aggregating Pom</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit f208b53

Please sign in to comment.