Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit dd69d0c9 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Pull request #22: [maven-release-plugin] prepare for next development iteration

Merge in EDELIVERY/smp from master to development

* commit '5347a5bb':
  fix oracle member db script
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 5.0-RC1
  fix deployment version for smp-wls-deploy
parents f4d7c54c 5347a5bb
No related branches found
No related tags found
No related merge requests found
......@@ -87,4 +87,4 @@ insert into SMP_RESOURCE_MEMBER ( CREATED_ON, LAST_UPDATED_ON, MEMBERSHIP_ROLE,
-- the SMP Resource memberships
insert into SMP_RESOURCE_MEMBER ( CREATED_ON, LAST_UPDATED_ON, MEMBERSHIP_ROLE, FK_RESOURCE_ID, FK_USER_ID)
select NOW(), NOW(), 'ADMIN', ow.FK_SG_ID, usr.ID from BCK_USER usr JOIN BCK_OWNERSHIP ow ON ow.FK_USER_ID = usr.id where usr.ROLE='SERVICE_GROUP_ADMIN';
select NOW(), NOW(), 'ADMIN', sgd.ID, usr.ID from BCK_USER usr JOIN BCK_OWNERSHIP ow ON ow.FK_USER_ID = usr.id JOIN BCK_SERVICE_GROUP_DOMAIN sgd ON sgd.FK_SG_ID=ow.FK_SG_ID where usr.ROLE='SERVICE_GROUP_ADMIN';
......@@ -88,4 +88,4 @@ insert into SMP_RESOURCE_MEMBER ( ID, CREATED_ON, LAST_UPDATED_ON, MEMBERSHIP_RO
-- the SMP Resource memberships
insert into SMP_RESOURCE_MEMBER (ID, CREATED_ON, LAST_UPDATED_ON, MEMBERSHIP_ROLE, FK_RESOURCE_ID, FK_USER_ID)
select SMP_RESOURCE_MEMBER_SEQ.nextval, sysdate, sysdate, 'ADMIN', ow.FK_SG_ID, usr.ID from BCK_USER usr JOIN BCK_OWNERSHIP ow ON ow.FK_USER_ID = usr.id where usr.ROLE='SERVICE_GROUP_ADMIN';
select SMP_RESOURCE_MEMBER_SEQ.nextval, sysdate, sysdate, 'ADMIN', sgd.ID, usr.ID from BCK_USER usr JOIN BCK_OWNERSHIP ow ON ow.FK_USER_ID = usr.id JOIN BCK_SERVICE_GROUP_DOMAIN sgd ON sgd.FK_SG_ID=ow.FK_SG_ID where usr.ROLE='SERVICE_GROUP_ADMIN';
......@@ -4,7 +4,7 @@
<parent>
<groupId>eu.europa.ec.edelivery</groupId>
<artifactId>smp-modules</artifactId>
<version>5.0-SNAPSHOT</version>
<version>5.0-RC2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>smp-wls-deploy</artifactId>
......@@ -74,4 +74,4 @@
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment