Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
YoshikoWrapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philipp Spohr
YoshikoWrapper
Commits
76d61ceb
Commit
76d61ceb
authored
7 years ago
by
Philipp Spohr
Browse files
Options
Downloads
Patches
Plain Diff
Bump version numbers
parent
a95f269b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+2
-2
2 additions, 2 deletions
pom.xml
src/main/java/de/hhu/ba/yoshikoWrapper/core/YoshikoLoader.java
+1
-1
1 addition, 1 deletion
...ain/java/de/hhu/ba/yoshikoWrapper/core/YoshikoLoader.java
with
3 additions
and
3 deletions
pom.xml
+
2
−
2
View file @
76d61ceb
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<properties>
<properties>
<bundle.symbolicName>
de.hhu.ba.yoshikoWrapper
</bundle.symbolicName>
<bundle.symbolicName>
de.hhu.ba.yoshikoWrapper
</bundle.symbolicName>
<bundle.namespace>
de.hhu.ba.yoshikoWrapper
</bundle.namespace>
<bundle.namespace>
de.hhu.ba.yoshikoWrapper
</bundle.namespace>
<cytoscape.api.version>
3.
5
.0
</cytoscape.api.version>
<cytoscape.api.version>
3.
6
.0
</cytoscape.api.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven-bundle-plugin.version>
2.3.4
</maven-bundle-plugin.version>
<maven-bundle-plugin.version>
2.3.4
</maven-bundle-plugin.version>
<osgi.api.version>
4.2.0
</osgi.api.version>
<osgi.api.version>
4.2.0
</osgi.api.version>
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<groupId>
de.hhu.ba
</groupId>
<groupId>
de.hhu.ba
</groupId>
<artifactId>
yoshikoWrapper
</artifactId>
<artifactId>
yoshikoWrapper
</artifactId>
<version>
0.1.
4
</version>
<version>
0.1.
5
</version>
<name>
YoshikoWrapper
</name>
<name>
YoshikoWrapper
</name>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/de/hhu/ba/yoshikoWrapper/core/YoshikoLoader.java
+
1
−
1
View file @
76d61ceb
...
@@ -31,7 +31,7 @@ import de.hhu.ba.yoshikoWrapper.swig.LibraryInterface;
...
@@ -31,7 +31,7 @@ import de.hhu.ba.yoshikoWrapper.swig.LibraryInterface;
public
class
YoshikoLoader
{
public
class
YoshikoLoader
{
public
static
final
String
REQUIRED_VERSION
=
"2.
1.1
"
;
public
static
final
String
REQUIRED_VERSION
=
"2.
2.0
"
;
private
static
boolean
isLoaded
;
private
static
boolean
isLoaded
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment