summaryrefslogtreecommitdiffstats
path: root/version.properties
AgeCommit message (Expand)AuthorFilesLines
2019-09-10Bump versions for drools-pdp masterJim Hahn1-2/+2
2019-08-07Bump version of drools-pdpJim Hahn1-1/+1
2019-06-28Bump drools-pdp to 1.5.1-SNAPSHOTPamela Dragosh1-1/+1
2019-05-31Bump drools-pdp to version 1.5.0Jim Hahn1-2/+2
2019-05-16Step snapshot version of drools-pdpliamfallon1-1/+1
2018-10-31Set new master version for Dublinliamfallon1-2/+2
2018-10-24Fix refering to snapshot in policy/drools-pdp1.3.1ramverma1-1/+1
2018-06-05Update drools-pdp to SNAPSHOT-1.3.0liamfallon1-13/+13
2018-05-21Update Policy Drools PDP to 1.2.3-SNAPSHOTliamfallon1-1/+1
2018-05-16Upgrade 1.2.2 version.propertiesv1.2.2Pamela Dragosh1-1/+1
2018-04-13Update SNAPSHOT to 1.2.1Pamela Dragosh1-1/+1
2017-11-21Bump minor versionJessica Wagantall1-2/+2
2017-11-15Update to 1.1.2-SNAPSHOTPamela Dragosh1-1/+1
2017-11-08Update SNAPSHOT versionPamela Dragosh1-1/+1
2017-03-15fix version.properties to 1.1.0Pamela Dragosh1-1/+1
2017-02-17add nexus plugin and reset versionPamela Dragosh1-35/+13
2017-02-14Initial OpenECOMP policy/drools-pdp commitPamela Dragosh1-0/+35
pan class="c1"># # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # #******************************************************************************* # # act as a simple cambria publisher, requires wget # # usage: # cambriaPublisher <broker> <topic> # while read LINE do wget -q --header "Content-Type: text/plain" --post-data="$LINE" -O - $1/events/$2 >/dev/null done