Skip to content

Commit

Permalink
Merge branch 'release/2020-11-rc3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan authored and Ivan committed Dec 2, 2020
2 parents 925492d + ba0e996 commit 6810430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := """SysML-v2-API-Services"""
organization := "org.omg"

version := "2020-11-rc2"
version := "2020-11-rc3"

javacOptions ++= Seq("-source", "11", "-target", "11", "-Xlint")

Expand Down
2 changes: 2 additions & 0 deletions conf/META-INF/persistence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<class>org.omg.sysml.metamodel.impl.RequirementConstraintMembershipImpl</class>
<class>org.omg.sysml.metamodel.impl.RequirementDefinitionImpl</class>
<class>org.omg.sysml.metamodel.impl.RequirementUsageImpl</class>
<class>org.omg.sysml.metamodel.impl.RequirementVerificationMembershipImpl</class>
<class>org.omg.sysml.metamodel.impl.ResultExpressionMembershipImpl</class>
<class>org.omg.sysml.metamodel.impl.ReturnParameterMembershipImpl</class>
<class>org.omg.sysml.metamodel.impl.SatisfyRequirementUsageImpl</class>
Expand All @@ -128,6 +129,7 @@
<class>org.omg.sysml.metamodel.impl.TransferActionUsageImpl</class>
<class>org.omg.sysml.metamodel.impl.TransitionFeatureMembershipImpl</class>
<class>org.omg.sysml.metamodel.impl.TransitionUsageImpl</class>
<class>org.omg.sysml.metamodel.impl.TypeFeaturingImpl</class>
<class>org.omg.sysml.metamodel.impl.TypeImpl</class>
<class>org.omg.sysml.metamodel.impl.UsageImpl</class>
<class>org.omg.sysml.metamodel.impl.VariantMembershipImpl</class>
Expand Down

0 comments on commit 6810430

Please sign in to comment.