Upgrade default Alfresco version to 4.2.e - and upgrade all outdated Maven plugins too

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@702 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
slanglois
2013-10-17 10:42:20 +00:00
parent 16e3456457
commit 59f63764ec
5 changed files with 20 additions and 20 deletions

View File

@@ -70,8 +70,8 @@ public class DemoComponentTest {
NodeRef companyHome = demoComponent.getCompanyHome(); NodeRef companyHome = demoComponent.getCompanyHome();
int childNodeCount = demoComponent.childNodesCount(companyHome); int childNodeCount = demoComponent.childNodesCount(companyHome);
assertNotNull(childNodeCount); assertNotNull(childNodeCount);
// There are 5 folders by default under Company Home // There are 7 folders by default under Company Home
assertEquals(5, childNodeCount); assertEquals(7, childNodeCount);
} }
} }

View File

@@ -2,10 +2,10 @@
package=it.pkg package=it.pkg
version=0.1-SNAPSHOT version=0.1-SNAPSHOT
groupId=archetype.it groupId=archetype.it
alfresco_target_version=4.2.c alfresco_target_version=4.2.e
$=cat archetype.properties $=cat archetype.properties
alfresco_target_groupId=org.alfresco alfresco_target_groupId=org.alfresco
alfresco_target_amp_client_war=alfresco alfresco_target_amp_client_war=alfresco
alfresco_target_amp_client_war_groupId=org.alfresco alfresco_target_amp_client_war_groupId=org.alfresco
alfresco_target_amp_client_war_version=4.2.c alfresco_target_amp_client_war_version=4.2.e
artifactId=basic artifactId=basic

View File

@@ -17,7 +17,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version> <version>3.1</version>
<configuration> <configuration>
<source>1.6</source> <source>1.6</source>
<target>1.6</target> <target>1.6</target>
@@ -26,7 +26,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId> <artifactId>maven-plugin-plugin</artifactId>
<version>3.0</version> <version>3.2</version>
<executions> <executions>
<execution> <execution>
<id>generated-helpmojo</id> <id>generated-helpmojo</id>
@@ -93,7 +93,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId> <artifactId>maven-plugin-plugin</artifactId>
<version>3.0</version> <version>3.2</version>
</plugin> </plugin>
</plugins> </plugins>
</reporting> </reporting>

View File

@@ -138,10 +138,10 @@
<id>release</id> <id>release</id>
<properties> <properties>
<maven.site.url>https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-lifecycle-aggregator/latest</maven.site.url> <maven.site.url>https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-lifecycle-aggregator/latest</maven.site.url>
<maven.release.version>2.4</maven.release.version> <maven.release.version>2.4.1</maven.release.version>
<maven.release.goals>deploy site-deploy</maven.release.goals> <maven.release.goals>deploy site-deploy</maven.release.goals>
<maven.site.version>3.2</maven.site.version> <maven.site.version>3.3</maven.site.version>
<maven.changes.version>2.8</maven.changes.version> <maven.changes.version>2.9</maven.changes.version>
</properties> </properties>
<build> <build>
<plugins> <plugins>

View File

@@ -37,7 +37,7 @@
| For available versions please search on https://artifacts.alfresco.com/nexus/index.html | For available versions please search on https://artifacts.alfresco.com/nexus/index.html
--> -->
<alfresco.groupId>org.alfresco</alfresco.groupId> <alfresco.groupId>org.alfresco</alfresco.groupId>
<alfresco.version>4.2.c</alfresco.version> <alfresco.version>4.2.e</alfresco.version>
<!-- Values can be "alfresco" or "share". Default value is 'alfresco' assuming you are developing a repository AMP, change to share for share AMPs <!-- Values can be "alfresco" or "share". Default value is 'alfresco' assuming you are developing a repository AMP, change to share for share AMPs
| This impact (in AMP projects) the choice of the WAR project for embedded run | This impact (in AMP projects) the choice of the WAR project for embedded run
@@ -97,23 +97,23 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Maven Plugins Versions used by the SDK --> <!-- Maven Plugins Versions used by the SDK -->
<maven.compiler.version>3.0</maven.compiler.version> <maven.compiler.version>3.1</maven.compiler.version>
<maven.clean.version>2.5</maven.clean.version> <maven.clean.version>2.5</maven.clean.version>
<maven.dependency.version>2.8</maven.dependency.version> <maven.dependency.version>2.8</maven.dependency.version>
<maven.enforcer.plugin>1.2</maven.enforcer.plugin> <maven.enforcer.plugin>1.3</maven.enforcer.plugin>
<maven.resources.version>2.6</maven.resources.version> <maven.resources.version>2.6</maven.resources.version>
<maven.surefire.version>2.13</maven.surefire.version> <maven.surefire.version>2.16</maven.surefire.version>
<maven.install.version>2.4</maven.install.version> <maven.install.version>2.5</maven.install.version>
<maven.jar.version>2.4</maven.jar.version> <maven.jar.version>2.4</maven.jar.version>
<maven.war.version>2.3</maven.war.version> <maven.war.version>2.4</maven.war.version>
<maven.release.version>2.4</maven.release.version> <maven.release.version>2.4.1</maven.release.version>
<maven.buildhelper.version>1.7</maven.buildhelper.version> <maven.buildhelper.version>1.8</maven.buildhelper.version>
<maven.jetty.version>6.1.26</maven.jetty.version> <maven.jetty.version>6.1.26</maven.jetty.version>
<!-- This is used for the site deployment procedure (override in your POM as needed) --> <!-- This is used for the site deployment procedure (override in your POM as needed) -->
<stagingDirectory>../../target/staging/poms/alfresco-sdk-parent</stagingDirectory> <stagingDirectory>../../target/staging/poms/alfresco-sdk-parent</stagingDirectory>
<!-- Alfresco Maven plugin in use throughout the SDK --> <!-- Alfresco Maven plugin in use throughout the SDK -->
<maven.alfresco.version>1.0.3-SNAPSHOT</maven.alfresco.version> <maven.alfresco.version>1.0.3-SNAPSHOT</maven.alfresco.version>
<h2.version>1.3.170</h2.version> <h2.version>1.3.173</h2.version>
<h2-support.version>1.5</h2-support.version> <h2-support.version>1.5</h2-support.version>
</properties> </properties>