Change the apex parser to look like "released"

The version is taken from 55042bfc2e/com.salesforce.ide.apex.core/lib
This commit is contained in:
Andreas Dangel
2016-06-25 17:05:47 +02:00
parent 7009a92915
commit c7b94f6e5c
10 changed files with 14 additions and 57 deletions

View File

@@ -112,13 +112,13 @@
<dependency>
<groupId>apex</groupId>
<artifactId>apex-jorje-ide</artifactId>
<version>1.0-sfdc-187-SNAPSHOT</version>
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
</dependency>
<dependency>
<groupId>apex</groupId>
<artifactId>apex-jorje-semantic</artifactId>
<version>1.0-sfdc-187-SNAPSHOT</version>
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
<classifier>tests</classifier>
</dependency>

View File

@@ -22,3 +22,7 @@ In order to add a the jar files to the local repo, use the following commands:
-Dclassifier=tests \
-Dpackaging=jar \
-DlocalRepositoryPath=./repo
For the PMD 5.5.0 Release, the versions from
<https://github.com/forcedotcom/idecore/tree/55042bfc2ebeb4c9f38c445b577c3bdd6a18fc5a/com.salesforce.ide.apex.core/lib>
have been taken.

View File

@@ -4,6 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>apex</groupId>
<artifactId>apex-jorje-ide</artifactId>
<version>1.0-sfdc-187-SNAPSHOT</version>
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
<description>POM was created from install:install-file</description>
</project>

View File

@@ -1,24 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>apex</groupId>
<artifactId>apex-jorje-ide</artifactId>
<version>1.0-sfdc-187-SNAPSHOT</version>
<versioning>
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20160402101825</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0-sfdc-187-SNAPSHOT</value>
<updated>20160402101825</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0-sfdc-187-SNAPSHOT</value>
<updated>20160402101825</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@@ -3,9 +3,10 @@
<groupId>apex</groupId>
<artifactId>apex-jorje-ide</artifactId>
<versioning>
<release>1.0-sfdc-187-SNAPSHOT-55042bfc2e</release>
<versions>
<version>1.0-sfdc-187-SNAPSHOT</version>
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
</versions>
<lastUpdated>20160402101825</lastUpdated>
<lastUpdated>20160625150218</lastUpdated>
</versioning>
</metadata>

View File

@@ -4,6 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>apex</groupId>
<artifactId>apex-jorje-semantic</artifactId>
<version>1.0-sfdc-187-SNAPSHOT</version>
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
<description>POM was created from install:install-file</description>
</project>

View File

@@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>apex</groupId>
<artifactId>apex-jorje-semantic</artifactId>
<version>1.0-sfdc-187-SNAPSHOT</version>
<versioning>
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20160402101902</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<classifier>tests</classifier>
<extension>jar</extension>
<value>1.0-sfdc-187-SNAPSHOT</value>
<updated>20160402101902</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0-sfdc-187-SNAPSHOT</value>
<updated>20160402101902</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@@ -3,9 +3,10 @@
<groupId>apex</groupId>
<artifactId>apex-jorje-semantic</artifactId>
<versioning>
<release>1.0-sfdc-187-SNAPSHOT-55042bfc2e</release>
<versions>
<version>1.0-sfdc-187-SNAPSHOT</version>
<version>1.0-sfdc-187-SNAPSHOT-55042bfc2e</version>
</versions>
<lastUpdated>20160402101902</lastUpdated>
<lastUpdated>20160625150226</lastUpdated>
</versioning>
</metadata>