Skip to content

Commit

Permalink
test with ACS 23.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgradecak committed Jun 12, 2024
1 parent 5c02f46 commit cfbe1d1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Build with Maven
run: ./mvnw compile
run: ./mvnw compile -DskipTests=true

test:
name: "tests (Alfresco version ${{ matrix.alfresco-version }})"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Profiles
-
We are using profiles to test against different Alfresco versions. If no configured Maven profiles are provided the default will be used and is specified by <activeByDefault>true</activeByDefault> in the pom.xml

example: mvn package -Pcommunity-23.1.0
example: mvn package -Pcommunity-23.2.1

Testing
-
Expand Down
9 changes: 6 additions & 3 deletions alfresco-mvc-aop/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>com.gradecak.alfresco-mvc</groupId>
<version>9.0.0</version>
<version>9.0.1</version>
<artifactId>alfresco-mvc-parent</artifactId>
<relativePath>../</relativePath>
</parent>

<artifactId>alfresco-mvc-aop</artifactId>

<name>Alfresco MVC aop</name>
<description>Glue between Spring AOP and Alfresco. This library enables the usage of Spring AOP within Alfresco.</description>
<description>Glue between Spring AOP and Alfresco. This library enables the
usage of Spring AOP within Alfresco.</description>

<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions alfresco-mvc-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
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>

<parent>
<groupId>com.gradecak.alfresco-mvc</groupId>
<version>9.0.0</version>
<version>9.0.1</version>
<artifactId>alfresco-mvc-parent</artifactId>
<relativePath>../</relativePath>
</parent>
Expand Down
9 changes: 6 additions & 3 deletions alfresco-mvc-rest/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>com.gradecak.alfresco-mvc</groupId>
<version>9.0.0</version>
<version>9.0.1</version>
<artifactId>alfresco-mvc-parent</artifactId>
<relativePath>../</relativePath>
</parent>

<artifactId>alfresco-mvc-rest</artifactId>

<name>Alfresco MVC rest</name>
<description>Glue between SpringMVC and Alfresco. This library enables the usage of Spring @MVC within Alfresco.</description>
<description>Glue between SpringMVC and Alfresco. This library enables the
usage of Spring @MVC within Alfresco.</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.gradecak.alfresco-mvc</groupId>
<version>9.0.0</version>
<version>9.0.1</version>
<artifactId>alfresco-mvc-parent</artifactId>
<packaging>pom</packaging>

Expand Down

0 comments on commit cfbe1d1

Please sign in to comment.