Skip to content

Commit

Permalink
Merge pull request #219 from xenit-eu/master
Browse files Browse the repository at this point in the history
Release of Alfred API 5.0.3
  • Loading branch information
pvriel committed Jun 17, 2024
2 parents 4971c2f + 63acbff commit bec19bf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Alfred API - Changelog

## 5.0.3 (2024-06-17)

### Fixed

* [ALFREDAPI-554](https://xenitsupport.jira.com/browse/ALFREDAPI-554): expose `apix-impl`
beans in main application context (to be used by other AMPs)

## 5.0.2 (2024-05-14)

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan(basePackageClasses = {
Version.class,
})
@ComponentScan(basePackages = {"eu.xenit.apix.alfresco"})
public class SpringConfiguration {

}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def static getVersionQualifier(String branch_name) {
}

ext {
versionWithoutQualifier = '5.0.2'
versionWithoutQualifier = '5.0.3'

de_version = '3.1.0' // Only used for integration testing
mvc = '8.0.0'
Expand Down
2 changes: 2 additions & 0 deletions src/config/module-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
</list>
</property>
</bean>

<bean class="eu.xenit.apix.SpringConfiguration"/>
</beans>

0 comments on commit bec19bf

Please sign in to comment.