Skip to content

Commit

Permalink
Preparing release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdela committed Mar 14, 2021
1 parent bb271e0 commit 8acd567
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 36 deletions.
2 changes: 1 addition & 1 deletion bytecode-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>pl.gdela</groupId>
<artifactId>socomo-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<artifactId>bytecode-tests</artifactId>
<packaging>jar</packaging>
Expand Down
11 changes: 2 additions & 9 deletions bytecode-tests/socomo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@
<html lang='en'>
<head>
<title>Socomo: Bytecode Analyzer Tests</title>
<link href='http://localhost:8086/index.css' rel='stylesheet'/>
<script src='http://localhost:8086/index.js'></script>
<script>
if (typeof socomo === 'undefined') document.write(
'<i>Socomo 2.4-SNAPSHOT, an in-development version, was used to generate this file. To view it ' +
'you need to be running `npm --prefix socomo-view run serve` in your local clone of Socomo.</i>' +
'<style>script{display:block;white-space:pre;font-family:monospace;}i{color:red;}</style>'
)
</script>
<link href='https://cdn.jsdelivr.net/gh/gdela/[email protected]/socomo-view/dist/index.css' rel='stylesheet'/>
<script src='https://cdn.jsdelivr.net/gh/gdela/[email protected]/socomo-view/dist/index.js'></script>
<script src='target/socomo.data' async></script>
<meta http-equiv='content-type' content='text/html;charset=UTF-8'/>
</head>
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 @@
<groupId>pl.gdela</groupId>
<artifactId>socomo-parent</artifactId>
<packaging>pom</packaging>
<version>2.4-SNAPSHOT</version>
<version>2.3.1</version>

<name>Socomo</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion socomo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>pl.gdela</groupId>
<artifactId>socomo-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<artifactId>socomo-core</artifactId>
<packaging>jar</packaging>
Expand Down
11 changes: 2 additions & 9 deletions socomo-core/socomo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@
<html lang='en'>
<head>
<title>Socomo: Socomo Core</title>
<link href='http://localhost:8086/index.css' rel='stylesheet'/>
<script src='http://localhost:8086/index.js'></script>
<script>
if (typeof socomo === 'undefined') document.write(
'<i>Socomo 2.4-SNAPSHOT, an in-development version, was used to generate this file. To view it ' +
'you need to be running `npm --prefix socomo-view run serve` in your local clone of Socomo.</i>' +
'<style>script{display:block;white-space:pre;font-family:monospace;}i{color:red;}</style>'
)
</script>
<link href='https://cdn.jsdelivr.net/gh/gdela/[email protected]/socomo-view/dist/index.css' rel='stylesheet'/>
<script src='https://cdn.jsdelivr.net/gh/gdela/[email protected]/socomo-view/dist/index.js'></script>
<script src='target/socomo.data' async></script>
<meta http-equiv='content-type' content='text/html;charset=UTF-8'/>
</head>
Expand Down
2 changes: 1 addition & 1 deletion socomo-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>pl.gdela</groupId>
<artifactId>socomo-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<artifactId>socomo-maven</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
11 changes: 2 additions & 9 deletions socomo-maven/socomo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@
<html lang='en'>
<head>
<title>Socomo: Socomo Maven Plugin</title>
<link href='http://localhost:8086/index.css' rel='stylesheet'/>
<script src='http://localhost:8086/index.js'></script>
<script>
if (typeof socomo === 'undefined') document.write(
'<i>Socomo 2.4-SNAPSHOT, an in-development version, was used to generate this file. To view it ' +
'you need to be running `npm --prefix socomo-view run serve` in your local clone of Socomo.</i>' +
'<style>script{display:block;white-space:pre;font-family:monospace;}i{color:red;}</style>'
)
</script>
<link href='https://cdn.jsdelivr.net/gh/gdela/[email protected]/socomo-view/dist/index.css' rel='stylesheet'/>
<script src='https://cdn.jsdelivr.net/gh/gdela/[email protected]/socomo-view/dist/index.js'></script>
<script src='target/socomo.data' async></script>
<meta http-equiv='content-type' content='text/html;charset=UTF-8'/>
</head>
Expand Down
2 changes: 1 addition & 1 deletion socomo-view/dist/bundle.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions socomo-view/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion socomo-view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>pl.gdela</groupId>
<artifactId>socomo-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.3.1</version>
</parent>
<artifactId>socomo-view</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 8acd567

Please sign in to comment.