Top "Versioning" questions

Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software.

What does M1 mean in a maven repository?

I've been using maven for a while, and I often review repositories before selected what version I want to use. …

maven-2 versioning maven
How to version or tag incrementally in Gitlab CI/CD when merging from Production to Master branch

I’m working on a project and I wanted to tag or give a version number. I wanted gitlab to …

git gitlab versioning git-tag gitversion
Why are there so few versioning file systems?

I did some literature research about versioning file systems. Versioning was already common practice in the very early operating systems …

filesystems versioning
Detect application version change on a single page application

today a question was raised here and I don't have an evident answer. Assume that we concatenate and minify all …

javascript angularjs versioning single-page-application
REST API: Multiple versions, single application?

I am working on a REST API where I will have to introduce some breaking changes soon, so a v2 …

java rest versioning api-versioning
.Net AssemblyName.version Build versus Revision

The MSDN documentation states: Version numbers consist of two to four components: major, minor, build, and revision. The major and …

c# .net build-process versioning
Where do you store your Rails Application's version number?

We use the wonderful semantic versioning paradigm when versioning our rails app. One question I had was where is it …

ruby-on-rails versioning semantic-versioning
Maven: How to create assembly with snapshot artifacts without timestamps file name?

I've a repository containing snapshot artifacts with timestamps. I want to create an assembly, that contains the dependencies. This works …

maven-2 assemblies versioning maven-3 artifacts
Getting runtime version of a Silverlight assembly

I want to show my Silverlight 3 application's version number in the about box, but when I use a traditional .Net …

.net silverlight assemblies versioning version
Assembly Versioning and Dll Versioning in Team City

I want to have these Versions in a format like this.. {Major}.{Minor}.{Build}.{patch} how to set this in …

dll teamcity versioning .net-assembly