forked from wso2/maven-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump SNAPSHOT release + code from PR wso2#120
- Loading branch information
1 parent
69535d4
commit 864c490
Showing
42 changed files
with
123 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 20 additions & 20 deletions
40
org.wso2.maven.capp/src/main/java/org/wso2/maven/capp/utils/WSO2MavenPluginConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
package org.wso2.maven.capp.utils; | ||
|
||
public class WSO2MavenPluginConstants { | ||
public static final String MAVEN_CARBON_UI_PLUGIN_VERSION="5.2.50-SNAPSHOT"; | ||
public static final String MAVEN_CAR_PLUGIN_VERSION="5.2.50-SNAPSHOT"; | ||
public static final String WSO2_GENERAL_PROJECT_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String MAVEN_CAR_DEPLOY_PLUGIN_VERSION="5.2.50-SNAPSHOT"; | ||
public static final String MAVEN_REGISTRY_PLUGIN_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String MAVEN_DATA_SERVICE_PLUGIN_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String MAVEN_SYNAPSE_PLUGIN_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_API_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_CONNECTOR_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_TASK_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_TEMPLATE_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_MESSAGE_STORE_PLUGIN_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_MESSAGE_PROCESSOR_PLUGIN_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_ENDPOINT_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_INBOUND_ENDPOINT_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_LOCAL_ENTRY_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_PROXY_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_SEQUENCE_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_SYNAPSE_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String WSO2_ESB_METADATA_PLUGIN_VERSION = "5.2.50-SNAPSHOT"; | ||
public static final String MAVEN_CARBON_UI_PLUGIN_VERSION="5.2.52-SNAPSHOT"; | ||
public static final String MAVEN_CAR_PLUGIN_VERSION="5.2.52-SNAPSHOT"; | ||
public static final String WSO2_GENERAL_PROJECT_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String MAVEN_CAR_DEPLOY_PLUGIN_VERSION="5.2.52-SNAPSHOT"; | ||
public static final String MAVEN_REGISTRY_PLUGIN_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String MAVEN_DATA_SERVICE_PLUGIN_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String MAVEN_SYNAPSE_PLUGIN_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_API_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_CONNECTOR_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_TASK_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_TEMPLATE_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_MESSAGE_STORE_PLUGIN_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_MESSAGE_PROCESSOR_PLUGIN_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_ENDPOINT_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_INBOUND_ENDPOINT_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_LOCAL_ENTRY_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_PROXY_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_SEQUENCE_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_SYNAPSE_VERSION = "5.2.52-SNAPSHOT"; | ||
public static final String WSO2_ESB_METADATA_PLUGIN_VERSION = "5.2.52-SNAPSHOT"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.