Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
de.hft-stuttgart.cityunits
Commits
b694749b
Commit
b694749b
authored
4 years ago
by
Kai-Holger Brassel
Browse files
Options
Download
Email Patches
Plain Diff
Increment version
parent
e393da65
Pipeline
#2234
passed with stage
in 4 minutes
Changes
15
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
.gitlab-ci.yml
+2
-2
.gitlab-ci.yml
de.hftstuttgart.cityunits.feature/feature.xml
+1
-1
de.hftstuttgart.cityunits.feature/feature.xml
de.hftstuttgart.cityunits.feature/pom.xml
+1
-1
de.hftstuttgart.cityunits.feature/pom.xml
de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF
+1
-1
de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF
de.hftstuttgart.cityunits.model.edit/pom.xml
+1
-1
de.hftstuttgart.cityunits.model.edit/pom.xml
de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF
+1
-1
de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF
de.hftstuttgart.cityunits.model/pom.xml
+1
-1
de.hftstuttgart.cityunits.model/pom.xml
de.hftstuttgart.cityunits.p2site/pom.xml
+1
-1
de.hftstuttgart.cityunits.p2site/pom.xml
de.hftstuttgart.cityunits.p2site/site.xml
+1
-1
de.hftstuttgart.cityunits.p2site/site.xml
de.hftstuttgart.cityunits.target/pom.xml
+1
-1
de.hftstuttgart.cityunits.target/pom.xml
de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF
+1
-1
de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF
de.hftstuttgart.cityunits.tests/pom.xml
+1
-1
de.hftstuttgart.cityunits.tests/pom.xml
de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF
+3
-3
de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF
de.hftstuttgart.cityunits.ui.renderer/pom.xml
+1
-1
de.hftstuttgart.cityunits.ui.renderer/pom.xml
pom.xml
+2
-2
pom.xml
with
19 additions
and
19 deletions
+19
-19
.gitlab-ci.yml
+
2
-
2
View file @
b694749b
variables
:
RELEASE_DIR
:
"
public/release_target_10
0
"
RELEASE_DIR
:
"
public/release_target_10
1
"
pages
:
stage
:
deploy
...
...
@@ -9,7 +9,7 @@ pages:
script
:
-
mvn --version
-
mvn clean install
# build p2 repo
-
rm -rf
$RELEASE_DIR
-
rm -rf
public
-
mkdir -p $RELEASE_DIR
-
cp -r de.hftstuttgart.cityunits.p2site/target/repository/* $RELEASE_DIR
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.feature/feature.xml
+
1
-
1
View file @
b694749b
...
...
@@ -2,7 +2,7 @@
<feature
id=
"de.hftstuttgart.cityunits.feature"
label=
"City Units"
version=
"1.0.
0
"
version=
"1.0.
1
"
provider-name=
"HfT Stuttgart"
>
<description
url=
"http://www.example.com/description"
>
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.feature/pom.xml
+
1
-
1
View file @
b694749b
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
</parent>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF
+
1
-
1
View file @
b694749b
...
...
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: de.hftstuttgart.cityunits.model.edit;singleton:=true
Automatic-Module-Name: de.hftstuttgart.cityunits.model.edit
Bundle-Version: 1.0.
0
Bundle-Version: 1.0.
1
Bundle-ClassPath: .
Bundle-Activator: de.hftstuttgart.cityunits.model.quantities.provider.QuantitiesEditPlugin$Implementation
Bundle-Vendor: %providerName
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.model.edit/pom.xml
+
1
-
1
View file @
b694749b
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
</parent>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF
+
1
-
1
View file @
b694749b
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: de.hftstuttgart.cityunits.model;singleton:=true
Bundle-Version: 1.0.
0
Bundle-Version: 1.0.
1
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.model/pom.xml
+
1
-
1
View file @
b694749b
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
</parent>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.p2site/pom.xml
+
1
-
1
View file @
b694749b
...
...
@@ -6,6 +6,6 @@
<parent>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
</parent>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.p2site/site.xml
+
1
-
1
View file @
b694749b
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature
url=
"features/de.hftstuttgart.cityunits.feature_1.0.
0
.jar"
id=
"de.hftstuttgart.cityunits.feature"
version=
"1.0.
0
"
>
<feature
url=
"features/de.hftstuttgart.cityunits.feature_1.0.
1
.jar"
id=
"de.hftstuttgart.cityunits.feature"
version=
"1.0.
1
"
>
<category
name=
"de.hftstuttgart.cityunits"
/>
</feature>
<category-def
name=
"de.hftstuttgart.cityunits"
label=
"HfT Stuttgart City Units"
>
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.target/pom.xml
+
1
-
1
View file @
b694749b
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
</parent>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF
+
1
-
1
View file @
b694749b
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: de.hftstuttgart.cityunits.tests
Bundle-Version: 1.0.
0
Bundle-Version: 1.0.
1
Automatic-Module-Name: de.hft.stuttgart.cityunits.tests
Import-Package: de.hftstuttgart.cityunits.model,
org.junit;version="4.13.0",
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.tests/pom.xml
+
1
-
1
View file @
b694749b
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
</parent>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF
+
3
-
3
View file @
b694749b
...
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: QuantityControl
Bundle-SymbolicName: de.hftstuttgart.cityunits.ui.renderer;singleton:=true
Bundle-Version: 1.0.
0
Bundle-Version: 1.0.
1
Bundle-Vendor: HfT Stuttgart
Export-Package: de.hftstuttgart.cityunits.ui.renderer;version="1.0.
0
"
Require-Bundle: de.hftstuttgart.cityunits.model;bundle-version="1.0.
0
",
Export-Package: de.hftstuttgart.cityunits.ui.renderer;version="1.0.
1
"
Require-Bundle: de.hftstuttgart.cityunits.model;bundle-version="1.0.
1
",
org.eclipse.emf.ecp.edit.swt;bundle-version="[1.24.0,2.0.0)",
org.eclipse.emf.ecp.ui.view.swt;bundle-version="[1.24.0,2.0.0)",
org.eclipse.emf.ecp.view.core.swt;bundle-version="[1.24.0,2.0.0)",
...
...
This diff is collapsed.
Click to expand it.
de.hftstuttgart.cityunits.ui.renderer/pom.xml
+
1
-
1
View file @
b694749b
...
...
@@ -9,6 +9,6 @@
<parent>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
</parent>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pom.xml
+
2
-
2
View file @
b694749b
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
<packaging>
pom
</packaging>
<name>
City Units Parent POM
</name>
...
...
@@ -36,7 +36,7 @@
<artifact>
<groupId>
de.hftstuttgart
</groupId>
<artifactId>
de.hftstuttgart.cityunits.target
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
</artifact>
</target>
<environments>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets