Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
TextGridLab
RDF Object Plugin
Commits
70e27a7e
Commit
70e27a7e
authored
Oct 21, 2020
by
Ubbo Veentjer
Browse files
version up
parent
704156af
Pipeline
#155490
passed with stages
in 2 minutes and 57 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
70e27a7e
...
...
@@ -23,3 +23,11 @@ finish feature
finish and squash commits
mvn gitflow:feature-finish -DfeatureSquash=true
### Versioning
Versions should be managed by maven-gitflow-plugin. If you need to change a
version manually you may do with
[
Tycho Versions Plugin
](
https://www.eclipse.org/tycho/sitedocs/tycho-release/tycho-versions-plugin/set-version-mojo.html
)
:
mvn tycho-versions:set-version -DnewVersion=0.0.3-SNAPSHOT
de.blumenbach_online.tglab.feature.sammlungsdb/feature.xml
View file @
70e27a7e
...
...
@@ -2,7 +2,7 @@
<feature
id=
"de.blumenbach_online.tglab.feature.sammlungsdb"
label=
"RDF Object Editor Feature"
version=
"0.0.
2
.qualifier"
>
version=
"0.0.
3
.qualifier"
>
<description
url=
"http://www.example.com/description"
>
RDF Object Editor Plugin for TextGridLab.
...
...
de.blumenbach_online.tglab.feature.sammlungsdb/pom.xml
View file @
70e27a7e
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
de.blumenbach_online.tglab
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.0.
2
-SNAPSHOT
</version>
<version>
0.0.
3
-SNAPSHOT
</version>
</parent>
<artifactId>
de.blumenbach_online.tglab.feature.sammlungsdb
</artifactId>
...
...
de.blumenbach_online.tglab.sammlungsdb/META-INF/MANIFEST.MF
View file @
70e27a7e
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: BOLSammlungDB
Bundle-SymbolicName: de.blumenbach_online.tglab.sammlungsdb; singleton:=true
Bundle-Version: 0.0.
2
.qualifier
Bundle-Version: 0.0.
3
.qualifier
Bundle-Activator: de.blumenbach_online.tglab.sammlungsdb.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
...
...
de.blumenbach_online.tglab.sammlungsdb/pom.xml
View file @
70e27a7e
...
...
@@ -6,7 +6,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
de.blumenbach_online.tglab
</groupId>
<version>
0.0.
2
-SNAPSHOT
</version>
<version>
0.0.
3
-SNAPSHOT
</version>
</parent>
<artifactId>
de.blumenbach_online.tglab.sammlungsdb
</artifactId>
...
...
p2repository/pom.xml
View file @
70e27a7e
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
de.blumenbach_online.tglab
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.0.
2
-SNAPSHOT
</version>
<version>
0.0.
3
-SNAPSHOT
</version>
</parent>
<artifactId>
p2repository
</artifactId>
...
...
pom.xml
View file @
70e27a7e
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.blumenbach_online.tglab
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.0.
2
-SNAPSHOT
</version>
<version>
0.0.
3
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<parent>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment