In your command-line run the following commands:
brew doctor
brew update
### Upgrade Version in multi pom project | |
mvn versions:set -DnewVersion=2.50.1-SNAPSHOT | |
Revert: | |
mvn versions:revert | |
Commit | |
mvn versions:commit | |
[Ref](https://stackoverflow.com/questions/5726291/updating-version-numbers-of-modules-in-a-multi-module-maven-project) |
In your command-line run the following commands:
brew doctor
brew update
Bookies manage data in a log-structured way, which is implemented using three kind of files:
/* | |
Reference : https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/util/Preconditions.java | |
* Licensed to the Apache Software Foundation (ASF) under one | |
* or more contributor license agreements. See the NOTICE file | |
* distributed with this work for additional information | |
* regarding copyright ownership. The ASF licenses this file | |
* to you under the Apache License, Version 2.0 (the | |
* "License"); you may not use this file except in compliance | |
* with the License. You may obtain a copy of the License at |
#!/usr/bin/env ruby | |
# | |
# Convert blogger (blogspot) posts to jekyll posts | |
# | |
# Basic Usage | |
# ----------- | |
# | |
# ./blogger_to_jekyll.rb feed_url | |
# | |
# where `feed_url` can have the following format: |