Skip to content

Commit

Permalink
Merge pull request #39 from CROSSINGTUD/release/update-dev-202
Browse files Browse the repository at this point in the history
Update develop to version 2.0.2-SNAPSHOT
  • Loading branch information
schlichtig authored Oct 1, 2020
2 parents 6843933 + fb753be commit 57d2cee
Show file tree
Hide file tree
Showing 17 changed files with 77 additions and 61 deletions.
8 changes: 4 additions & 4 deletions de.darmstadt.tu.crossing.CrySL.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.darmstadt.tu.crossing.CrySL.feature"
label="de.darmstadt.tu.crossing.CrySL.feature"
version="2.0.0.qualifier"
version="2.0.2.qualifier"
provider-name="Technical University Darmstadt, Paderborn University"
plugin="https://it.crossing.tu-darmstadt.de/cognicrypt/">

Expand Down Expand Up @@ -139,21 +139,21 @@ Exhibit A – Form of Secondary Licenses Notice
id="de.darmstadt.tu.crossing.CrySL"
download-size="0"
install-size="0"
version="2.0.0.qualifier"
version="2.0.2.qualifier"
unpack="false"/>

<plugin
id="de.darmstadt.tu.crossing.CrySL.ide"
download-size="0"
install-size="0"
version="2.0.0.qualifier"
version="2.0.2.qualifier"
unpack="false"/>

<plugin
id="de.darmstadt.tu.crossing.CrySL.ui"
download-size="0"
install-size="0"
version="2.0.0.qualifier"
version="2.0.2.qualifier"
unpack="false"/>

</feature>
5 changes: 3 additions & 2 deletions de.darmstadt.tu.crossing.CrySL.feature/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<project
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>de.darmstadt.tu.crossing.CrySL.feature</artifactId>
<packaging>eclipse-feature</packaging>
<parent>
<groupId>de.darmstadt.tu.crossing.CrySL</groupId>
<artifactId>de.darmstadt.tu.crossing.CrySL.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<groupId>de.darmstadt.tu.crossing.CrySL</groupId>
</project>
2 changes: 1 addition & 1 deletion de.darmstadt.tu.crossing.CrySL.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: de.darmstadt.tu.crossing.CrySL.ide
Bundle-Vendor: Technical University Darmstadt, Paderborn University
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.2.qualifier
Bundle-SymbolicName: de.darmstadt.tu.crossing.CrySL.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.darmstadt.tu.crossing.CrySL,
Expand Down
2 changes: 1 addition & 1 deletion de.darmstadt.tu.crossing.CrySL.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.darmstadt.tu.crossing.CrySL</groupId>
<artifactId>de.darmstadt.tu.crossing.CrySL.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>de.darmstadt.tu.crossing.CrySL.ide</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion de.darmstadt.tu.crossing.CrySL.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/de.darmstadt.tu.crossing.CrySL.feature_2.0.0.qualifier.jar" id="de.darmstadt.tu.crossing.CrySL.feature" version="2.0.0.qualifier">
<feature url="features/de.darmstadt.tu.crossing.CrySL.feature_2.0.2.qualifier.jar" id="de.darmstadt.tu.crossing.CrySL.feature" version="2.0.2.qualifier">
<category name="CrySL"/>
</feature>
<category-def name="CrySL" label="CrySL"/>
Expand Down
5 changes: 3 additions & 2 deletions de.darmstadt.tu.crossing.CrySL.repository/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<project
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>de.darmstadt.tu.crossing.CrySL.repository</artifactId>
<packaging>eclipse-repository</packaging>
<parent>
<groupId>de.darmstadt.tu.crossing.CrySL</groupId>
<artifactId>de.darmstadt.tu.crossing.CrySL.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<groupId>de.darmstadt.tu.crossing.CrySL</groupId>
<build>
Expand Down
2 changes: 1 addition & 1 deletion de.darmstadt.tu.crossing.CrySL.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.darmstadt.tu.crossing.CrySL</groupId>
<artifactId>de.darmstadt.tu.crossing.CrySL.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>de.darmstadt.tu.crossing.CrySL.target</artifactId>
<packaging>eclipse-target-definition</packaging>
Expand Down
2 changes: 1 addition & 1 deletion de.darmstadt.tu.crossing.CrySL.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: de.darmstadt.tu.crossing.CrySL.tests
Bundle-Vendor: Technical University Darmstadt, Paderborn University
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.2.qualifier
Bundle-SymbolicName: de.darmstadt.tu.crossing.CrySL.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.darmstadt.tu.crossing.CrySL,
Expand Down
2 changes: 1 addition & 1 deletion de.darmstadt.tu.crossing.CrySL.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.darmstadt.tu.crossing.CrySL</groupId>
<artifactId>de.darmstadt.tu.crossing.CrySL.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>de.darmstadt.tu.crossing.CrySL.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: de.darmstadt.tu.crossing.CrySL.ui.tests
Bundle-Vendor: Technical University Darmstadt, Paderborn University
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.2.qualifier
Bundle-SymbolicName: de.darmstadt.tu.crossing.CrySL.ui.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.darmstadt.tu.crossing.CrySL.ui,
Expand Down
2 changes: 1 addition & 1 deletion de.darmstadt.tu.crossing.CrySL.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.darmstadt.tu.crossing.CrySL</groupId>
<artifactId>de.darmstadt.tu.crossing.CrySL.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>de.darmstadt.tu.crossing.CrySL.ui.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion de.darmstadt.tu.crossing.CrySL.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: de.darmstadt.tu.crossing.CrySL.ui
Bundle-Vendor: Technical University Darmstadt, Paderborn University
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.2.qualifier
Bundle-SymbolicName: de.darmstadt.tu.crossing.CrySL.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: de.darmstadt.tu.crossing.CrySL,
Expand Down
2 changes: 1 addition & 1 deletion de.darmstadt.tu.crossing.CrySL.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.darmstadt.tu.crossing.CrySL</groupId>
<artifactId>de.darmstadt.tu.crossing.CrySL.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>de.darmstadt.tu.crossing.CrySL.ui</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion de.darmstadt.tu.crossing.CrySL/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: de.darmstadt.tu.crossing.CrySL
Bundle-Vendor: Technical University Darmstadt, Paderborn University
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.2.qualifier
Bundle-SymbolicName: de.darmstadt.tu.crossing.CrySL; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext,
Expand Down
2 changes: 1 addition & 1 deletion de.darmstadt.tu.crossing.CrySL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.darmstadt.tu.crossing.CrySL</groupId>
<artifactId>de.darmstadt.tu.crossing.CrySL.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.2-SNAPSHOT</version>
</parent>
<artifactId>de.darmstadt.tu.crossing.CrySL</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
Loading

0 comments on commit 57d2cee

Please sign in to comment.