Skip to content

Commit

Permalink
Prepare release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Dec 21, 2023
1 parent 0d6f271 commit 695d2ea
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 21 deletions.
2 changes: 1 addition & 1 deletion org.emoflon.ilp.dependencies/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: Dependencies
Bundle-SymbolicName: org.emoflon.ilp.dependencies
Bundle-Version: 0.0.1.qualifier
Bundle-Version: 0.0.1
Bundle-ClassPath: cplex-22.1.1.jar,
glpk-java-4.65.jar,
glpk-java-javadoc-4.65.jar,
Expand Down
4 changes: 2 additions & 2 deletions org.emoflon.ilp.dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>org.emoflon.ilp.group</groupId>
<artifactId>org.emoflon.ilp.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<groupId>org.emoflon.ilp.group</groupId>
<artifactId>org.emoflon.ilp.dependencies</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>eclipse-plugin</packaging>

</project>
9 changes: 2 additions & 7 deletions org.emoflon.ilp.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.emoflon.ilp.feature"
label="eMoflon-ILP"
version="0.0.1.qualifier">
version="0.0.1">

<description>
eMoflon-ILP plug-in
Expand Down Expand Up @@ -674,15 +674,10 @@ For more information on this, and how to apply and follow the GNU AGPL, see

<plugin
id="org.emoflon.ilp"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.emoflon.ilp.dependencies"
download-size="0"
install-size="0"
version="0.0.0"/>

</feature>
4 changes: 2 additions & 2 deletions org.emoflon.ilp.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.emoflon.ilp.group</groupId>
<artifactId>org.emoflon.ilp.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<groupId>org.emoflon.ilp.group</groupId>
<artifactId>org.emoflon.ilp.feature</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion org.emoflon.ilp.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: Tests
Bundle-SymbolicName: org.emoflon.ilp.tests
Bundle-Version: 0.0.1.qualifier
Bundle-Version: 0.0.1
Require-Bundle: org.junit,
junit-jupiter-api,
org.emoflon.ilp;bundle-version="0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions org.emoflon.ilp.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>org.emoflon.ilp.group</groupId>
<artifactId>org.emoflon.ilp.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<groupId>org.emoflon.ilp.group</groupId>
<artifactId>org.emoflon.ilp.tests</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>eclipse-test-plugin</packaging>

</project>
4 changes: 2 additions & 2 deletions org.emoflon.ilp.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.emoflon.ilp.group</groupId>
<artifactId>org.emoflon.ilp.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<groupId>org.emoflon.ilp.group</groupId>
<artifactId>org.emoflon.ilp.updatesite</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>eclipse-repository</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.emoflon.ilp/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: Ilp
Bundle-SymbolicName: org.emoflon.ilp
Bundle-Version: 0.0.1.qualifier
Bundle-Version: 0.0.1
Automatic-Module-Name: org.emoflon.ilp
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.junit,
Expand Down
4 changes: 2 additions & 2 deletions org.emoflon.ilp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>org.emoflon.ilp.group</groupId>
<artifactId>org.emoflon.ilp.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<groupId>org.emoflon.ilp.group</groupId>
<artifactId>org.emoflon.ilp</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>eclipse-plugin</packaging>

<reporting>
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>org.emoflon.ilp.group</groupId>
<artifactId>org.emoflon.ilp.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>eMoflon-ILP for Eclipse</name>

Expand Down

0 comments on commit 695d2ea

Please sign in to comment.