Skip to content

Commit

Permalink
Maven Version set to 1.2.3, updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Apr 15, 2019
1 parent 9e0ba83 commit b0d4c2c
Show file tree
Hide file tree
Showing 14 changed files with 1,259 additions and 1,259 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<groupId>org.cassproject</groupId>
<artifactId>cass</artifactId>
<packaging>war</packaging>
<version>1.2.2</version>
<version>1.2.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ec-version>2.8.2</ec-version>
<ec-version>2.8.3</ec-version>
<ew-version>5.15.1</ew-version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion src/main/js/cass.js
Original file line number Diff line number Diff line change
Expand Up @@ -91858,7 +91858,7 @@ EcAssertion = stjs.extend(EcAssertion, Assertion, [], function(constructor, prot
var me = this;
var encryptedValues = new Array();
new EcAsyncHelper().each(evidences, function(s, callback0) {
EcEncryptedValue.encryptValueAsync(s, this.id, this.subject.owner, this.subject.reader, function(ecEncryptedValue) {
EcEncryptedValue.encryptValueAsync(s, me.id, me.subject.owner, me.subject.reader, function(ecEncryptedValue) {
encryptedValues.push(ecEncryptedValue);
callback0();
}, callback0);
Expand Down
2,468 changes: 1,234 additions & 1,234 deletions src/main/js/cass.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/js/cass/cass.competency.js
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ EcAssertion = stjs.extend(EcAssertion, Assertion, [], function(constructor, prot
var me = this;
var encryptedValues = new Array();
new EcAsyncHelper().each(evidences, function(s, callback0) {
EcEncryptedValue.encryptValueAsync(s, this.id, this.subject.owner, this.subject.reader, function(ecEncryptedValue) {
EcEncryptedValue.encryptValueAsync(s, me.id, me.subject.owner, me.subject.reader, function(ecEncryptedValue) {
encryptedValues.push(ecEncryptedValue);
callback0();
}, callback0);
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/cass-align
2 changes: 1 addition & 1 deletion src/main/webapp/cass-editor
2 changes: 1 addition & 1 deletion src/main/webapp/cass-gap-analysis
2 changes: 1 addition & 1 deletion src/main/webapp/cass-profile
2 changes: 1 addition & 1 deletion src/main/webapp/cass-viewer
2 changes: 1 addition & 1 deletion src/main/webapp/cass-vlrc
2 changes: 1 addition & 1 deletion src/main/webapp/js/cass/cass.competency.js
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ EcAssertion = stjs.extend(EcAssertion, Assertion, [], function(constructor, prot
var me = this;
var encryptedValues = new Array();
new EcAsyncHelper().each(evidences, function(s, callback0) {
EcEncryptedValue.encryptValueAsync(s, this.id, this.subject.owner, this.subject.reader, function(ecEncryptedValue) {
EcEncryptedValue.encryptValueAsync(s, me.id, me.subject.owner, me.subject.reader, function(ecEncryptedValue) {
encryptedValues.push(ecEncryptedValue);
callback0();
}, callback0);
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/js/cass/cass.js
Original file line number Diff line number Diff line change
Expand Up @@ -70816,7 +70816,7 @@ EcAssertion = stjs.extend(EcAssertion, Assertion, [], function(constructor, prot
var me = this;
var encryptedValues = new Array();
new EcAsyncHelper().each(evidences, function(s, callback0) {
EcEncryptedValue.encryptValueAsync(s, this.id, this.subject.owner, this.subject.reader, function(ecEncryptedValue) {
EcEncryptedValue.encryptValueAsync(s, me.id, me.subject.owner, me.subject.reader, function(ecEncryptedValue) {
encryptedValues.push(ecEncryptedValue);
callback0();
}, callback0);
Expand Down
24 changes: 12 additions & 12 deletions src/main/webapp/js/cass/cass.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<url>http://github.com/cassproject/cass</url>

<properties>
<ec-version>2.8.2</ec-version>
<ec-version>2.8.3</ec-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit b0d4c2c

Please sign in to comment.