Skip to content
Snippets Groups Projects
Commit 9dbe5954 authored by Constantin Jucovschi's avatar Constantin Jucovschi
Browse files

better pom versions

parent d30f564d
No related branches found
No related tags found
No related merge requests found
Showing
with 91 additions and 52 deletions
......@@ -13,12 +13,12 @@
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
......
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.compiler.source=1.7
......@@ -19,7 +19,14 @@
<groupId>info.kwarc.sally4</groupId>
<artifactId>MathHubWorker</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${sally4.version}</version>
<parent>
<groupId>info.kwarc.sally</groupId>
<artifactId>sally</artifactId>
<version>1.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
......@@ -45,20 +52,20 @@
<dependency>
<groupId>info.kwarc.sally4</groupId>
<artifactId>core</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>${sally4.version}</version>
</dependency>
<dependency>
<groupId>info.kwarc.sally4</groupId>
<artifactId>planetary</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${sally4.version}</version>
</dependency>
<dependency>
<groupId>info.kwarc.sally4</groupId>
<artifactId>docmanager</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${sally4.version}</version>
</dependency>
</dependencies>
......
......@@ -13,12 +13,12 @@
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
......
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.compiler.source=1.7
......@@ -19,8 +19,13 @@
<groupId>info.kwarc.sally4</groupId>
<artifactId>activemq</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${sally4.version}</version>
<parent>
<groupId>info.kwarc.sally</groupId>
<artifactId>sally</artifactId>
<version>1.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
<maven-bundle-plugin.version>2.4.0</maven-bundle-plugin.version>
......@@ -70,7 +75,7 @@
<dependency>
<groupId>info.kwarc.sally4</groupId>
<artifactId>core</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${sally4.version}</version>
</dependency>
</dependencies>
......
......@@ -17,12 +17,12 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
......
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.compiler.source=1.7
<project>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<parent>
<groupId>info.kwarc.sally</groupId>
<artifactId>sally</artifactId>
<version>1.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>info.kwarc.sally4</groupId>
<artifactId>core</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>${sally4.version}</version>
<name>Sally4 Core</name>
<properties>
......
......@@ -13,12 +13,12 @@
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
......
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.compiler.source=1.7
......@@ -19,7 +19,14 @@
<groupId>info.kwarc.sally4</groupId>
<artifactId>docmanager</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${sally4.version}</version>
<parent>
<groupId>info.kwarc.sally</groupId>
<artifactId>sally</artifactId>
<version>1.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
......@@ -33,13 +40,7 @@
<dependency>
<groupId>info.kwarc.sally4</groupId>
<artifactId>activemq</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>info.kwarc.sally4</groupId>
<artifactId>docmanager</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${sally4.version}</version>
</dependency>
<dependency>
......@@ -63,7 +64,7 @@
<dependency>
<groupId>info.kwarc.sally4</groupId>
<artifactId>core</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${sally4.version}</version>
</dependency>
<dependency>
......
......@@ -13,12 +13,12 @@
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
......
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.compiler.source=1.7
......@@ -19,8 +19,14 @@
<groupId>info.kwarc.sally4</groupId>
<artifactId>planetary</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${sally4.version}</version>
<parent>
<groupId>info.kwarc.sally</groupId>
<artifactId>sally</artifactId>
<version>1.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
<dependency>
......@@ -45,7 +51,7 @@
<dependency>
<groupId>info.kwarc.sally4</groupId>
<artifactId>core</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>${sally4.version}</version>
</dependency>
......
......@@ -8,13 +8,18 @@
<packaging>pom</packaging>
<version>1.0</version>
<name>Sally Project</name>
<properties>
<sally4.version>0.0.2-SNAPSHOT</sally4.version>
</properties>
<modules>
<module>core</module>
<module>docmanager</module>
<module>planetary</module>
<module>servlet</module>
<module>MathHubWorker</module>
<module>activemq</module>
</modules>
<build>
......
......@@ -13,12 +13,12 @@
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
......
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.compiler.source=1.7
......@@ -19,7 +19,14 @@
<groupId>info.kwarc.sally4</groupId>
<artifactId>servlet</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${sally4.version}</version>
<parent>
<groupId>info.kwarc.sally</groupId>
<artifactId>sally</artifactId>
<version>1.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
......@@ -72,7 +79,7 @@
<dependency>
<groupId>info.kwarc.sally4</groupId>
<artifactId>core</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${sally4.version}</version>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment